Skip to content

Commit

Permalink
ci: version packages (#161)
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 MorganeLeCaignec committed Mar 25, 2024
1 parent d4776b8 commit 7f350c2
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-trainers-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-ads-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-yaks-complain.md

This file was deleted.

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

## 0.11.0

### Patch Changes

- Updated dependencies [[`101fddc72292db017216a707f5f7865ab48cd8db`](https://github.com/Smile-SA/react-front-kit/commit/101fddc72292db017216a707f5f7865ab48cd8db)]:
- @smile/react-front-kit@0.11.0
- @smile/react-front-kit-shared@0.11.0

## 0.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-front-kit-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/react-front-kit-dates",
"version": "0.10.0",
"version": "0.11.0",
"description": "Date and Calendar React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -70,8 +70,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.10.0",
"@smile/react-front-kit-shared": "0.10.0"
"@smile/react-front-kit": "0.11.0",
"@smile/react-front-kit-shared": "0.11.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
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.11.0

### Patch Changes

- Updated dependencies [[`101fddc72292db017216a707f5f7865ab48cd8db`](https://github.com/Smile-SA/react-front-kit/commit/101fddc72292db017216a707f5f7865ab48cd8db)]:
- @smile/react-front-kit@0.11.0
- @smile/react-front-kit-shared@0.11.0

## 0.10.0

### 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.10.0",
"version": "0.11.0",
"description": "Dropzone React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -54,8 +54,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.10.0",
"@smile/react-front-kit-shared": "0.10.0"
"@smile/react-front-kit": "0.11.0",
"@smile/react-front-kit-shared": "0.11.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.11.0

## 0.10.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.10.0",
"version": "0.11.0",
"description": "Shared elements for react-front-kit component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-front-kit-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @smile/react-front-kit-table

## 0.11.0

### Minor Changes

- [#164](https://github.com/Smile-SA/react-front-kit/pull/164) [`8bffd86290670993bd34dcd5934d5a0ba52d2066`](https://github.com/Smile-SA/react-front-kit/commit/8bffd86290670993bd34dcd5934d5a0ba52d2066) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated Table component to MantineReactTable V2 beta, fixed and improved styles

### Patch Changes

- Updated dependencies [[`101fddc72292db017216a707f5f7865ab48cd8db`](https://github.com/Smile-SA/react-front-kit/commit/101fddc72292db017216a707f5f7865ab48cd8db)]:
- @smile/react-front-kit@0.11.0
- @smile/react-front-kit-shared@0.11.0

## 0.10.0

### 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.10.0",
"version": "0.11.0",
"description": "Table React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -69,8 +69,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.10.0",
"@smile/react-front-kit-shared": "0.10.0"
"@smile/react-front-kit": "0.11.0",
"@smile/react-front-kit-shared": "0.11.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @smile/react-front-kit

## 0.11.0

### Minor Changes

- [#160](https://github.com/Smile-SA/react-front-kit/pull/160) [`101fddc72292db017216a707f5f7865ab48cd8db`](https://github.com/Smile-SA/react-front-kit/commit/101fddc72292db017216a707f5f7865ab48cd8db) Thanks [@vapersmile](https://github.com/vapersmile)! - Add FullNameFields component on Form category

### Patch Changes

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

## 0.10.0

### Minor 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.10.0",
"version": "0.11.0",
"description": "React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -69,7 +69,7 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit-shared": "0.10.0",
"@smile/react-front-kit-shared": "0.11.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.11.0

### Minor Changes

- [#165](https://github.com/Smile-SA/react-front-kit/pull/165) [`d1a9e6334e72db880d2d7bf6df9777b3fa5a692e`](https://github.com/Smile-SA/react-front-kit/commit/d1a9e6334e72db880d2d7bf6df9777b3fa5a692e) Thanks [@vapersmile](https://github.com/vapersmile)! - add Graphics page on 2-Mantine and update to 7.6.2 "@mantine/"

### Patch Changes

- Updated dependencies [[`8bffd86290670993bd34dcd5934d5a0ba52d2066`](https://github.com/Smile-SA/react-front-kit/commit/8bffd86290670993bd34dcd5934d5a0ba52d2066), [`101fddc72292db017216a707f5f7865ab48cd8db`](https://github.com/Smile-SA/react-front-kit/commit/101fddc72292db017216a707f5f7865ab48cd8db)]:
- @smile/react-front-kit-table@0.11.0
- @smile/react-front-kit@0.11.0
- @smile/react-front-kit-dropzone@0.11.0
- @smile/react-front-kit-shared@0.11.0

## 0.10.0

### Minor 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.10.0",
"version": "0.11.0",
"private": true,
"license": "LGPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 7f350c2

Please sign in to comment.