Skip to content

Commit

Permalink
Merge pull request #95 from damianricobelli/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release
  • Loading branch information
damianricobelli authored Jan 9, 2025
2 parents 7278441 + ed76c4a commit 1bed4e9
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/odd-singers-sleep.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.2.3

### Patch Changes

- [#94](https://github.com/damianricobelli/stepperize/pull/94) [`1fa5efb`](https://github.com/damianricobelli/stepperize/commit/1fa5efb5f54a453dd535fb7c5c86a1375a90ed34) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update package json

- Updated dependencies [[`1fa5efb`](https://github.com/damianricobelli/stepperize/commit/1fa5efb5f54a453dd535fb7c5c86a1375a90ed34)]:
- @stepperize/react@4.1.3

## 2.2.2

### 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.2.2",
"version": "2.2.3",
"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

## 4.1.3

### Patch Changes

- [#94](https://github.com/damianricobelli/stepperize/pull/94) [`1fa5efb`](https://github.com/damianricobelli/stepperize/commit/1fa5efb5f54a453dd535fb7c5c86a1375a90ed34) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update package json

## 4.1.2

### 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": "4.1.2",
"version": "4.1.3",
"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
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Major Changes

- [#94](https://github.com/damianricobelli/stepperize/pull/94) [`1fa5efb`](https://github.com/damianricobelli/stepperize/commit/1fa5efb5f54a453dd535fb7c5c86a1375a90ed34) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update package json

## 1.0.0

### Major Changes

- [#90](https://github.com/damianricobelli/stepperize/pull/90) [`26b5924`](https://github.com/damianricobelli/stepperize/commit/26b5924f686508250cf74d01fb59c124f913e8e6) Thanks [@alexzhang1030](https://github.com/alexzhang1030)! - feat: add vue binding of Stepperize

## 0.1.2
Expand Down
6 changes: 4 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stepperize/vue",
"version": "0.1.2",
"version": "1.0.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 1bed4e9

Please sign in to comment.