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] committed Jan 25, 2024
1 parent f245ab1 commit 4436eb1
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-hornets-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-beers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-garlics-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-rules-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-rules-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-cooks-eat.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.9.0

### Patch Changes

- Updated dependencies [[`f245ab1`](https://github.com/Smile-SA/react-front-kit/commit/f245ab1afb6678112ead26a707ae435aa192afcd), [`b401a10`](https://github.com/Smile-SA/react-front-kit/commit/b401a105ac73ee1fc32904c04d0e9d2cf68dea31), [`f80ac3b`](https://github.com/Smile-SA/react-front-kit/commit/f80ac3bb9769f939b97457354f82a11bdae5e29c), [`4e43c00`](https://github.com/Smile-SA/react-front-kit/commit/4e43c0008121aeea4f165a560537c74b77f95f8f), [`f1a52d1`](https://github.com/Smile-SA/react-front-kit/commit/f1a52d157058eef1449aecddef838aaf3ea70733), [`a54b91d`](https://github.com/Smile-SA/react-front-kit/commit/a54b91de3fb1e30f81108c0d0d2e8a8d0fcf40ab)]:
- @smile/react-front-kit@0.9.0
- @smile/react-front-kit-shared@0.9.0

## 0.8.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.8.1",
"version": "0.9.0",
"description": "Dropzone React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -47,8 +47,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.8.1",
"@smile/react-front-kit-shared": "0.8.1"
"@smile/react-front-kit": "0.9.0",
"@smile/react-front-kit-shared": "0.9.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-front-kit-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @smile/react-front-kit-shared

## 0.9.0

## 0.8.1

## 0.8.0
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.8.1",
"version": "0.9.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
8 changes: 8 additions & 0 deletions packages/react-front-kit-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @smile/react-front-kit-table

## 0.9.0

### Patch Changes

- Updated dependencies [[`f245ab1`](https://github.com/Smile-SA/react-front-kit/commit/f245ab1afb6678112ead26a707ae435aa192afcd), [`b401a10`](https://github.com/Smile-SA/react-front-kit/commit/b401a105ac73ee1fc32904c04d0e9d2cf68dea31), [`f80ac3b`](https://github.com/Smile-SA/react-front-kit/commit/f80ac3bb9769f939b97457354f82a11bdae5e29c), [`4e43c00`](https://github.com/Smile-SA/react-front-kit/commit/4e43c0008121aeea4f165a560537c74b77f95f8f), [`f1a52d1`](https://github.com/Smile-SA/react-front-kit/commit/f1a52d157058eef1449aecddef838aaf3ea70733), [`a54b91d`](https://github.com/Smile-SA/react-front-kit/commit/a54b91de3fb1e30f81108c0d0d2e8a8d0fcf40ab)]:
- @smile/react-front-kit@0.9.0
- @smile/react-front-kit-shared@0.9.0

## 0.8.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.8.1",
"version": "0.9.0",
"description": "Table React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -61,8 +61,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.8.1",
"@smile/react-front-kit-shared": "0.8.1"
"@smile/react-front-kit": "0.9.0",
"@smile/react-front-kit-shared": "0.9.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
21 changes: 21 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @smile/react-front-kit

## 0.9.0

### Minor Changes

- [#122](https://github.com/Smile-SA/react-front-kit/pull/122) [`f245ab1`](https://github.com/Smile-SA/react-front-kit/commit/f245ab1afb6678112ead26a707ae435aa192afcd) Thanks [@vapersmile](https://github.com/vapersmile)! - add CardHeader

- [#115](https://github.com/Smile-SA/react-front-kit/pull/115) [`b401a10`](https://github.com/Smile-SA/react-front-kit/commit/b401a105ac73ee1fc32904c04d0e9d2cf68dea31) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Refactored SidebarFilters to use SidebarMenu instead of a slightly modified copy. Improved SidebarMenu.

- [#121](https://github.com/Smile-SA/react-front-kit/pull/121) [`f80ac3b`](https://github.com/Smile-SA/react-front-kit/commit/f80ac3bb9769f939b97457354f82a11bdae5e29c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added SummaryBox component

- [#117](https://github.com/Smile-SA/react-front-kit/pull/117) [`4e43c00`](https://github.com/Smile-SA/react-front-kit/commit/4e43c0008121aeea4f165a560537c74b77f95f8f) Thanks [@vapersmile](https://github.com/vapersmile)! - add ButtonListOrDropdown component

- [#120](https://github.com/Smile-SA/react-front-kit/pull/120) [`f1a52d1`](https://github.com/Smile-SA/react-front-kit/commit/f1a52d157058eef1449aecddef838aaf3ea70733) Thanks [@vapersmile](https://github.com/vapersmile)! - add MenuLanguages component

- [#119](https://github.com/Smile-SA/react-front-kit/pull/119) [`a54b91d`](https://github.com/Smile-SA/react-front-kit/commit/a54b91de3fb1e30f81108c0d0d2e8a8d0fcf40ab) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Extracted logic from ActionBar into new ActionRowOverflow, moved a type and some mocks

### Patch Changes

- Updated dependencies []:
- @smile/react-front-kit-shared@0.9.0

## 0.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.8.1",
"version": "0.9.0",
"description": "React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -61,7 +61,7 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit-shared": "0.8.1",
"@smile/react-front-kit-shared": "0.9.0",
"pretty-bytes": "^6.1.1"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# storybook-pages

## 0.9.0

### Minor Changes

- [#119](https://github.com/Smile-SA/react-front-kit/pull/119) [`a54b91d`](https://github.com/Smile-SA/react-front-kit/commit/a54b91de3fb1e30f81108c0d0d2e8a8d0fcf40ab) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Extracted logic from ActionBar into new ActionRowOverflow, moved a type and some mocks

### Patch Changes

- Updated dependencies [[`f245ab1`](https://github.com/Smile-SA/react-front-kit/commit/f245ab1afb6678112ead26a707ae435aa192afcd), [`b401a10`](https://github.com/Smile-SA/react-front-kit/commit/b401a105ac73ee1fc32904c04d0e9d2cf68dea31), [`f80ac3b`](https://github.com/Smile-SA/react-front-kit/commit/f80ac3bb9769f939b97457354f82a11bdae5e29c), [`4e43c00`](https://github.com/Smile-SA/react-front-kit/commit/4e43c0008121aeea4f165a560537c74b77f95f8f), [`f1a52d1`](https://github.com/Smile-SA/react-front-kit/commit/f1a52d157058eef1449aecddef838aaf3ea70733), [`a54b91d`](https://github.com/Smile-SA/react-front-kit/commit/a54b91de3fb1e30f81108c0d0d2e8a8d0fcf40ab)]:
- @smile/react-front-kit@0.9.0
- @smile/react-front-kit-dropzone@0.9.0
- @smile/react-front-kit-table@0.9.0
- @smile/react-front-kit-shared@0.9.0

## 0.8.1

### Patch Changes
Expand Down
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.8.1",
"version": "0.9.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 4436eb1

Please sign in to comment.