Skip to content

Commit

Permalink
ci: version packages (#148)
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 12, 2024
1 parent 7c59abe commit 7860565
Show file tree
Hide file tree
Showing 21 changed files with 88 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .changeset/few-coins-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-rocks-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-houses-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-panthers-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-shirts-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-zebras-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-boats-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-trees-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-cats-train.md

This file was deleted.

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

## 0.10.0

### Minor Changes

- [#153](https://github.com/Smile-SA/react-front-kit/pull/153) [`25accc1`](https://github.com/Smile-SA/react-front-kit/commit/25accc10c5fe1b711992b9a816359a076f13bd87) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added react-front-kit-dates package for @mantine/dates dependencies, modified configs, Added CalendarHeader component on top of mantine's CalendarHeader

### Patch Changes

- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]:
- @smile/react-front-kit@0.10.0
- @smile/react-front-kit-shared@0.10.0
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.9.0",
"version": "0.10.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.9.0",
"@smile/react-front-kit-shared": "0.9.0"
"@smile/react-front-kit": "0.10.0",
"@smile/react-front-kit-shared": "0.10.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.10.0

### Patch Changes

- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]:
- @smile/react-front-kit@0.10.0
- @smile/react-front-kit-shared@0.10.0

## 0.9.0

### Minor 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.9.0",
"version": "0.10.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.9.0",
"@smile/react-front-kit-shared": "0.9.0"
"@smile/react-front-kit": "0.10.0",
"@smile/react-front-kit-shared": "0.10.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-front-kit-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @smile/react-front-kit-shared

## 0.10.0

### Minor Changes

- [#149](https://github.com/Smile-SA/react-front-kit/pull/149) [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf) Thanks [@vapersmile](https://github.com/vapersmile)! - Add Calendar style on globlaStyle and add a preview

- [#150](https://github.com/Smile-SA/react-front-kit/pull/150) [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed missing global styles for focus-visible color

## 0.9.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.9.0",
"version": "0.10.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
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.10.0

### Patch Changes

- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]:
- @smile/react-front-kit@0.10.0
- @smile/react-front-kit-shared@0.10.0

## 0.9.0

### Minor 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.9.0",
"version": "0.10.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.9.0",
"@smile/react-front-kit-shared": "0.9.0"
"@smile/react-front-kit": "0.10.0",
"@smile/react-front-kit-shared": "0.10.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
19 changes: 19 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @smile/react-front-kit

## 0.10.0

### Minor Changes

- [#155](https://github.com/Smile-SA/react-front-kit/pull/155) [`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da) Thanks [@vapersmile](https://github.com/vapersmile)! - Add IconCard component and add it to DashboardPage

- [#152](https://github.com/Smile-SA/react-front-kit/pull/152) [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DataBadge component and add it to Assembly/DashboardCard and Pages/DashboardPage

- [#147](https://github.com/Smile-SA/react-front-kit/pull/147) [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DashboardPage and Assembly/DashboardCard

- [#151](https://github.com/Smile-SA/react-front-kit/pull/151) [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb) Thanks [@vapersmile](https://github.com/vapersmile)! - Add EventList component

- [#154](https://github.com/Smile-SA/react-front-kit/pull/154) [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50) Thanks [@vapersmile](https://github.com/vapersmile)! - Modify ItemList to EventList.

### Patch Changes

- Updated dependencies [[`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee)]:
- @smile/react-front-kit-shared@0.10.0

## 0.9.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.9.0",
"version": "0.10.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.9.0",
"@smile/react-front-kit-shared": "0.10.0",
"pretty-bytes": "^6.1.1"
},
"devDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# storybook-pages

## 0.10.0

### Minor Changes

- [#155](https://github.com/Smile-SA/react-front-kit/pull/155) [`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da) Thanks [@vapersmile](https://github.com/vapersmile)! - Add IconCard component and add it to DashboardPage

- [#152](https://github.com/Smile-SA/react-front-kit/pull/152) [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DataBadge component and add it to Assembly/DashboardCard and Pages/DashboardPage

- [#147](https://github.com/Smile-SA/react-front-kit/pull/147) [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DashboardPage and Assembly/DashboardCard

- [#158](https://github.com/Smile-SA/react-front-kit/pull/158) [`8bcc261`](https://github.com/Smile-SA/react-front-kit/commit/8bcc261ddd3c0847a9946c356615f1b3ecd16281) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added examples of forms with @mantine/forms and react-hook-form, including a complex react-hook-form example with multi-step, multiple nested forms, complex validation including between different fields, context/provider and transformation

### Patch Changes

- Updated dependencies [[`6beb932`](https://github.com/Smile-SA/react-front-kit/commit/6beb932fae8deded5b78cceaf26f77154d45a3da), [`2706a09`](https://github.com/Smile-SA/react-front-kit/commit/2706a097fd86b072cf21d12fe2a97427883671cf), [`33efc70`](https://github.com/Smile-SA/react-front-kit/commit/33efc7074426a9d0a5221fb2ce3b8ebabbf46547), [`34fabfb`](https://github.com/Smile-SA/react-front-kit/commit/34fabfbd1a2c048c39adc567548a3ee7e85074ee), [`0f32a2f`](https://github.com/Smile-SA/react-front-kit/commit/0f32a2ffb47c0042974346471e3f96cd4462ee05), [`91be559`](https://github.com/Smile-SA/react-front-kit/commit/91be5598ba5847cdde5e7965dc7b4799c98bfceb), [`9940de2`](https://github.com/Smile-SA/react-front-kit/commit/9940de2478564193a408d7484ece220d81176c50)]:
- @smile/react-front-kit@0.10.0
- @smile/react-front-kit-shared@0.10.0
- @smile/react-front-kit-dropzone@0.10.0
- @smile/react-front-kit-table@0.10.0

## 0.9.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.9.0",
"version": "0.10.0",
"private": true,
"license": "LGPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 7860565

Please sign in to comment.