Skip to content

Commit

Permalink
Merge pull request #79 from damianricobelli/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release
  • Loading branch information
damianricobelli authored Dec 1, 2024
2 parents edd69fe + 31dba03 commit fd9c065
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-pianos-draw.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 2.1.3

### Patch Changes

- Updated dependencies [[`d59a33d`](https://github.com/damianricobelli/stepperize/commit/d59a33d4dcddb9cce66e2c76cc06df222e4bd08b)]:
- @stepperize/react@4.0.0

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"scripts": {
"build": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stepperize/react

## 4.0.0

### Major Changes

- [#78](https://github.com/damianricobelli/stepperize/pull/78) [`d59a33d`](https://github.com/damianricobelli/stepperize/commit/d59a33d4dcddb9cce66e2c76cc06df222e4bd08b) Thanks [@ericklugoj](https://github.com/ericklugoj)! - Fix react version to work with v19

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stepperize/react",
"version": "3.1.1",
"version": "4.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down

0 comments on commit fd9c065

Please sign in to comment.