Skip to content

Commit

Permalink
Merge pull request #65 from damianricobelli/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release
  • Loading branch information
damianricobelli authored Sep 30, 2024
2 parents 080bd0f + b2600d2 commit f3562b0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-rabbits-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-buses-look.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- [#53](https://github.com/damianricobelli/stepperize/pull/53) [`a43dd56`](https://github.com/damianricobelli/stepperize/commit/a43dd562af00430f96975b881ca0afb7d5c1500b) Thanks [@damianricobelli](https://github.com/damianricobelli)! - docs: improve docs with fumadocs and add examples with Stackblitz
react: add index to current value and new match method

### Patch Changes

- [#53](https://github.com/damianricobelli/stepperize/pull/53) [`2b821cf`](https://github.com/damianricobelli/stepperize/commit/2b821cf557589d5db47f6b92ebfecd9b6391343b) Thanks [@damianricobelli](https://github.com/damianricobelli)! - docs, react: add examples and index to current step

- Updated dependencies [[`2b821cf`](https://github.com/damianricobelli/stepperize/commit/2b821cf557589d5db47f6b92ebfecd9b6391343b), [`a43dd56`](https://github.com/damianricobelli/stepperize/commit/a43dd562af00430f96975b881ca0afb7d5c1500b)]:
- @stepperize/react@3.1.0

## 2.0.3

### 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.0.3",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stepperize/react

## 3.1.0

### Minor Changes

- [#53](https://github.com/damianricobelli/stepperize/pull/53) [`a43dd56`](https://github.com/damianricobelli/stepperize/commit/a43dd562af00430f96975b881ca0afb7d5c1500b) Thanks [@damianricobelli](https://github.com/damianricobelli)! - docs: improve docs with fumadocs and add examples with Stackblitz
react: add index to current value and new match method

### Patch Changes

- [#53](https://github.com/damianricobelli/stepperize/pull/53) [`2b821cf`](https://github.com/damianricobelli/stepperize/commit/2b821cf557589d5db47f6b92ebfecd9b6391343b) Thanks [@damianricobelli](https://github.com/damianricobelli)! - docs, react: add examples and index to current step

## 3.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": "3.0.1",
"version": "3.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 f3562b0

Please sign in to comment.