Skip to content

Commit c464c5e

Browse files
chore: new release
1 parent f32adc2 commit c464c5e

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

.changeset/witty-pumas-deliver.md

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

apps/docs/CHANGELOG.md

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

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @stepperize/react@4.1.2
9+
310
## 2.2.1
411

512
### 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.1",
3+
"version": "2.2.2",
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
@@ -4,6 +4,12 @@
44

55
### Major Changes
66

7+
- [#88](https://github.com/damianricobelli/stepperize/pull/88) [`46591cc`](https://github.com/damianricobelli/stepperize/commit/46591cc7aabf6d2730cf8296166792a4c33c2d2b) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update package json
8+
9+
## 1.0.0
10+
11+
### Major Changes
12+
713
- [#29](https://github.com/damianricobelli/stepperize/pull/29) [`f1ce841`](https://github.com/damianricobelli/stepperize/commit/f1ce841411844be787339e269de1a9003ebe715b) Thanks [@alexzhang1030](https://github.com/alexzhang1030)! - refactor: extract common logic to @stepprize/core
814

915
### Patch Changes

packages/core/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stepperize/core",
3-
"version": "0.0.1",
3+
"version": "1.0.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/react/CHANGELOG.md

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

3+
## 4.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`46591cc`](https://github.com/damianricobelli/stepperize/commit/46591cc7aabf6d2730cf8296166792a4c33c2d2b)]:
8+
- @stepperize/core@1.0.0
9+
310
## 4.1.1
411

512
### Patch Changes

packages/react/package.json

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

0 commit comments

Comments
 (0)