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 Jul 25, 2024
1 parent d162e5f commit 72905a3
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-dogs-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-knives-worry.md

This file was deleted.

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

## 0.16.0

### Patch Changes

- Updated dependencies []:
- @smile/haring-react@0.16.0
- @smile/haring-react-shared@0.16.0

## 0.15.0

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

## 0.16.0

### Patch Changes

- Updated dependencies []:
- @smile/haring-react@0.16.0
- @smile/haring-react-shared@0.16.0

## 0.15.0

### Minor 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.15.0",
"version": "0.16.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.15.0",
"@smile/haring-react-shared": "0.15.0"
"@smile/haring-react": "0.16.0",
"@smile/haring-react-shared": "0.16.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
2 changes: 2 additions & 0 deletions packages/haring-react-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @smile/haring-react-shared

## 0.16.0

## 0.15.0

### Minor Changes
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.15.0",
"version": "0.16.0",
"description": "Shared elements for Haring component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/haring",
Expand Down
8 changes: 8 additions & 0 deletions packages/haring-react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @smile/haring-react-table

## 0.16.0

### Patch Changes

- Updated dependencies []:
- @smile/haring-react@0.16.0
- @smile/haring-react-shared@0.16.0

## 0.15.0

### Minor 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.15.0",
"version": "0.16.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.15.0",
"@smile/haring-react-shared": "0.15.0"
"@smile/haring-react": "0.16.0",
"@smile/haring-react-shared": "0.16.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
7 changes: 7 additions & 0 deletions packages/haring-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @smile/haring-react

## 0.16.0

### Patch Changes

- Updated dependencies []:
- @smile/haring-react-shared@0.16.0

## 0.15.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.15.0",
"version": "0.16.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.15.0",
"@smile/haring-react-shared": "0.16.0",
"pretty-bytes": "^6.1.1"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# storybook-pages

## 0.16.0

### Minor Changes

- [#202](https://github.com/Smile-SA/haring/pull/202) [`d162e5f`](https://github.com/Smile-SA/haring/commit/d162e5fd1ca9af5f3db407ba299b8558a90712ac) Thanks [@Meriemu](https://github.com/Meriemu)! - some corrections

- [#199](https://github.com/Smile-SA/haring/pull/199) [`d46907c`](https://github.com/Smile-SA/haring/commit/d46907cbd38b7ae9e90c38c9f04b7d76d934d4c0) Thanks [@Meriemu](https://github.com/Meriemu)! - StepperPage: add step 3

### Patch Changes

- Updated dependencies []:
- @smile/haring-react@0.16.0
- @smile/haring-react-dropzone@0.16.0
- @smile/haring-react-shared@0.16.0
- @smile/haring-react-table@0.16.0

## 0.15.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.15.0",
"version": "0.16.0",
"private": true,
"license": "LGPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 72905a3

Please sign in to comment.