diff --git a/.changeset/friendly-dolphins-jump.md b/.changeset/friendly-dolphins-jump.md deleted file mode 100644 index a03f1702..00000000 --- a/.changeset/friendly-dolphins-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'storybook-pages': minor -'@smile/haring-react': minor ---- - -Create Stepper page diff --git a/.changeset/mighty-ghosts-grin.md b/.changeset/mighty-ghosts-grin.md deleted file mode 100644 index 4d618f80..00000000 --- a/.changeset/mighty-ghosts-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -Added ThemePage to show the application of a customized theme (DSFR) diff --git a/.changeset/moody-toes-sort.md b/.changeset/moody-toes-sort.md deleted file mode 100644 index 6181240c..00000000 --- a/.changeset/moody-toes-sort.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@smile/haring-react-dropzone': minor -'@smile/haring-react-shared': minor -'@smile/haring-react-dates': minor -'@smile/haring-react-table': minor -'storybook-pages': minor -'@smile/haring-react': minor ---- - -Upgrade mantine version to 7.11.x diff --git a/.changeset/nine-trainers-destroy.md b/.changeset/nine-trainers-destroy.md deleted file mode 100644 index b751c6e8..00000000 --- a/.changeset/nine-trainers-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -Add AgendaPage, Add subject modal diff --git a/.changeset/small-singers-juggle.md b/.changeset/small-singers-juggle.md deleted file mode 100644 index 82e3dbab..00000000 --- a/.changeset/small-singers-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -Add inputs to modify title and description in detail tab on agenda item page diff --git a/.changeset/two-stingrays-approve.md b/.changeset/two-stingrays-approve.md deleted file mode 100644 index 342885da..00000000 --- a/.changeset/two-stingrays-approve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'storybook-pages': minor -'@smile/haring-react': minor ---- - -Added AgendaItemPage to storybook pages, Added selectedValue and onSelectedChange props to SidebarMenu diff --git a/packages/haring-react-dates/CHANGELOG.md b/packages/haring-react-dates/CHANGELOG.md index b7e35376..cb8f0389 100644 --- a/packages/haring-react-dates/CHANGELOG.md +++ b/packages/haring-react-dates/CHANGELOG.md @@ -1,5 +1,17 @@ # @smile/haring-react-dates +## 0.15.0 + +### Minor Changes + +- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x + +### Patch Changes + +- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]: + - @smile/haring-react@0.15.0 + - @smile/haring-react-shared@0.15.0 + ## 0.14.0 ### Patch Changes diff --git a/packages/haring-react-dates/package.json b/packages/haring-react-dates/package.json index 9ee4ef16..ef53ca01 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.14.0", + "version": "0.15.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.14.0", - "@smile/haring-react-shared": "0.14.0" + "@smile/haring-react": "0.15.0", + "@smile/haring-react-shared": "0.15.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 73b267e2..504e2ade 100644 --- a/packages/haring-react-dropzone/CHANGELOG.md +++ b/packages/haring-react-dropzone/CHANGELOG.md @@ -1,5 +1,17 @@ # @smile/haring-react-dropzone +## 0.15.0 + +### Minor Changes + +- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x + +### Patch Changes + +- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]: + - @smile/haring-react@0.15.0 + - @smile/haring-react-shared@0.15.0 + ## 0.14.0 ### Patch Changes diff --git a/packages/haring-react-dropzone/package.json b/packages/haring-react-dropzone/package.json index 1ee88c05..858c7232 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.14.0", + "version": "0.15.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.14.0", - "@smile/haring-react-shared": "0.14.0" + "@smile/haring-react": "0.15.0", + "@smile/haring-react-shared": "0.15.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 dd4a1f65..c8e3a9bd 100644 --- a/packages/haring-react-shared/CHANGELOG.md +++ b/packages/haring-react-shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @smile/haring-react-shared +## 0.15.0 + +### Minor Changes + +- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x + ## 0.14.0 ## 0.13.0 diff --git a/packages/haring-react-shared/package.json b/packages/haring-react-shared/package.json index 389976a8..d505f9cc 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.14.0", + "version": "0.15.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 6c7cb537..fad0d5b3 100644 --- a/packages/haring-react-table/CHANGELOG.md +++ b/packages/haring-react-table/CHANGELOG.md @@ -1,5 +1,17 @@ # @smile/haring-react-table +## 0.15.0 + +### Minor Changes + +- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x + +### Patch Changes + +- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]: + - @smile/haring-react@0.15.0 + - @smile/haring-react-shared@0.15.0 + ## 0.14.0 ### Patch Changes diff --git a/packages/haring-react-table/package.json b/packages/haring-react-table/package.json index 3f895e57..e538cbd5 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.14.0", + "version": "0.15.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.14.0", - "@smile/haring-react-shared": "0.14.0" + "@smile/haring-react": "0.15.0", + "@smile/haring-react-shared": "0.15.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/haring-react/CHANGELOG.md b/packages/haring-react/CHANGELOG.md index e3e551fe..00ad9d76 100644 --- a/packages/haring-react/CHANGELOG.md +++ b/packages/haring-react/CHANGELOG.md @@ -1,5 +1,20 @@ # @smile/haring-react +## 0.15.0 + +### Minor Changes + +- [#196](https://github.com/Smile-SA/haring/pull/196) [`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2) Thanks [@Meriemu](https://github.com/Meriemu)! - Create Stepper page + +- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x + +- [#190](https://github.com/Smile-SA/haring/pull/190) [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added AgendaItemPage to storybook pages, Added selectedValue and onSelectedChange props to SidebarMenu + +### Patch Changes + +- Updated dependencies [[`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92)]: + - @smile/haring-react-shared@0.15.0 + ## 0.14.0 ### Minor Changes diff --git a/packages/haring-react/package.json b/packages/haring-react/package.json index e924e265..9522d26e 100644 --- a/packages/haring-react/package.json +++ b/packages/haring-react/package.json @@ -1,6 +1,6 @@ { "name": "@smile/haring-react", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@smile/haring-react-shared": "0.15.0", "pretty-bytes": "^6.1.1" }, "devDependencies": { diff --git a/packages/storybook-pages/CHANGELOG.md b/packages/storybook-pages/CHANGELOG.md index 094f5d41..1264f814 100644 --- a/packages/storybook-pages/CHANGELOG.md +++ b/packages/storybook-pages/CHANGELOG.md @@ -1,5 +1,29 @@ # storybook-pages +## 0.15.0 + +### Minor Changes + +- [#196](https://github.com/Smile-SA/haring/pull/196) [`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2) Thanks [@Meriemu](https://github.com/Meriemu)! - Create Stepper page + +- [#195](https://github.com/Smile-SA/haring/pull/195) [`a497148`](https://github.com/Smile-SA/haring/commit/a49714899caec7d747e7b78f68a0482699ff676b) Thanks [@subraAntoine](https://github.com/subraAntoine)! - Added ThemePage to show the application of a customized theme (DSFR) + +- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x + +- [#193](https://github.com/Smile-SA/haring/pull/193) [`ddc0675`](https://github.com/Smile-SA/haring/commit/ddc067529c2b23dc0704e41eb74f867c86e5f63a) Thanks [@subraAntoine](https://github.com/subraAntoine)! - Add AgendaPage, Add subject modal + +- [#195](https://github.com/Smile-SA/haring/pull/195) [`a497148`](https://github.com/Smile-SA/haring/commit/a49714899caec7d747e7b78f68a0482699ff676b) Thanks [@subraAntoine](https://github.com/subraAntoine)! - Add inputs to modify title and description in detail tab on agenda item page + +- [#190](https://github.com/Smile-SA/haring/pull/190) [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added AgendaItemPage to storybook pages, Added selectedValue and onSelectedChange props to SidebarMenu + +### Patch Changes + +- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]: + - @smile/haring-react@0.15.0 + - @smile/haring-react-dropzone@0.15.0 + - @smile/haring-react-shared@0.15.0 + - @smile/haring-react-table@0.15.0 + ## 0.14.0 ### Minor Changes diff --git a/packages/storybook-pages/package.json b/packages/storybook-pages/package.json index d119160a..a64aef3e 100644 --- a/packages/storybook-pages/package.json +++ b/packages/storybook-pages/package.json @@ -1,6 +1,6 @@ { "name": "storybook-pages", - "version": "0.14.0", + "version": "0.15.0", "private": true, "license": "LGPL-3.0", "publishConfig": {