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 subraAntoine committed Jul 11, 2024
1 parent d6f5b76 commit e55ac2c
Show file tree
Hide file tree
Showing 18 changed files with 94 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .changeset/friendly-dolphins-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-ghosts-grin.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/moody-toes-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-trainers-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-singers-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-stingrays-approve.md

This file was deleted.

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

## 0.15.0

### Minor Changes

- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x

### Patch Changes

- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]:
- @smile/haring-react@0.15.0
- @smile/haring-react-shared@0.15.0

## 0.14.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/haring-react-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/haring-react-dates",
"version": "0.14.0",
"version": "0.15.0",
"description": "Date and Calendar React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/haring",
Expand Down Expand Up @@ -70,8 +70,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/haring-react": "0.14.0",
"@smile/haring-react-shared": "0.14.0"
"@smile/haring-react": "0.15.0",
"@smile/haring-react-shared": "0.15.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
12 changes: 12 additions & 0 deletions packages/haring-react-dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @smile/haring-react-dropzone

## 0.15.0

### Minor Changes

- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x

### Patch Changes

- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]:
- @smile/haring-react@0.15.0
- @smile/haring-react-shared@0.15.0

## 0.14.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/haring-react-dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/haring-react-dropzone",
"version": "0.14.0",
"version": "0.15.0",
"description": "Dropzone React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/haring",
Expand Down Expand Up @@ -54,8 +54,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/haring-react": "0.14.0",
"@smile/haring-react-shared": "0.14.0"
"@smile/haring-react": "0.15.0",
"@smile/haring-react-shared": "0.15.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
6 changes: 6 additions & 0 deletions packages/haring-react-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @smile/haring-react-shared

## 0.15.0

### Minor Changes

- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x

## 0.14.0

## 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion packages/haring-react-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/haring-react-shared",
"version": "0.14.0",
"version": "0.15.0",
"description": "Shared elements for Haring component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/haring",
Expand Down
12 changes: 12 additions & 0 deletions packages/haring-react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @smile/haring-react-table

## 0.15.0

### Minor Changes

- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x

### Patch Changes

- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]:
- @smile/haring-react@0.15.0
- @smile/haring-react-shared@0.15.0

## 0.14.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/haring-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/haring-react-table",
"version": "0.14.0",
"version": "0.15.0",
"description": "Table React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/haring",
Expand Down Expand Up @@ -69,8 +69,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/haring-react": "0.14.0",
"@smile/haring-react-shared": "0.14.0"
"@smile/haring-react": "0.15.0",
"@smile/haring-react-shared": "0.15.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
15 changes: 15 additions & 0 deletions packages/haring-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @smile/haring-react

## 0.15.0

### Minor Changes

- [#196](https://github.com/Smile-SA/haring/pull/196) [`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2) Thanks [@Meriemu](https://github.com/Meriemu)! - Create Stepper page

- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x

- [#190](https://github.com/Smile-SA/haring/pull/190) [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added AgendaItemPage to storybook pages, Added selectedValue and onSelectedChange props to SidebarMenu

### Patch Changes

- Updated dependencies [[`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92)]:
- @smile/haring-react-shared@0.15.0

## 0.14.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/haring-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/haring-react",
"version": "0.14.0",
"version": "0.15.0",
"description": "React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/haring",
Expand Down Expand Up @@ -69,7 +69,7 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/haring-react-shared": "0.14.0",
"@smile/haring-react-shared": "0.15.0",
"pretty-bytes": "^6.1.1"
},
"devDependencies": {
Expand Down
24 changes: 24 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# storybook-pages

## 0.15.0

### Minor Changes

- [#196](https://github.com/Smile-SA/haring/pull/196) [`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2) Thanks [@Meriemu](https://github.com/Meriemu)! - Create Stepper page

- [#195](https://github.com/Smile-SA/haring/pull/195) [`a497148`](https://github.com/Smile-SA/haring/commit/a49714899caec7d747e7b78f68a0482699ff676b) Thanks [@subraAntoine](https://github.com/subraAntoine)! - Added ThemePage to show the application of a customized theme (DSFR)

- [#194](https://github.com/Smile-SA/haring/pull/194) [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92) Thanks [@vapersmile](https://github.com/vapersmile)! - Upgrade mantine version to 7.11.x

- [#193](https://github.com/Smile-SA/haring/pull/193) [`ddc0675`](https://github.com/Smile-SA/haring/commit/ddc067529c2b23dc0704e41eb74f867c86e5f63a) Thanks [@subraAntoine](https://github.com/subraAntoine)! - Add AgendaPage, Add subject modal

- [#195](https://github.com/Smile-SA/haring/pull/195) [`a497148`](https://github.com/Smile-SA/haring/commit/a49714899caec7d747e7b78f68a0482699ff676b) Thanks [@subraAntoine](https://github.com/subraAntoine)! - Add inputs to modify title and description in detail tab on agenda item page

- [#190](https://github.com/Smile-SA/haring/pull/190) [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added AgendaItemPage to storybook pages, Added selectedValue and onSelectedChange props to SidebarMenu

### Patch Changes

- Updated dependencies [[`d6f5b76`](https://github.com/Smile-SA/haring/commit/d6f5b76136843967dd745cf85dbb8d0be75be6d2), [`97a610a`](https://github.com/Smile-SA/haring/commit/97a610aa02b86423b723ef8ae5d45e8ecf346f92), [`d041703`](https://github.com/Smile-SA/haring/commit/d04170383484eae2b05f9485d7084c3068a6e70d)]:
- @smile/haring-react@0.15.0
- @smile/haring-react-dropzone@0.15.0
- @smile/haring-react-shared@0.15.0
- @smile/haring-react-table@0.15.0

## 0.14.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.14.0",
"version": "0.15.0",
"private": true,
"license": "LGPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit e55ac2c

Please sign in to comment.