From 7860565ba5da001736901cfd31b12621509711ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:07:47 +0100 Subject: [PATCH] ci: version packages (#148) Co-authored-by: github-actions[bot] --- .changeset/few-coins-hang.md | 6 ------ .changeset/four-rocks-provide.md | 5 ----- .changeset/gold-houses-tickle.md | 6 ------ .changeset/lucky-panthers-care.md | 5 ----- .changeset/modern-shirts-travel.md | 5 ----- .changeset/strange-zebras-shop.md | 6 ------ .changeset/ten-boats-count.md | 5 ----- .changeset/thirty-trees-relax.md | 5 ----- .changeset/wet-cats-train.md | 5 ----- packages/react-front-kit-dates/CHANGELOG.md | 12 +++++++++++ packages/react-front-kit-dates/package.json | 6 +++--- .../react-front-kit-dropzone/CHANGELOG.md | 8 ++++++++ .../react-front-kit-dropzone/package.json | 6 +++--- packages/react-front-kit-shared/CHANGELOG.md | 8 ++++++++ packages/react-front-kit-shared/package.json | 2 +- packages/react-front-kit-table/CHANGELOG.md | 8 ++++++++ packages/react-front-kit-table/package.json | 6 +++--- packages/react-front-kit/CHANGELOG.md | 19 ++++++++++++++++++ packages/react-front-kit/package.json | 4 ++-- packages/storybook-pages/CHANGELOG.md | 20 +++++++++++++++++++ packages/storybook-pages/package.json | 2 +- 21 files changed, 88 insertions(+), 61 deletions(-) delete mode 100644 .changeset/few-coins-hang.md delete mode 100644 .changeset/four-rocks-provide.md delete mode 100644 .changeset/gold-houses-tickle.md delete mode 100644 .changeset/lucky-panthers-care.md delete mode 100644 .changeset/modern-shirts-travel.md delete mode 100644 .changeset/strange-zebras-shop.md delete mode 100644 .changeset/ten-boats-count.md delete mode 100644 .changeset/thirty-trees-relax.md delete mode 100644 .changeset/wet-cats-train.md diff --git a/.changeset/few-coins-hang.md b/.changeset/few-coins-hang.md deleted file mode 100644 index 6ea39a1b..00000000 --- a/.changeset/few-coins-hang.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/react-front-kit': minor -'storybook-pages': minor ---- - -Add IconCard component and add it to DashboardPage diff --git a/.changeset/four-rocks-provide.md b/.changeset/four-rocks-provide.md deleted file mode 100644 index 14d43c5e..00000000 --- a/.changeset/four-rocks-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit-shared': minor ---- - -Add Calendar style on globlaStyle and add a preview diff --git a/.changeset/gold-houses-tickle.md b/.changeset/gold-houses-tickle.md deleted file mode 100644 index 763812c9..00000000 --- a/.changeset/gold-houses-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/react-front-kit': minor -'storybook-pages': minor ---- - -Add DataBadge component and add it to Assembly/DashboardCard and Pages/DashboardPage diff --git a/.changeset/lucky-panthers-care.md b/.changeset/lucky-panthers-care.md deleted file mode 100644 index c7f79994..00000000 --- a/.changeset/lucky-panthers-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit-dates': minor ---- - -Added react-front-kit-dates package for @mantine/dates dependencies, modified configs, Added CalendarHeader component on top of mantine's CalendarHeader diff --git a/.changeset/modern-shirts-travel.md b/.changeset/modern-shirts-travel.md deleted file mode 100644 index 4f518080..00000000 --- a/.changeset/modern-shirts-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit-shared': minor ---- - -Fixed missing global styles for focus-visible color diff --git a/.changeset/strange-zebras-shop.md b/.changeset/strange-zebras-shop.md deleted file mode 100644 index 5ce3d357..00000000 --- a/.changeset/strange-zebras-shop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/react-front-kit': minor -'storybook-pages': minor ---- - -Add DashboardPage and Assembly/DashboardCard diff --git a/.changeset/ten-boats-count.md b/.changeset/ten-boats-count.md deleted file mode 100644 index 12658dd7..00000000 --- a/.changeset/ten-boats-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Add EventList component diff --git a/.changeset/thirty-trees-relax.md b/.changeset/thirty-trees-relax.md deleted file mode 100644 index 1f6085f2..00000000 --- a/.changeset/thirty-trees-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'storybook-pages': minor ---- - -Added examples of forms with @mantine/forms and react-hook-form, including a complex react-hook-form example with multi-step, multiple nested forms, complex validation including between different fields, context/provider and transformation diff --git a/.changeset/wet-cats-train.md b/.changeset/wet-cats-train.md deleted file mode 100644 index 3793ce2e..00000000 --- a/.changeset/wet-cats-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Modify ItemList to EventList. diff --git a/packages/react-front-kit-dates/CHANGELOG.md b/packages/react-front-kit-dates/CHANGELOG.md index 4d0c6209..6ffb7b11 100644 --- a/packages/react-front-kit-dates/CHANGELOG.md +++ b/packages/react-front-kit-dates/CHANGELOG.md @@ -1 +1,13 @@ # @smile/react-front-kit-dates + +## 0.10.0 + +### Minor Changes + +- [#153](https://github.com/Smile-SA/react-front-kit/pull/153) [`25accc1`](https://github.com/Smile-SA/react-front-kit/commit/25accc10c5fe1b711992b9a816359a076f13bd87) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added react-front-kit-dates package for @mantine/dates dependencies, modified configs, Added CalendarHeader component on top of mantine's CalendarHeader + +### Patch Changes + +- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]: + - @smile/react-front-kit@0.10.0 + - @smile/react-front-kit-shared@0.10.0 diff --git a/packages/react-front-kit-dates/package.json b/packages/react-front-kit-dates/package.json index ed40aab5..34223003 100644 --- a/packages/react-front-kit-dates/package.json +++ b/packages/react-front-kit-dates/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit-dates", - "version": "0.9.0", + "version": "0.10.0", "description": "Date and Calendar React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/react-front-kit", @@ -70,8 +70,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/react-front-kit": "0.9.0", - "@smile/react-front-kit-shared": "0.9.0" + "@smile/react-front-kit": "0.10.0", + "@smile/react-front-kit-shared": "0.10.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/react-front-kit-dropzone/CHANGELOG.md b/packages/react-front-kit-dropzone/CHANGELOG.md index 34dc5c5a..5f3577e9 100644 --- a/packages/react-front-kit-dropzone/CHANGELOG.md +++ b/packages/react-front-kit-dropzone/CHANGELOG.md @@ -1,5 +1,13 @@ # @smile/react-front-kit-dropzone +## 0.10.0 + +### Patch Changes + +- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]: + - @smile/react-front-kit@0.10.0 + - @smile/react-front-kit-shared@0.10.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/react-front-kit-dropzone/package.json b/packages/react-front-kit-dropzone/package.json index 1e95f651..c5345567 100644 --- a/packages/react-front-kit-dropzone/package.json +++ b/packages/react-front-kit-dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit-dropzone", - "version": "0.9.0", + "version": "0.10.0", "description": "Dropzone React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/react-front-kit", @@ -54,8 +54,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/react-front-kit": "0.9.0", - "@smile/react-front-kit-shared": "0.9.0" + "@smile/react-front-kit": "0.10.0", + "@smile/react-front-kit-shared": "0.10.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/react-front-kit-shared/CHANGELOG.md b/packages/react-front-kit-shared/CHANGELOG.md index 2e64b3b0..5653e064 100644 --- a/packages/react-front-kit-shared/CHANGELOG.md +++ b/packages/react-front-kit-shared/CHANGELOG.md @@ -1,5 +1,13 @@ # @smile/react-front-kit-shared +## 0.10.0 + +### Minor Changes + +- [#149](https://github.com/Smile-SA/react-front-kit/pull/149) [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf) Thanks [@vapersmile](https://github.com/vapersmile)! - Add Calendar style on globlaStyle and add a preview + +- [#150](https://github.com/Smile-SA/react-front-kit/pull/150) [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed missing global styles for focus-visible color + ## 0.9.0 ### Minor Changes diff --git a/packages/react-front-kit-shared/package.json b/packages/react-front-kit-shared/package.json index e50e952b..701b00f2 100644 --- a/packages/react-front-kit-shared/package.json +++ b/packages/react-front-kit-shared/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit-shared", - "version": "0.9.0", + "version": "0.10.0", "description": "Shared elements for react-front-kit component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/react-front-kit", diff --git a/packages/react-front-kit-table/CHANGELOG.md b/packages/react-front-kit-table/CHANGELOG.md index d434bcef..fbc52062 100644 --- a/packages/react-front-kit-table/CHANGELOG.md +++ b/packages/react-front-kit-table/CHANGELOG.md @@ -1,5 +1,13 @@ # @smile/react-front-kit-table +## 0.10.0 + +### Patch Changes + +- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]: + - @smile/react-front-kit@0.10.0 + - @smile/react-front-kit-shared@0.10.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/react-front-kit-table/package.json b/packages/react-front-kit-table/package.json index bee635e5..147c13aa 100644 --- a/packages/react-front-kit-table/package.json +++ b/packages/react-front-kit-table/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit-table", - "version": "0.9.0", + "version": "0.10.0", "description": "Table React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/react-front-kit", @@ -69,8 +69,8 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/react-front-kit": "0.9.0", - "@smile/react-front-kit-shared": "0.9.0" + "@smile/react-front-kit": "0.10.0", + "@smile/react-front-kit-shared": "0.10.0" }, "devDependencies": { "@babel/preset-env": "^7.22.20", diff --git a/packages/react-front-kit/CHANGELOG.md b/packages/react-front-kit/CHANGELOG.md index 5b20614f..996694c0 100644 --- a/packages/react-front-kit/CHANGELOG.md +++ b/packages/react-front-kit/CHANGELOG.md @@ -1,5 +1,24 @@ # @smile/react-front-kit +## 0.10.0 + +### Minor Changes + +- [#155](https://github.com/Smile-SA/react-front-kit/pull/155) [`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da) Thanks [@vapersmile](https://github.com/vapersmile)! - Add IconCard component and add it to DashboardPage + +- [#152](https://github.com/Smile-SA/react-front-kit/pull/152) [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DataBadge component and add it to Assembly/DashboardCard and Pages/DashboardPage + +- [#147](https://github.com/Smile-SA/react-front-kit/pull/147) [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DashboardPage and Assembly/DashboardCard + +- [#151](https://github.com/Smile-SA/react-front-kit/pull/151) [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb) Thanks [@vapersmile](https://github.com/vapersmile)! - Add EventList component + +- [#154](https://github.com/Smile-SA/react-front-kit/pull/154) [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50) Thanks [@vapersmile](https://github.com/vapersmile)! - Modify ItemList to EventList. + +### Patch Changes + +- Updated dependencies [[`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee)]: + - @smile/react-front-kit-shared@0.10.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/react-front-kit/package.json b/packages/react-front-kit/package.json index 3ca6509f..22143560 100644 --- a/packages/react-front-kit/package.json +++ b/packages/react-front-kit/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit", - "version": "0.9.0", + "version": "0.10.0", "description": "React component library based on mantine", "license": "LGPL-3.0", "homepage": "https://github.com/Smile-SA/react-front-kit", @@ -69,7 +69,7 @@ "prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs" }, "dependencies": { - "@smile/react-front-kit-shared": "0.9.0", + "@smile/react-front-kit-shared": "0.10.0", "pretty-bytes": "^6.1.1" }, "devDependencies": { diff --git a/packages/storybook-pages/CHANGELOG.md b/packages/storybook-pages/CHANGELOG.md index 4d65445a..7fa1b95c 100644 --- a/packages/storybook-pages/CHANGELOG.md +++ b/packages/storybook-pages/CHANGELOG.md @@ -1,5 +1,25 @@ # storybook-pages +## 0.10.0 + +### Minor Changes + +- [#155](https://github.com/Smile-SA/react-front-kit/pull/155) [`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da) Thanks [@vapersmile](https://github.com/vapersmile)! - Add IconCard component and add it to DashboardPage + +- [#152](https://github.com/Smile-SA/react-front-kit/pull/152) [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DataBadge component and add it to Assembly/DashboardCard and Pages/DashboardPage + +- [#147](https://github.com/Smile-SA/react-front-kit/pull/147) [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DashboardPage and Assembly/DashboardCard + +- [#158](https://github.com/Smile-SA/react-front-kit/pull/158) [`8bcc261`](https://github.com/Smile-SA/react-front-kit/commit/8bcc261ddd3c0847a9946c356615f1b3ecd16281) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added examples of forms with @mantine/forms and react-hook-form, including a complex react-hook-form example with multi-step, multiple nested forms, complex validation including between different fields, context/provider and transformation + +### Patch Changes + +- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]: + - @smile/react-front-kit@0.10.0 + - @smile/react-front-kit-shared@0.10.0 + - @smile/react-front-kit-dropzone@0.10.0 + - @smile/react-front-kit-table@0.10.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/storybook-pages/package.json b/packages/storybook-pages/package.json index a94b6353..ec7798d3 100644 --- a/packages/storybook-pages/package.json +++ b/packages/storybook-pages/package.json @@ -1,6 +1,6 @@ { "name": "storybook-pages", - "version": "0.9.0", + "version": "0.10.0", "private": true, "license": "LGPL-3.0", "publishConfig": {