Skip to content

Commit

Permalink
Merge pull request #70 from damianricobelli/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release
  • Loading branch information
damianricobelli authored Oct 1, 2024
2 parents 5a21522 + 344463b commit cfd71ec
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/orange-wombats-relate.md

This file was deleted.

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

## 2.1.1

### Patch Changes

- [#69](https://github.com/damianricobelli/stepperize/pull/69) [`c40fd92`](https://github.com/damianricobelli/stepperize/commit/c40fd92e37ff4e743b11263e50560d97c52bf88e) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: docs minnor fixes

- Updated dependencies [[`c40fd92`](https://github.com/damianricobelli/stepperize/commit/c40fd92e37ff4e743b11263e50560d97c52bf88e)]:
- @stepperize/react@3.1.1

## 2.1.0

### Minor 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.0",
"version": "2.1.1",
"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

## 3.1.1

### Patch Changes

- [#69](https://github.com/damianricobelli/stepperize/pull/69) [`c40fd92`](https://github.com/damianricobelli/stepperize/commit/c40fd92e37ff4e743b11263e50560d97c52bf88e) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: docs minnor fixes

## 3.1.0

### Minor 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": "3.1.0",
"version": "3.1.1",
"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 cfd71ec

Please sign in to comment.