Skip to content

Commit

Permalink
ci: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tonai committed Oct 5, 2023
1 parent e147f1b commit 0dd090e
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 40 deletions.
7 changes: 0 additions & 7 deletions .changeset/gentle-pots-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-waves-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-balloons-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-penguins-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-donuts-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-beers-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-shoes-double.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.1.0",
"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
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.1.0",
"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
22 changes: 22 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @smile/react-front-kit

## 0.2.0

### Minor Changes

- [#13](https://github.com/Smile-SA/react-front-kit/pull/13) [`b0af785`](https://github.com/Smile-SA/react-front-kit/commit/b0af7850caae2b04e56821e19a7eee82bacc5e7a) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `hasOnlyOneOpenMenu` prop to `SidebarMenu`

Reworked `CollapseButton` into Uncontrolled and Controlled versions

- [#22](https://github.com/Smile-SA/react-front-kit/pull/22) [`d95bf09`](https://github.com/Smile-SA/react-front-kit/commit/d95bf09b29134f849babb0c257b6c5a41f45f2d4) Thanks [@vapersmile](https://github.com/vapersmile)! - Add `ConfirmModal` component

- [#26](https://github.com/Smile-SA/react-front-kit/pull/26) [`ab07235`](https://github.com/Smile-SA/react-front-kit/commit/ab072356e47a2964183391c924909593d19244bd) Thanks [@tonai](https://github.com/tonai)! - Manage actions for `Table` component

- [#20](https://github.com/Smile-SA/react-front-kit/pull/20) [`ff9e28e`](https://github.com/Smile-SA/react-front-kit/commit/ff9e28e4049f7c5552756b108d6394caf67c0bef) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `FoldableColumnLayout` layout, updated `TestPage`

### Patch Changes

- [#19](https://github.com/Smile-SA/react-front-kit/pull/19) [`d3f9d1b`](https://github.com/Smile-SA/react-front-kit/commit/d3f9d1b2b2fee4c166671950894c7eda4fa662e9) Thanks [@tonai](https://github.com/tonai)! - Fix icon colors and table tooltips

- [#31](https://github.com/Smile-SA/react-front-kit/pull/31) [`64d63ff`](https://github.com/Smile-SA/react-front-kit/commit/64d63ffd1d3f9c83dc745d621f764ad54ac5efc1) Thanks [@vapersmile](https://github.com/vapersmile)! - Add `DropzoneCard` component

- [#25](https://github.com/Smile-SA/react-front-kit/pull/25) [`870e9b5`](https://github.com/Smile-SA/react-front-kit/commit/870e9b520e58085dba64c27892a651784c56e448) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Modified padding of `FoldableColumnLayout`, Added `Button` that adds new `SidebarMenu` folders as example to `TestPage`

## 0.1.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.1.0",
"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 0dd090e

Please sign in to comment.