Skip to content

Commit

Permalink
Merge pull request #84 from damianricobelli/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release
  • Loading branch information
damianricobelli authored Jan 6, 2025
2 parents 4a93d1f + e0e85d5 commit de43643
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/sour-jokes-share.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- [#83](https://github.com/damianricobelli/stepperize/pull/83) [`913bc75`](https://github.com/damianricobelli/stepperize/commit/913bc75e9b7cfa8e3b0a969ff5073a20f7deb798) Thanks [@damianricobelli](https://github.com/damianricobelli)! - Improve docs and add utils feature

### Patch Changes

- Updated dependencies [[`913bc75`](https://github.com/damianricobelli/stepperize/commit/913bc75e9b7cfa8e3b0a969ff5073a20f7deb798)]:
- @stepperize/react@4.1.0

## 2.1.4

### 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.4",
"version": "2.2.0",
"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.1.0

### Minor Changes

- [#83](https://github.com/damianricobelli/stepperize/pull/83) [`913bc75`](https://github.com/damianricobelli/stepperize/commit/913bc75e9b7cfa8e3b0a969ff5073a20f7deb798) Thanks [@damianricobelli](https://github.com/damianricobelli)! - Improve docs and add utils feature

## 4.0.1

### Patch Changes
Expand Down
6 changes: 4 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": "4.0.1",
"version": "4.1.0",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,9 @@
},
"homepage": "https://stepperize.vercel.app",
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit de43643

Please sign in to comment.