From 9bc430e7c16aa43cabc6692c9dc4560e0eb3ac38 Mon Sep 17 00:00:00 2001 From: Tony Cabaye Date: Fri, 20 Oct 2023 11:32:43 +0200 Subject: [PATCH] Revert "ci: version packages" This reverts commit d728aa2a82c13886dc3a118e8b2c5e5c2a9cc42d. --- .changeset/calm-starfishes-breathe.md | 5 +++++ .changeset/gentle-hotels-jog.md | 5 +++++ .changeset/light-ears-shop.md | 5 +++++ .changeset/popular-pandas-bow.md | 5 +++++ .changeset/wet-mayflies-wave.md | 5 +++++ .changeset/wicked-ways-arrive.md | 5 +++++ .../react-front-kit-dropzone/CHANGELOG.md | 9 -------- .../react-front-kit-dropzone/package.json | 2 +- packages/react-front-kit-shared/CHANGELOG.md | 3 --- packages/react-front-kit-shared/package.json | 2 +- packages/react-front-kit-table/CHANGELOG.md | 9 -------- packages/react-front-kit-table/package.json | 2 +- packages/react-front-kit/CHANGELOG.md | 21 ------------------- packages/react-front-kit/package.json | 2 +- 14 files changed, 34 insertions(+), 46 deletions(-) create mode 100644 .changeset/calm-starfishes-breathe.md create mode 100644 .changeset/gentle-hotels-jog.md create mode 100644 .changeset/light-ears-shop.md create mode 100644 .changeset/popular-pandas-bow.md create mode 100644 .changeset/wet-mayflies-wave.md create mode 100644 .changeset/wicked-ways-arrive.md delete mode 100644 packages/react-front-kit-dropzone/CHANGELOG.md delete mode 100644 packages/react-front-kit-shared/CHANGELOG.md delete mode 100644 packages/react-front-kit-table/CHANGELOG.md diff --git a/.changeset/calm-starfishes-breathe.md b/.changeset/calm-starfishes-breathe.md new file mode 100644 index 00000000..115c01e3 --- /dev/null +++ b/.changeset/calm-starfishes-breathe.md @@ -0,0 +1,5 @@ +--- +'@smile/react-front-kit': patch +--- + +Add BitConverter, TruncateString, Dropzone and DropzoneCard components diff --git a/.changeset/gentle-hotels-jog.md b/.changeset/gentle-hotels-jog.md new file mode 100644 index 00000000..5340a635 --- /dev/null +++ b/.changeset/gentle-hotels-jog.md @@ -0,0 +1,5 @@ +--- +'@smile/react-front-kit': major +--- + +Added code preview for page components and added turbo generation diff --git a/.changeset/light-ears-shop.md b/.changeset/light-ears-shop.md new file mode 100644 index 00000000..0a84ae1b --- /dev/null +++ b/.changeset/light-ears-shop.md @@ -0,0 +1,5 @@ +--- +'@smile/react-front-kit': minor +--- + +Added `Document Details` example page, added `ResponsiveTabs` example to it, fixed bug on `ResponsiveTabs` diff --git a/.changeset/popular-pandas-bow.md b/.changeset/popular-pandas-bow.md new file mode 100644 index 00000000..8f6869f5 --- /dev/null +++ b/.changeset/popular-pandas-bow.md @@ -0,0 +1,5 @@ +--- +'@smile/react-front-kit': minor +--- + +Added `DocumentView` iframe to `DocumentDetails` example page diff --git a/.changeset/wet-mayflies-wave.md b/.changeset/wet-mayflies-wave.md new file mode 100644 index 00000000..c5587abd --- /dev/null +++ b/.changeset/wet-mayflies-wave.md @@ -0,0 +1,5 @@ +--- +'@smile/react-front-kit': minor +--- + +Add `onMenuOpen` props for `SidebarMenu` + minor fixes diff --git a/.changeset/wicked-ways-arrive.md b/.changeset/wicked-ways-arrive.md new file mode 100644 index 00000000..b8e73713 --- /dev/null +++ b/.changeset/wicked-ways-arrive.md @@ -0,0 +1,5 @@ +--- +'@smile/react-front-kit': minor +--- + +Added `ResponsiveTabs` component diff --git a/packages/react-front-kit-dropzone/CHANGELOG.md b/packages/react-front-kit-dropzone/CHANGELOG.md deleted file mode 100644 index e58f806b..00000000 --- a/packages/react-front-kit-dropzone/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# @smile/react-front-kit-dropzone - -## 0.0.3 - -### Patch Changes - -- Updated dependencies [[`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09), [`9ab7be5`](https://github.com/Smile-SA/react-front-kit/commit/9ab7be5365efaa604d795b974983f1aa05eb61e4), [`48189c8`](https://github.com/Smile-SA/react-front-kit/commit/48189c80a2a1d8ee7307c3cd17feb995a3a458c4), [`ffe24fc`](https://github.com/Smile-SA/react-front-kit/commit/ffe24fc17c890206d0cf344c156ffbd90421ff65), [`0d55bcc`](https://github.com/Smile-SA/react-front-kit/commit/0d55bcc0957c9bbaeaafb7780041e0b8ba9df69b), [`83ffae5`](https://github.com/Smile-SA/react-front-kit/commit/83ffae582eebe204f6ff37558e32057aa490c255)]: - - @smile/react-front-kit@0.0.3 - - @smile/react-front-kit-shared@0.0.3 diff --git a/packages/react-front-kit-dropzone/package.json b/packages/react-front-kit-dropzone/package.json index 5c7bbb68..a49e064d 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.0.3", + "version": "0.2.0", "description": "Dropzone React component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit", diff --git a/packages/react-front-kit-shared/CHANGELOG.md b/packages/react-front-kit-shared/CHANGELOG.md deleted file mode 100644 index d326bc37..00000000 --- a/packages/react-front-kit-shared/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -# @smile/react-front-kit-shared - -## 0.0.3 diff --git a/packages/react-front-kit-shared/package.json b/packages/react-front-kit-shared/package.json index e88d3ff6..056c4643 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.0.3", + "version": "0.2.0", "description": "Shared elements for react-front-kit component library based on mantine", "license": "MIT", "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 deleted file mode 100644 index 5c95a2ab..00000000 --- a/packages/react-front-kit-table/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# @smile/react-front-kit-table - -## 0.0.3 - -### Patch Changes - -- Updated dependencies [[`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09), [`9ab7be5`](https://github.com/Smile-SA/react-front-kit/commit/9ab7be5365efaa604d795b974983f1aa05eb61e4), [`48189c8`](https://github.com/Smile-SA/react-front-kit/commit/48189c80a2a1d8ee7307c3cd17feb995a3a458c4), [`ffe24fc`](https://github.com/Smile-SA/react-front-kit/commit/ffe24fc17c890206d0cf344c156ffbd90421ff65), [`0d55bcc`](https://github.com/Smile-SA/react-front-kit/commit/0d55bcc0957c9bbaeaafb7780041e0b8ba9df69b), [`83ffae5`](https://github.com/Smile-SA/react-front-kit/commit/83ffae582eebe204f6ff37558e32057aa490c255)]: - - @smile/react-front-kit@0.0.3 - - @smile/react-front-kit-shared@0.0.3 diff --git a/packages/react-front-kit-table/package.json b/packages/react-front-kit-table/package.json index bd0c24e6..1c602bbb 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.0.3", + "version": "0.2.0", "description": "Table React component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit", diff --git a/packages/react-front-kit/CHANGELOG.md b/packages/react-front-kit/CHANGELOG.md index 20eb4620..1655dcbc 100644 --- a/packages/react-front-kit/CHANGELOG.md +++ b/packages/react-front-kit/CHANGELOG.md @@ -1,26 +1,5 @@ # @smile/react-front-kit -## 0.0.3 - -### Minor Changes - -- [#45](https://github.com/Smile-SA/react-front-kit/pull/45) [`48189c8`](https://github.com/Smile-SA/react-front-kit/commit/48189c80a2a1d8ee7307c3cd17feb995a3a458c4) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `Document Details` example page, added `ResponsiveTabs` example to it, fixed bug on `ResponsiveTabs` - -- [#46](https://github.com/Smile-SA/react-front-kit/pull/46) [`ffe24fc`](https://github.com/Smile-SA/react-front-kit/commit/ffe24fc17c890206d0cf344c156ffbd90421ff65) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `DocumentView` iframe to `DocumentDetails` example page - -- [#44](https://github.com/Smile-SA/react-front-kit/pull/44) [`9ab7be5`](https://github.com/Smile-SA/react-front-kit/commit/9ab7be5365efaa604d795b974983f1aa05eb61e4) Thanks [@vapersmile](https://github.com/vapersmile)! - Added code preview for page components and added turbo generation - -- [#43](https://github.com/Smile-SA/react-front-kit/pull/43) [`0d55bcc`](https://github.com/Smile-SA/react-front-kit/commit/0d55bcc0957c9bbaeaafb7780041e0b8ba9df69b) Thanks [@tonai](https://github.com/tonai)! - Add `onMenuOpen` props for `SidebarMenu` + minor fixes - -- [#42](https://github.com/Smile-SA/react-front-kit/pull/42) [`83ffae5`](https://github.com/Smile-SA/react-front-kit/commit/83ffae582eebe204f6ff37558e32057aa490c255) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `ResponsiveTabs` component - -### Patch Changes - -- [#38](https://github.com/Smile-SA/react-front-kit/pull/38) [`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09) Thanks [@vapersmile](https://github.com/vapersmile)! - Add BitConverter, TruncateString, Dropzone and DropzoneCard components - -- Updated dependencies []: - - @smile/react-front-kit-shared@0.0.3 - ## 0.2.0 ### Minor Changes diff --git a/packages/react-front-kit/package.json b/packages/react-front-kit/package.json index dc20dd7e..e1189727 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.0.3", + "version": "0.2.0", "description": "React component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit",