Skip to content

Commit 16bea83

Browse files
Merge pull request #99 from damianricobelli/changeset-release/main
chore: new release
2 parents b21b141 + 2fb1d68 commit 16bea83

File tree

9 files changed

+49
-14
lines changed

9 files changed

+49
-14
lines changed

.changeset/fast-meals-fix.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# docs
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/damianricobelli/stepperize/pull/98) [`086e074`](https://github.com/damianricobelli/stepperize/commit/086e074ad39c731229910daa26e6ed099ddb923a) Thanks [@damianricobelli](https://github.com/damianricobelli)! - feat: new before/next functions
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`086e074`](https://github.com/damianricobelli/stepperize/commit/086e074ad39c731229910daa26e6ed099ddb923a)]:
12+
- @stepperize/react@4.2.0
13+
314
## 2.2.3
415

516
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stepperize/core
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/damianricobelli/stepperize/pull/98) [`086e074`](https://github.com/damianricobelli/stepperize/commit/086e074ad39c731229910daa26e6ed099ddb923a) Thanks [@damianricobelli](https://github.com/damianricobelli)! - feat: new before/next functions
8+
39
## 1.0.0
410

511
### Major Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stepperize/core",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stepperize/react
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/damianricobelli/stepperize/pull/98) [`086e074`](https://github.com/damianricobelli/stepperize/commit/086e074ad39c731229910daa26e6ed099ddb923a) Thanks [@damianricobelli](https://github.com/damianricobelli)! - feat: new before/next functions
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`086e074`](https://github.com/damianricobelli/stepperize/commit/086e074ad39c731229910daa26e6ed099ddb923a)]:
12+
- @stepperize/core@1.1.0
13+
314
## 4.1.3
415

516
### Patch Changes

packages/react/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stepperize/react",
3-
"version": "4.1.3",
3+
"version": "4.2.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"
@@ -15,7 +15,9 @@
1515
},
1616
"homepage": "https://stepperize.vercel.app",
1717
"sideEffects": false,
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"main": "dist/index.js",
2022
"module": "dist/index.mjs",
2123
"types": "dist/index.d.ts",

packages/vue/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stepperize/vue
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#98](https://github.com/damianricobelli/stepperize/pull/98) [`086e074`](https://github.com/damianricobelli/stepperize/commit/086e074ad39c731229910daa26e6ed099ddb923a) Thanks [@damianricobelli](https://github.com/damianricobelli)! - feat: new before/next functions
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`086e074`](https://github.com/damianricobelli/stepperize/commit/086e074ad39c731229910daa26e6ed099ddb923a)]:
12+
- @stepperize/core@1.1.0
13+
314
## 1.0.0
415

516
### Major Changes

packages/vue/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stepperize/vue",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"
@@ -15,7 +15,9 @@
1515
},
1616
"homepage": "https://stepperize.vercel.app",
1717
"sideEffects": false,
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"main": "dist/index.js",
2022
"module": "dist/index.mjs",
2123
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)