From acbcd8f88a9b5e2a9de6b21070af8dec2447e2f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Sep 2024 14:43:18 +0000 Subject: [PATCH] ci: version packages --- .changeset/brave-hornets-dance.md | 5 ---- .changeset/chatty-flowers-drop.md | 7 ----- .changeset/clever-worms-breathe.md | 5 ---- .changeset/curvy-zoos-stare.md | 5 ---- .changeset/early-games-complain.md | 6 ---- .changeset/heavy-cows-pay.md | 5 ---- .changeset/khaki-planets-design.md | 5 ---- .changeset/lazy-coins-camp.md | 5 ---- .changeset/nasty-clocks-raise.md | 5 ---- .changeset/new-dogs-cheat.md | 5 ---- .changeset/old-suns-deny.md | 6 ---- .changeset/olive-months-admire.md | 6 ---- .changeset/proud-clocks-try.md | 5 ---- .changeset/spotty-dryers-admire.md | 5 ---- .changeset/thirty-pets-obey.md | 5 ---- .changeset/two-knives-worry.md | 5 ---- packages/haring-react-dates/CHANGELOG.md | 12 ++++++++ packages/haring-react-dates/package.json | 6 ++-- packages/haring-react-dropzone/CHANGELOG.md | 8 ++++++ packages/haring-react-dropzone/package.json | 6 ++-- packages/haring-react-shared/CHANGELOG.md | 8 ++++++ packages/haring-react-shared/package.json | 2 +- packages/haring-react-table/CHANGELOG.md | 16 +++++++++++ packages/haring-react-table/package.json | 6 ++-- packages/haring-react/CHANGELOG.md | 31 +++++++++++++++++++++ packages/haring-react/package.json | 4 +-- packages/storybook-pages/CHANGELOG.md | 20 +++++++++++++ packages/storybook-pages/package.json | 2 +- 28 files changed, 108 insertions(+), 98 deletions(-) delete mode 100644 .changeset/brave-hornets-dance.md delete mode 100644 .changeset/chatty-flowers-drop.md delete mode 100644 .changeset/clever-worms-breathe.md delete mode 100644 .changeset/curvy-zoos-stare.md delete mode 100644 .changeset/early-games-complain.md delete mode 100644 .changeset/heavy-cows-pay.md delete mode 100644 .changeset/khaki-planets-design.md delete mode 100644 .changeset/lazy-coins-camp.md delete mode 100644 .changeset/nasty-clocks-raise.md delete mode 100644 .changeset/new-dogs-cheat.md delete mode 100644 .changeset/old-suns-deny.md delete mode 100644 .changeset/olive-months-admire.md delete mode 100644 .changeset/proud-clocks-try.md delete mode 100644 .changeset/spotty-dryers-admire.md delete mode 100644 .changeset/thirty-pets-obey.md delete mode 100644 .changeset/two-knives-worry.md diff --git a/.changeset/brave-hornets-dance.md b/.changeset/brave-hornets-dance.md deleted file mode 100644 index d99a7acc..00000000 --- a/.changeset/brave-hornets-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react-table': patch ---- - -Fix table actions diff --git a/.changeset/chatty-flowers-drop.md b/.changeset/chatty-flowers-drop.md deleted file mode 100644 index ad758d2c..00000000 --- a/.changeset/chatty-flowers-drop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@smile/haring-react-shared': minor -'storybook-pages': minor -'@smile/haring-react': minor ---- - -Refactored DynamicZone and FormDynamicZone to be more configurable, remove state and react-hook-form dependency and make them neutral, fixed errors and added a few features, added example page ReactHookFormDynamicZone to implement FormDynamicZone example with react-hook-form, added/reworked types and utilities diff --git a/.changeset/clever-worms-breathe.md b/.changeset/clever-worms-breathe.md deleted file mode 100644 index 0921060b..00000000 --- a/.changeset/clever-worms-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -Accessibility Correction unsupported ARIA attributes diff --git a/.changeset/curvy-zoos-stare.md b/.changeset/curvy-zoos-stare.md deleted file mode 100644 index 9d1b8b60..00000000 --- a/.changeset/curvy-zoos-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -make corrections to color contrasts diff --git a/.changeset/early-games-complain.md b/.changeset/early-games-complain.md deleted file mode 100644 index b0f9263d..00000000 --- a/.changeset/early-games-complain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/haring-react-table': minor -'@smile/haring-react': minor ---- - -fixed button accessibility erros diff --git a/.changeset/heavy-cows-pay.md b/.changeset/heavy-cows-pay.md deleted file mode 100644 index 2ac178ab..00000000 --- a/.changeset/heavy-cows-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react-table': minor ---- - -Accessibility corrections to table header text diff --git a/.changeset/khaki-planets-design.md b/.changeset/khaki-planets-design.md deleted file mode 100644 index 0771df15..00000000 --- a/.changeset/khaki-planets-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -correction to dropdownMenu role diff --git a/.changeset/lazy-coins-camp.md b/.changeset/lazy-coins-camp.md deleted file mode 100644 index 7847afc9..00000000 --- a/.changeset/lazy-coins-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -Creating a floating menu diff --git a/.changeset/nasty-clocks-raise.md b/.changeset/nasty-clocks-raise.md deleted file mode 100644 index afebca2c..00000000 --- a/.changeset/nasty-clocks-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -(accessibility) make corrections in Image/Avatar component diff --git a/.changeset/new-dogs-cheat.md b/.changeset/new-dogs-cheat.md deleted file mode 100644 index dda75107..00000000 --- a/.changeset/new-dogs-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -some corrections diff --git a/.changeset/old-suns-deny.md b/.changeset/old-suns-deny.md deleted file mode 100644 index ece85a34..00000000 --- a/.changeset/old-suns-deny.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/haring-react-shared': minor -'@smile/haring-react': minor ---- - -Added DynamicZone component, related types and utilities, updated snapshot diff --git a/.changeset/olive-months-admire.md b/.changeset/olive-months-admire.md deleted file mode 100644 index 82bf5f90..00000000 --- a/.changeset/olive-months-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'storybook-pages': minor -'@smile/haring-react': minor ---- - -Renamed components into Zone, DynamicZone, and the example page into FormDynamicZone, added example page with animations using AutoAnimate diff --git a/.changeset/proud-clocks-try.md b/.changeset/proud-clocks-try.md deleted file mode 100644 index 2be3133e..00000000 --- a/.changeset/proud-clocks-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -correction to accessibility error dropdownMenu (focusable element) diff --git a/.changeset/spotty-dryers-admire.md b/.changeset/spotty-dryers-admire.md deleted file mode 100644 index 9b0b7976..00000000 --- a/.changeset/spotty-dryers-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react': minor ---- - -Fixed form elements accessibility error diff --git a/.changeset/thirty-pets-obey.md b/.changeset/thirty-pets-obey.md deleted file mode 100644 index 8fa950ea..00000000 --- a/.changeset/thirty-pets-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/haring-react-dates': minor ---- - -add a role to MantineCalendarHeader diff --git a/.changeset/two-knives-worry.md b/.changeset/two-knives-worry.md deleted file mode 100644 index 0fdc5ea4..00000000 --- a/.changeset/two-knives-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -StepperPage: add step 3 diff --git a/packages/haring-react-dates/CHANGELOG.md b/packages/haring-react-dates/CHANGELOG.md index cb8f0389..40db4bc0 100644 --- a/packages/haring-react-dates/CHANGELOG.md +++ b/packages/haring-react-dates/CHANGELOG.md @@ -1,5 +1,17 @@ # @smile/haring-react-dates +## 0.16.0 + +### Minor Changes + +- [#213](https://github.com/Smile-SA/haring/pull/213) [`d28d51d`](https://github.com/Smile-SA/haring/commit/d28d51dad2f9663883b5fd6a789ec18ac7bf0711) Thanks [@Meriemu](https://github.com/Meriemu)! - add a role to MantineCalendarHeader + +### Patch Changes + +- Updated dependencies [[`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d), [`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`2aead99`](https://github.com/Smile-SA/haring/commit/2aead99da90fc43254d1b8882d33132612e767dc), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`61b6f39`](https://github.com/Smile-SA/haring/commit/61b6f394adcfdb6ee250ae81894534677cf87224), [`4538167`](https://github.com/Smile-SA/haring/commit/4538167d2f6700399f55c645bba44cf5f66fb6ec), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f), [`69a0aba`](https://github.com/Smile-SA/haring/commit/69a0aba210283bfc4374d7c5e5d7cff62d5234b4)]: + - @smile/haring-react-shared@0.16.0 + - @smile/haring-react@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-dates/package.json b/packages/haring-react-dates/package.json index 60754cf3..9c402a5d 100644 --- a/packages/haring-react-dates/package.json +++ b/packages/haring-react-dates/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-dates", - "version": "0.15.0", + "version": "0.16.0", "description": "Date and Calendar React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -70,8 +70,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react": "0.15.0", - "@smile/haring-react-shared": "0.15.0" + "@smile/haring-react": "0.16.0", + "@smile/haring-react-shared": "0.16.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/haring-react-dropzone/CHANGELOG.md b/packages/haring-react-dropzone/CHANGELOG.md index 504e2ade..784d5dc4 100644 --- a/packages/haring-react-dropzone/CHANGELOG.md +++ b/packages/haring-react-dropzone/CHANGELOG.md @@ -1,5 +1,13 @@ # @smile/haring-react-dropzone +## 0.16.0 + +### Patch Changes + +- Updated dependencies [[`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d), [`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`2aead99`](https://github.com/Smile-SA/haring/commit/2aead99da90fc43254d1b8882d33132612e767dc), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`61b6f39`](https://github.com/Smile-SA/haring/commit/61b6f394adcfdb6ee250ae81894534677cf87224), [`4538167`](https://github.com/Smile-SA/haring/commit/4538167d2f6700399f55c645bba44cf5f66fb6ec), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f), [`69a0aba`](https://github.com/Smile-SA/haring/commit/69a0aba210283bfc4374d7c5e5d7cff62d5234b4)]: + - @smile/haring-react-shared@0.16.0 + - @smile/haring-react@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-dropzone/package.json b/packages/haring-react-dropzone/package.json index e5e3510f..dc82671b 100644 --- a/packages/haring-react-dropzone/package.json +++ b/packages/haring-react-dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-dropzone", - "version": "0.15.0", + "version": "0.16.0", "description": "Dropzone React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -54,8 +54,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react": "0.15.0", - "@smile/haring-react-shared": "0.15.0" + "@smile/haring-react": "0.16.0", + "@smile/haring-react-shared": "0.16.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/haring-react-shared/CHANGELOG.md b/packages/haring-react-shared/CHANGELOG.md index c8e3a9bd..5a059608 100644 --- a/packages/haring-react-shared/CHANGELOG.md +++ b/packages/haring-react-shared/CHANGELOG.md @@ -1,5 +1,13 @@ # @smile/haring-react-shared +## 0.16.0 + +### Minor Changes + +- [#216](https://github.com/Smile-SA/haring/pull/216) [`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Refactored DynamicZone and FormDynamicZone to be more configurable, remove state and react-hook-form dependency and make them neutral, fixed errors and added a few features, added example page ReactHookFormDynamicZone to implement FormDynamicZone example with react-hook-form, added/reworked types and utilities + +- [#215](https://github.com/Smile-SA/haring/pull/215) [`61b6f39`](https://github.com/Smile-SA/haring/commit/61b6f394adcfdb6ee250ae81894534677cf87224) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added DynamicZone component, related types and utilities, updated snapshot + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-shared/package.json b/packages/haring-react-shared/package.json index f12c8a97..6f04b2f4 100644 --- a/packages/haring-react-shared/package.json +++ b/packages/haring-react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-shared", - "version": "0.15.0", + "version": "0.16.0", "description": "Shared elements for Haring component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", diff --git a/packages/haring-react-table/CHANGELOG.md b/packages/haring-react-table/CHANGELOG.md index fad0d5b3..37c67166 100644 --- a/packages/haring-react-table/CHANGELOG.md +++ b/packages/haring-react-table/CHANGELOG.md @@ -1,5 +1,21 @@ # @smile/haring-react-table +## 0.16.0 + +### Minor Changes + +- [#204](https://github.com/Smile-SA/haring/pull/204) [`2aead99`](https://github.com/Smile-SA/haring/commit/2aead99da90fc43254d1b8882d33132612e767dc) Thanks [@subraAntoine](https://github.com/subraAntoine)! - fixed button accessibility erros + +- [#209](https://github.com/Smile-SA/haring/pull/209) [`eaf66ee`](https://github.com/Smile-SA/haring/commit/eaf66eef3b2000758c5497d3126f0c886bc454a0) Thanks [@Meriemu](https://github.com/Meriemu)! - Accessibility corrections to table header text + +### Patch Changes + +- [#203](https://github.com/Smile-SA/haring/pull/203) [`4bed473`](https://github.com/Smile-SA/haring/commit/4bed47334b645d5868ddb67cd8e851433bf85d09) Thanks [@tonai](https://github.com/tonai)! - Fix table actions + +- Updated dependencies [[`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d), [`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`2aead99`](https://github.com/Smile-SA/haring/commit/2aead99da90fc43254d1b8882d33132612e767dc), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`61b6f39`](https://github.com/Smile-SA/haring/commit/61b6f394adcfdb6ee250ae81894534677cf87224), [`4538167`](https://github.com/Smile-SA/haring/commit/4538167d2f6700399f55c645bba44cf5f66fb6ec), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f), [`69a0aba`](https://github.com/Smile-SA/haring/commit/69a0aba210283bfc4374d7c5e5d7cff62d5234b4)]: + - @smile/haring-react-shared@0.16.0 + - @smile/haring-react@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react-table/package.json b/packages/haring-react-table/package.json index 6e20b49f..3b394006 100644 --- a/packages/haring-react-table/package.json +++ b/packages/haring-react-table/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react-table", - "version": "0.15.0", + "version": "0.16.0", "description": "Table React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -69,8 +69,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react": "0.15.0", - "@smile/haring-react-shared": "0.15.0" + "@smile/haring-react": "0.16.0", + "@smile/haring-react-shared": "0.16.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/haring-react/CHANGELOG.md b/packages/haring-react/CHANGELOG.md index 00ad9d76..a8719866 100644 --- a/packages/haring-react/CHANGELOG.md +++ b/packages/haring-react/CHANGELOG.md @@ -1,5 +1,36 @@ # @smile/haring-react +## 0.16.0 + +### Minor Changes + +- [#216](https://github.com/Smile-SA/haring/pull/216) [`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Refactored DynamicZone and FormDynamicZone to be more configurable, remove state and react-hook-form dependency and make them neutral, fixed errors and added a few features, added example page ReactHookFormDynamicZone to implement FormDynamicZone example with react-hook-form, added/reworked types and utilities + +- [#210](https://github.com/Smile-SA/haring/pull/210) [`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0) Thanks [@Meriemu](https://github.com/Meriemu)! - Accessibility Correction unsupported ARIA attributes + +- [#208](https://github.com/Smile-SA/haring/pull/208) [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785) Thanks [@Meriemu](https://github.com/Meriemu)! - make corrections to color contrasts + +- [#204](https://github.com/Smile-SA/haring/pull/204) [`2aead99`](https://github.com/Smile-SA/haring/commit/2aead99da90fc43254d1b8882d33132612e767dc) Thanks [@subraAntoine](https://github.com/subraAntoine)! - fixed button accessibility erros + +- [#211](https://github.com/Smile-SA/haring/pull/211) [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129) Thanks [@Meriemu](https://github.com/Meriemu)! - correction to dropdownMenu role + +- [#206](https://github.com/Smile-SA/haring/pull/206) [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840) Thanks [@Meriemu](https://github.com/Meriemu)! - Creating a floating menu + +- [#207](https://github.com/Smile-SA/haring/pull/207) [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93) Thanks [@Meriemu](https://github.com/Meriemu)! - (accessibility) make corrections in Image/Avatar component + +- [#215](https://github.com/Smile-SA/haring/pull/215) [`61b6f39`](https://github.com/Smile-SA/haring/commit/61b6f394adcfdb6ee250ae81894534677cf87224) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added DynamicZone component, related types and utilities, updated snapshot + +- [#217](https://github.com/Smile-SA/haring/pull/217) [`4538167`](https://github.com/Smile-SA/haring/commit/4538167d2f6700399f55c645bba44cf5f66fb6ec) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Renamed components into Zone, DynamicZone, and the example page into FormDynamicZone, added example page with animations using AutoAnimate + +- [#212](https://github.com/Smile-SA/haring/pull/212) [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f) Thanks [@Meriemu](https://github.com/Meriemu)! - correction to accessibility error dropdownMenu (focusable element) + +- [#205](https://github.com/Smile-SA/haring/pull/205) [`69a0aba`](https://github.com/Smile-SA/haring/commit/69a0aba210283bfc4374d7c5e5d7cff62d5234b4) Thanks [@subraAntoine](https://github.com/subraAntoine)! - Fixed form elements accessibility error + +### Patch Changes + +- Updated dependencies [[`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d), [`61b6f39`](https://github.com/Smile-SA/haring/commit/61b6f394adcfdb6ee250ae81894534677cf87224)]: + - @smile/haring-react-shared@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/haring-react/package.json b/packages/haring-react/package.json index 6c3a2b47..0296a4e4 100644 --- a/packages/haring-react/package.json +++ b/packages/haring-react/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react", - "version": "0.15.0", + "version": "0.16.0", "description": "React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/haring", @@ -69,7 +69,7 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/haring-react-shared": "0.15.0", + "@smile/haring-react-shared": "0.16.0", "pretty-bytes": "^6.1.1" }, "devDependencies": { diff --git a/packages/storybook-pages/CHANGELOG.md b/packages/storybook-pages/CHANGELOG.md index 1264f814..f9c74873 100644 --- a/packages/storybook-pages/CHANGELOG.md +++ b/packages/storybook-pages/CHANGELOG.md @@ -1,5 +1,25 @@ # storybook-pages +## 0.16.0 + +### Minor Changes + +- [#216](https://github.com/Smile-SA/haring/pull/216) [`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Refactored DynamicZone and FormDynamicZone to be more configurable, remove state and react-hook-form dependency and make them neutral, fixed errors and added a few features, added example page ReactHookFormDynamicZone to implement FormDynamicZone example with react-hook-form, added/reworked types and utilities + +- [#202](https://github.com/Smile-SA/haring/pull/202) [`d162e5f`](https://github.com/Smile-SA/haring/commit/d162e5fd1ca9af5f3db407ba299b8558a90712ac) Thanks [@Meriemu](https://github.com/Meriemu)! - some corrections + +- [#217](https://github.com/Smile-SA/haring/pull/217) [`4538167`](https://github.com/Smile-SA/haring/commit/4538167d2f6700399f55c645bba44cf5f66fb6ec) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Renamed components into Zone, DynamicZone, and the example page into FormDynamicZone, added example page with animations using AutoAnimate + +- [#199](https://github.com/Smile-SA/haring/pull/199) [`d46907c`](https://github.com/Smile-SA/haring/commit/d46907cbd38b7ae9e90c38c9f04b7d76d934d4c0) Thanks [@Meriemu](https://github.com/Meriemu)! - StepperPage: add step 3 + +### Patch Changes + +- Updated dependencies [[`4bed473`](https://github.com/Smile-SA/haring/commit/4bed47334b645d5868ddb67cd8e851433bf85d09), [`2004835`](https://github.com/Smile-SA/haring/commit/200483533f4a10665709deb9545c5c564fdb8d3d), [`2a9441f`](https://github.com/Smile-SA/haring/commit/2a9441fd5b0d794abd10b622c695eae2ab5c54c0), [`85e6198`](https://github.com/Smile-SA/haring/commit/85e6198db3bf58afbf3ebf1e256fa4c8ae1c6785), [`2aead99`](https://github.com/Smile-SA/haring/commit/2aead99da90fc43254d1b8882d33132612e767dc), [`eaf66ee`](https://github.com/Smile-SA/haring/commit/eaf66eef3b2000758c5497d3126f0c886bc454a0), [`0f0d647`](https://github.com/Smile-SA/haring/commit/0f0d647eda2e3af05f1d678f2529c9f7d95d4129), [`810c143`](https://github.com/Smile-SA/haring/commit/810c143ae7761c07943797a5a6d300bf5b21c840), [`81ba004`](https://github.com/Smile-SA/haring/commit/81ba004b67465466235a68a80c1c7f2c4131cb93), [`61b6f39`](https://github.com/Smile-SA/haring/commit/61b6f394adcfdb6ee250ae81894534677cf87224), [`4538167`](https://github.com/Smile-SA/haring/commit/4538167d2f6700399f55c645bba44cf5f66fb6ec), [`3d27f22`](https://github.com/Smile-SA/haring/commit/3d27f22453fccc14bc7babc0b7cac21b5b60da5f), [`69a0aba`](https://github.com/Smile-SA/haring/commit/69a0aba210283bfc4374d7c5e5d7cff62d5234b4)]: + - @smile/haring-react-table@0.16.0 + - @smile/haring-react-shared@0.16.0 + - @smile/haring-react@0.16.0 + - @smile/haring-react-dropzone@0.16.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/storybook-pages/package.json b/packages/storybook-pages/package.json index ee805734..f5cf5af0 100644 --- a/packages/storybook-pages/package.json +++ b/packages/storybook-pages/package.json @@ -1,6 +1,6 @@ { "name": "storybook-pages", - "version": "0.15.0", + "version": "0.16.0", "private": true, "license": "LGPL-3.0", "publishConfig": {