diff --git a/.changeset/calm-starfishes-breathe.md b/.changeset/calm-starfishes-breathe.md deleted file mode 100644 index 115c01e3..00000000 --- a/.changeset/calm-starfishes-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 deleted file mode 100644 index 5340a635..00000000 --- a/.changeset/gentle-hotels-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 deleted file mode 100644 index 0a84ae1b..00000000 --- a/.changeset/light-ears-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 deleted file mode 100644 index 8f6869f5..00000000 --- a/.changeset/popular-pandas-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 deleted file mode 100644 index c5587abd..00000000 --- a/.changeset/wet-mayflies-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 deleted file mode 100644 index b8e73713..00000000 --- a/.changeset/wicked-ways-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 new file mode 100644 index 00000000..e58f806b --- /dev/null +++ b/packages/react-front-kit-dropzone/CHANGELOG.md @@ -0,0 +1,9 @@ +# @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 a49e064d..5c7bbb68 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.2.0", + "version": "0.0.3", "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 new file mode 100644 index 00000000..d326bc37 --- /dev/null +++ b/packages/react-front-kit-shared/CHANGELOG.md @@ -0,0 +1,3 @@ +# @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 056c4643..e88d3ff6 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.2.0", + "version": "0.0.3", "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 new file mode 100644 index 00000000..5c95a2ab --- /dev/null +++ b/packages/react-front-kit-table/CHANGELOG.md @@ -0,0 +1,9 @@ +# @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 1c602bbb..bd0c24e6 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.2.0", + "version": "0.0.3", "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 1655dcbc..20eb4620 100644 --- a/packages/react-front-kit/CHANGELOG.md +++ b/packages/react-front-kit/CHANGELOG.md @@ -1,5 +1,26 @@ # @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 e1189727..dc20dd7e 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.2.0", + "version": "0.0.3", "description": "React component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit",