Skip to content

Commit

Permalink
ci: version packages (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and tonai committed Nov 24, 2023
1 parent d10530b commit 8592bbb
Show file tree
Hide file tree
Showing 18 changed files with 93 additions and 56 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-terms-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-items-itch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/giant-planes-juggle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-bikes-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-trainers-fry.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/sour-bags-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-moose-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-mirrors-jump.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-front-kit-dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @smile/react-front-kit-dropzone

## 0.5.0

### Patch Changes

- Updated dependencies [[`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`bd9cfe4`](https://github.com/Smile-SA/react-front-kit/commit/bd9cfe42d0b22f5f7f5e7b0de30fdfb22ad3e1c8), [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737), [`5578d5d`](https://github.com/Smile-SA/react-front-kit/commit/5578d5db7543b679e405a74e5249908afa435628), [`51b1d80`](https://github.com/Smile-SA/react-front-kit/commit/51b1d80b264a9003f9790837fb16dde3869e1915)]:
- @smile/react-front-kit-shared@0.5.0
- @smile/react-front-kit@0.5.0

## 0.4.0

### Patch Changes
Expand Down
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.4.0",
"version": "0.5.0",
"description": "Dropzone React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-front-kit-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @smile/react-front-kit-shared

## 0.5.0

### Minor Changes

- [#72](https://github.com/Smile-SA/react-front-kit/pull/72) [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6) Thanks [@tonai](https://github.com/tonai)! - Add dynamic componentProps property in actions

- [#65](https://github.com/Smile-SA/react-front-kit/pull/65) [`bd9cfe4`](https://github.com/Smile-SA/react-front-kit/commit/bd9cfe42d0b22f5f7f5e7b0de30fdfb22ad3e1c8) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Reworked action/confirm types and moved then in `react-front-kit-shared` then refactored types in `Table`, `Thumbnail` and `ConfirmModal` , Added `ThumbnailGrid` and `TableGridView` components,

- [#68](https://github.com/Smile-SA/react-front-kit/pull/68) [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `storybook-pages` package containing example pages, renamed `TestPage`
into `BrowsingPage` and completed it with integration of `TableGridView`, fixed
various component styles and props related to page.

### Patch Changes

- [#72](https://github.com/Smile-SA/react-front-kit/pull/72) [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6) Thanks [@tonai](https://github.com/tonai)! - Add server barrel files

## 0.4.0

### Minor Changes
Expand Down
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.4.0",
"version": "0.5.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
22 changes: 22 additions & 0 deletions packages/react-front-kit-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @smile/react-front-kit-table

## 0.5.0

### Minor Changes

- [#72](https://github.com/Smile-SA/react-front-kit/pull/72) [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6) Thanks [@tonai](https://github.com/tonai)! - Add dynamic componentProps property in actions

- [#71](https://github.com/Smile-SA/react-front-kit/pull/71) [`fbc68f5`](https://github.com/Smile-SA/react-front-kit/commit/fbc68f589525092454287a9e9195264593d7370c) Thanks [@tonai](https://github.com/tonai)! - Update `label` and `icon` action props to accept a function.

- [#65](https://github.com/Smile-SA/react-front-kit/pull/65) [`bd9cfe4`](https://github.com/Smile-SA/react-front-kit/commit/bd9cfe42d0b22f5f7f5e7b0de30fdfb22ad3e1c8) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Reworked action/confirm types and moved then in `react-front-kit-shared` then refactored types in `Table`, `Thumbnail` and `ConfirmModal` , Added `ThumbnailGrid` and `TableGridView` components,

- [#68](https://github.com/Smile-SA/react-front-kit/pull/68) [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `storybook-pages` package containing example pages, renamed `TestPage`
into `BrowsingPage` and completed it with integration of `TableGridView`, fixed
various component styles and props related to page.

### Patch Changes

- [#72](https://github.com/Smile-SA/react-front-kit/pull/72) [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6) Thanks [@tonai](https://github.com/tonai)! - Add server barrel files

- Updated dependencies [[`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`bd9cfe4`](https://github.com/Smile-SA/react-front-kit/commit/bd9cfe42d0b22f5f7f5e7b0de30fdfb22ad3e1c8), [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737), [`5578d5d`](https://github.com/Smile-SA/react-front-kit/commit/5578d5db7543b679e405a74e5249908afa435628), [`51b1d80`](https://github.com/Smile-SA/react-front-kit/commit/51b1d80b264a9003f9790837fb16dde3869e1915)]:
- @smile/react-front-kit-shared@0.5.0
- @smile/react-front-kit@0.5.0

## 0.4.0

### Minor Changes
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.4.0",
"version": "0.5.0",
"description": "Table React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down
25 changes: 25 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @smile/react-front-kit

## 0.5.0

### Minor Changes

- [#72](https://github.com/Smile-SA/react-front-kit/pull/72) [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6) Thanks [@tonai](https://github.com/tonai)! - Add dynamic componentProps property in actions

- [#65](https://github.com/Smile-SA/react-front-kit/pull/65) [`bd9cfe4`](https://github.com/Smile-SA/react-front-kit/commit/bd9cfe42d0b22f5f7f5e7b0de30fdfb22ad3e1c8) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Reworked action/confirm types and moved then in `react-front-kit-shared` then refactored types in `Table`, `Thumbnail` and `ConfirmModal` , Added `ThumbnailGrid` and `TableGridView` components,

- [#68](https://github.com/Smile-SA/react-front-kit/pull/68) [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `storybook-pages` package containing example pages, renamed `TestPage`
into `BrowsingPage` and completed it with integration of `TableGridView`, fixed
various component styles and props related to page.

- [#69](https://github.com/Smile-SA/react-front-kit/pull/69) [`5578d5d`](https://github.com/Smile-SA/react-front-kit/commit/5578d5db7543b679e405a74e5249908afa435628) Thanks [@vapersmile](https://github.com/vapersmile)! - Add filters component

- [#70](https://github.com/Smile-SA/react-front-kit/pull/70) [`51b1d80`](https://github.com/Smile-SA/react-front-kit/commit/51b1d80b264a9003f9790837fb16dde3869e1915) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `BEST_PRACTICES.md` documentation file

### Patch Changes

- [#72](https://github.com/Smile-SA/react-front-kit/pull/72) [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6) Thanks [@tonai](https://github.com/tonai)! - Add server barrel files

- [#72](https://github.com/Smile-SA/react-front-kit/pull/72) [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6) Thanks [@tonai](https://github.com/tonai)! - Fix responsiveTabs when layout switch between columns and rows

- Updated dependencies [[`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`bd9cfe4`](https://github.com/Smile-SA/react-front-kit/commit/bd9cfe42d0b22f5f7f5e7b0de30fdfb22ad3e1c8), [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737)]:
- @smile/react-front-kit-shared@0.5.0

## 0.4.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.4.0",
"version": "0.5.0",
"description": "React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down
17 changes: 17 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# storybook-pages

## 0.1.0

### Minor Changes

- [#68](https://github.com/Smile-SA/react-front-kit/pull/68) [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `storybook-pages` package containing example pages, renamed `TestPage`
into `BrowsingPage` and completed it with integration of `TableGridView`, fixed
various component styles and props related to page.

### Patch Changes

- Updated dependencies [[`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`fbc68f5`](https://github.com/Smile-SA/react-front-kit/commit/fbc68f589525092454287a9e9195264593d7370c), [`bd9cfe4`](https://github.com/Smile-SA/react-front-kit/commit/bd9cfe42d0b22f5f7f5e7b0de30fdfb22ad3e1c8), [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`c8d3d94`](https://github.com/Smile-SA/react-front-kit/commit/c8d3d946cb0ded4ed26d4b8be249eff45d3d56f6), [`c8b5a39`](https://github.com/Smile-SA/react-front-kit/commit/c8b5a3978c8ce7133da0b498d9f0b326f07eb737), [`5578d5d`](https://github.com/Smile-SA/react-front-kit/commit/5578d5db7543b679e405a74e5249908afa435628), [`51b1d80`](https://github.com/Smile-SA/react-front-kit/commit/51b1d80b264a9003f9790837fb16dde3869e1915)]:
- @smile/react-front-kit-shared@0.5.0
- @smile/react-front-kit-table@0.5.0
- @smile/react-front-kit@0.5.0
- @smile/react-front-kit-dropzone@0.5.0
2 changes: 1 addition & 1 deletion packages/storybook-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-pages",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 8592bbb

Please sign in to comment.