Skip to content

Commit

Permalink
Revert "ci: version packages"
Browse files Browse the repository at this point in the history
This reverts commit d728aa2.
  • Loading branch information
tonai authored Oct 20, 2023
1 parent d728aa2 commit 9bc430e
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 46 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-starfishes-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smile/react-front-kit': patch
---

Add BitConverter, TruncateString, Dropzone and DropzoneCard components
5 changes: 5 additions & 0 deletions .changeset/gentle-hotels-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smile/react-front-kit': major
---

Added code preview for page components and added turbo generation
5 changes: 5 additions & 0 deletions .changeset/light-ears-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smile/react-front-kit': minor
---

Added `Document Details` example page, added `ResponsiveTabs` example to it, fixed bug on `ResponsiveTabs`
5 changes: 5 additions & 0 deletions .changeset/popular-pandas-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smile/react-front-kit': minor
---

Added `DocumentView` iframe to `DocumentDetails` example page
5 changes: 5 additions & 0 deletions .changeset/wet-mayflies-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smile/react-front-kit': minor
---

Add `onMenuOpen` props for `SidebarMenu` + minor fixes
5 changes: 5 additions & 0 deletions .changeset/wicked-ways-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smile/react-front-kit': minor
---

Added `ResponsiveTabs` component
9 changes: 0 additions & 9 deletions packages/react-front-kit-dropzone/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-front-kit-dropzone/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 0 additions & 3 deletions packages/react-front-kit-shared/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-front-kit-shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 0 additions & 9 deletions packages/react-front-kit-table/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-front-kit-table/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
21 changes: 0 additions & 21 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-front-kit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9bc430e

Please sign in to comment.