From 9caeac3cf247a57581218d138d1510e0ff20af6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:33:35 +0100 Subject: [PATCH] ci: version packages (#118) Co-authored-by: github-actions[bot] --- .changeset/calm-hornets-tease.md | 5 ---- .changeset/curvy-ghosts-compete.md | 9 ------ .changeset/hip-beers-bathe.md | 5 ---- .changeset/light-garlics-flow.md | 5 ---- .changeset/lovely-rules-confess.md | 5 ---- .changeset/rare-rules-fry.md | 5 ---- .changeset/shy-wombats-draw.md | 5 ---- .changeset/small-trains-sit.md | 7 ----- .changeset/strange-cooks-eat.md | 6 ---- .changeset/tricky-schools-live.md | 5 ---- .../react-front-kit-dropzone/CHANGELOG.md | 12 ++++++++ .../react-front-kit-dropzone/package.json | 6 ++-- packages/react-front-kit-shared/CHANGELOG.md | 6 ++++ packages/react-front-kit-shared/package.json | 2 +- packages/react-front-kit-table/CHANGELOG.md | 14 +++++++++ packages/react-front-kit-table/package.json | 6 ++-- packages/react-front-kit/CHANGELOG.md | 29 +++++++++++++++++++ packages/react-front-kit/package.json | 4 +-- packages/storybook-pages/CHANGELOG.md | 18 ++++++++++++ packages/storybook-pages/package.json | 2 +- 20 files changed, 89 insertions(+), 67 deletions(-) delete mode 100644 .changeset/calm-hornets-tease.md delete mode 100644 .changeset/curvy-ghosts-compete.md delete mode 100644 .changeset/hip-beers-bathe.md delete mode 100644 .changeset/light-garlics-flow.md delete mode 100644 .changeset/lovely-rules-confess.md delete mode 100644 .changeset/rare-rules-fry.md delete mode 100644 .changeset/shy-wombats-draw.md delete mode 100644 .changeset/small-trains-sit.md delete mode 100644 .changeset/strange-cooks-eat.md delete mode 100644 .changeset/tricky-schools-live.md diff --git a/.changeset/calm-hornets-tease.md b/.changeset/calm-hornets-tease.md deleted file mode 100644 index 76d8e7f9..00000000 --- a/.changeset/calm-hornets-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -add CardHeader diff --git a/.changeset/curvy-ghosts-compete.md b/.changeset/curvy-ghosts-compete.md deleted file mode 100644 index 4dfe1369..00000000 --- a/.changeset/curvy-ghosts-compete.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@smile/react-front-kit-dropzone': minor -'@smile/react-front-kit-shared': minor -'@smile/react-front-kit-table': minor -'@smile/react-front-kit': minor -'storybook-pages': minor ---- - -Migrated from Mantine V6 to V7 diff --git a/.changeset/hip-beers-bathe.md b/.changeset/hip-beers-bathe.md deleted file mode 100644 index bfb801e1..00000000 --- a/.changeset/hip-beers-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Refactored SidebarFilters to use SidebarMenu instead of a slightly modified copy. Improved SidebarMenu. diff --git a/.changeset/light-garlics-flow.md b/.changeset/light-garlics-flow.md deleted file mode 100644 index cf32170b..00000000 --- a/.changeset/light-garlics-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Added SummaryBox component diff --git a/.changeset/lovely-rules-confess.md b/.changeset/lovely-rules-confess.md deleted file mode 100644 index b580d919..00000000 --- a/.changeset/lovely-rules-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -add ButtonListOrDropdown component diff --git a/.changeset/rare-rules-fry.md b/.changeset/rare-rules-fry.md deleted file mode 100644 index 4bbe8a94..00000000 --- a/.changeset/rare-rules-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -add MenuLanguages component diff --git a/.changeset/shy-wombats-draw.md b/.changeset/shy-wombats-draw.md deleted file mode 100644 index 4e13a326..00000000 --- a/.changeset/shy-wombats-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -add CardList component diff --git a/.changeset/small-trains-sit.md b/.changeset/small-trains-sit.md deleted file mode 100644 index f33b043a..00000000 --- a/.changeset/small-trains-sit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@smile/react-front-kit-table': minor -'@smile/react-front-kit': minor -'storybook-pages': minor ---- - -Fixed various style issues after migration diff --git a/.changeset/strange-cooks-eat.md b/.changeset/strange-cooks-eat.md deleted file mode 100644 index efc7a8c9..00000000 --- a/.changeset/strange-cooks-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/react-front-kit': minor -'storybook-pages': minor ---- - -Extracted logic from ActionBar into new ActionRowOverflow, moved a type and some mocks diff --git a/.changeset/tricky-schools-live.md b/.changeset/tricky-schools-live.md deleted file mode 100644 index 69beb213..00000000 --- a/.changeset/tricky-schools-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Fixed styles of ResponsiveStyles after migration diff --git a/packages/react-front-kit-dropzone/CHANGELOG.md b/packages/react-front-kit-dropzone/CHANGELOG.md index 0b410dd2..34dc5c5a 100644 --- a/packages/react-front-kit-dropzone/CHANGELOG.md +++ b/packages/react-front-kit-dropzone/CHANGELOG.md @@ -1,5 +1,17 @@ # @smile/react-front-kit-dropzone +## 0.9.0 + +### Minor Changes + +- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7 + +### Patch Changes + +- Updated dependencies [[`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128), [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c), [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824), [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a), [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a), [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d), [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc), [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9), [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b), [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382)]: + - @smile/react-front-kit@0.9.0 + - @smile/react-front-kit-shared@0.9.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/react-front-kit-dropzone/package.json b/packages/react-front-kit-dropzone/package.json index f5072ddb..1e95f651 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.8.1", + "version": "0.9.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.8.1", - "@smile/react-front-kit-shared": "0.8.1" + "@smile/react-front-kit": "0.9.0", + "@smile/react-front-kit-shared": "0.9.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 8273f9f5..2e64b3b0 100644 --- a/packages/react-front-kit-shared/CHANGELOG.md +++ b/packages/react-front-kit-shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @smile/react-front-kit-shared +## 0.9.0 + +### Minor Changes + +- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7 + ## 0.8.1 ## 0.8.0 diff --git a/packages/react-front-kit-shared/package.json b/packages/react-front-kit-shared/package.json index c0fd2aa7..e50e952b 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.8.1", + "version": "0.9.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 1e748c24..d434bcef 100644 --- a/packages/react-front-kit-table/CHANGELOG.md +++ b/packages/react-front-kit-table/CHANGELOG.md @@ -1,5 +1,19 @@ # @smile/react-front-kit-table +## 0.9.0 + +### Minor Changes + +- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7 + +- [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed various style issues after migration + +### Patch Changes + +- Updated dependencies [[`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128), [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c), [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824), [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a), [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a), [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d), [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc), [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9), [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b), [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382)]: + - @smile/react-front-kit@0.9.0 + - @smile/react-front-kit-shared@0.9.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/react-front-kit-table/package.json b/packages/react-front-kit-table/package.json index c1db9ed8..bee635e5 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.8.1", + "version": "0.9.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.8.1", - "@smile/react-front-kit-shared": "0.8.1" + "@smile/react-front-kit": "0.9.0", + "@smile/react-front-kit-shared": "0.9.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 14cab5db..5b20614f 100644 --- a/packages/react-front-kit/CHANGELOG.md +++ b/packages/react-front-kit/CHANGELOG.md @@ -1,5 +1,34 @@ # @smile/react-front-kit +## 0.9.0 + +### Minor Changes + +- [`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128) Thanks [@vapersmile](https://github.com/vapersmile)! - add CardHeader + +- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7 + +- [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Refactored SidebarFilters to use SidebarMenu instead of a slightly modified copy. Improved SidebarMenu. + +- [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added SummaryBox component + +- [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a) Thanks [@vapersmile](https://github.com/vapersmile)! - add ButtonListOrDropdown component + +- [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d) Thanks [@vapersmile](https://github.com/vapersmile)! - add MenuLanguages component + +- [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc) Thanks [@vapersmile](https://github.com/vapersmile)! - add CardList component + +- [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed various style issues after migration + +- [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Extracted logic from ActionBar into new ActionRowOverflow, moved a type and some mocks + +- [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed styles of ResponsiveStyles after migration + +### Patch Changes + +- Updated dependencies [[`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c)]: + - @smile/react-front-kit-shared@0.9.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/react-front-kit/package.json b/packages/react-front-kit/package.json index 2e5f7afe..3ca6509f 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.8.1", + "version": "0.9.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.8.1", + "@smile/react-front-kit-shared": "0.9.0", "pretty-bytes": "^6.1.1" }, "devDependencies": { diff --git a/packages/storybook-pages/CHANGELOG.md b/packages/storybook-pages/CHANGELOG.md index c4288236..4d65445a 100644 --- a/packages/storybook-pages/CHANGELOG.md +++ b/packages/storybook-pages/CHANGELOG.md @@ -1,5 +1,23 @@ # storybook-pages +## 0.9.0 + +### Minor Changes + +- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7 + +- [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed various style issues after migration + +- [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Extracted logic from ActionBar into new ActionRowOverflow, moved a type and some mocks + +### Patch Changes + +- Updated dependencies [[`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128), [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c), [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824), [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a), [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a), [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d), [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc), [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9), [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b), [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382)]: + - @smile/react-front-kit@0.9.0 + - @smile/react-front-kit-dropzone@0.9.0 + - @smile/react-front-kit-shared@0.9.0 + - @smile/react-front-kit-table@0.9.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/storybook-pages/package.json b/packages/storybook-pages/package.json index d8b57513..9c206763 100644 --- a/packages/storybook-pages/package.json +++ b/packages/storybook-pages/package.json @@ -1,6 +1,6 @@ { "name": "storybook-pages", - "version": "0.8.1", + "version": "0.9.0", "private": true, "license": "LGPL-3.0", "publishConfig": {