From b2600d25677c74ef0d19ac33a863a7ab96783d81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Sep 2024 06:39:03 +0000 Subject: [PATCH] chore: new release --- .changeset/fifty-rabbits-give.md | 6 ------ .changeset/young-buses-look.md | 7 ------- apps/docs/CHANGELOG.md | 14 ++++++++++++++ apps/docs/package.json | 2 +- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 6 ++++-- 6 files changed, 30 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fifty-rabbits-give.md delete mode 100644 .changeset/young-buses-look.md diff --git a/.changeset/fifty-rabbits-give.md b/.changeset/fifty-rabbits-give.md deleted file mode 100644 index 1576982..0000000 --- a/.changeset/fifty-rabbits-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"docs": patch -"@stepperize/react": patch ---- - -docs, react: add examples and index to current step diff --git a/.changeset/young-buses-look.md b/.changeset/young-buses-look.md deleted file mode 100644 index 0a0f8cf..0000000 --- a/.changeset/young-buses-look.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"docs": minor -"@stepperize/react": minor ---- - -docs: improve docs with fumadocs and add examples with Stackblitz -react: add index to current value and new match method diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 1d92cb6..c67c3b5 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -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 diff --git a/apps/docs/package.json b/apps/docs/package.json index 56bd32e..b8648d0 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "2.0.3", + "version": "2.1.0", "private": true, "scripts": { "build": "next build", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ec26d84..83c7c01 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index b758989..511bb52 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@stepperize/react", - "version": "3.0.1", + "version": "3.1.0", "private": false, "publishConfig": { "access": "public" @@ -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",