From 3d07327e215c1c8325dc26627b9c5055b473e610 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Oct 2022 14:26:04 +0000 Subject: [PATCH] chore(release): 1.31.1 [skip ci] ## [1.31.1](https://github.com/scaleway/scaleway-form/compare/v1.31.0...v1.31.1) (2022-10-04) ### :package: Chore * **devdeps:** pin dependency @storybook/mdx2-csf to 0.0.3 ([#521](https://github.com/scaleway/scaleway-form/issues/521)) ([ef648e9](https://github.com/scaleway/scaleway-form/commit/ef648e9789619e9ec84e1f45d91f772a95ffb462)) * **devdeps:** update actions/cache action to v3.0.10 ([#519](https://github.com/scaleway/scaleway-form/issues/519)) ([ec510bc](https://github.com/scaleway/scaleway-form/commit/ec510bc93186ac50f054ab852847f47fce4fc33c)) * **devdeps:** update actions/checkout action to v3.1.0 ([#523](https://github.com/scaleway/scaleway-form/issues/523)) ([35e8357](https://github.com/scaleway/scaleway-form/commit/35e8357d6b03e4ce05dec0aa9f74487cbc1901cf)) * **devdeps:** update dependency @scaleway/eslint-config-react to v3.7.4 ([#524](https://github.com/scaleway/scaleway-form/issues/524)) ([304b303](https://github.com/scaleway/scaleway-form/commit/304b303973cfb5cc64c47f245aaec22b7fdb283e)) * fully use new react runtime ([#482](https://github.com/scaleway/scaleway-form/issues/482)) ([222de69](https://github.com/scaleway/scaleway-form/commit/222de6907a24b146f96c7fc4fa3d2740fa7385d5)) ### :bug: Bug Fixes * update scaleway ui v0.198.0 ([#511](https://github.com/scaleway/scaleway-form/issues/511)) ([10ca55b](https://github.com/scaleway/scaleway-form/commit/10ca55b879f4ef748c25faf898f3b8123251ad51)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc59fc2a..b4d59157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.31.1](https://github.com/scaleway/scaleway-form/compare/v1.31.0...v1.31.1) (2022-10-04) + + +### :package: Chore + +* **devdeps:** pin dependency @storybook/mdx2-csf to 0.0.3 ([#521](https://github.com/scaleway/scaleway-form/issues/521)) ([ef648e9](https://github.com/scaleway/scaleway-form/commit/ef648e9789619e9ec84e1f45d91f772a95ffb462)) +* **devdeps:** update actions/cache action to v3.0.10 ([#519](https://github.com/scaleway/scaleway-form/issues/519)) ([ec510bc](https://github.com/scaleway/scaleway-form/commit/ec510bc93186ac50f054ab852847f47fce4fc33c)) +* **devdeps:** update actions/checkout action to v3.1.0 ([#523](https://github.com/scaleway/scaleway-form/issues/523)) ([35e8357](https://github.com/scaleway/scaleway-form/commit/35e8357d6b03e4ce05dec0aa9f74487cbc1901cf)) +* **devdeps:** update dependency @scaleway/eslint-config-react to v3.7.4 ([#524](https://github.com/scaleway/scaleway-form/issues/524)) ([304b303](https://github.com/scaleway/scaleway-form/commit/304b303973cfb5cc64c47f245aaec22b7fdb283e)) +* fully use new react runtime ([#482](https://github.com/scaleway/scaleway-form/issues/482)) ([222de69](https://github.com/scaleway/scaleway-form/commit/222de6907a24b146f96c7fc4fa3d2740fa7385d5)) + + +### :bug: Bug Fixes + +* update scaleway ui v0.198.0 ([#511](https://github.com/scaleway/scaleway-form/issues/511)) ([10ca55b](https://github.com/scaleway/scaleway-form/commit/10ca55b879f4ef748c25faf898f3b8123251ad51)) + ## [1.31.0](https://github.com/scaleway/scaleway-form/compare/v1.30.1...v1.31.0) (2022-10-04) diff --git a/package.json b/package.json index c10d4dd1..a92c25ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/form", - "version": "1.31.0", + "version": "1.31.1", "description": "Scaleway Form", "homepage": "https://github.com/scaleway/scaleway-form#readme", "repository": {