Skip to content

Commit

Permalink
Merge pull request #87 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 7, 2025
2 parents ae46b44 + 7ec2979 commit ca7992e
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-hornets-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-jeans-rescue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/young-eggs-sip.md

This file was deleted.

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

## 2.2.1

### Patch Changes

- Updated dependencies [[`f1ce841`](https://github.com/damianricobelli/stepperize/commit/f1ce841411844be787339e269de1a9003ebe715b), [`752f9a6`](https://github.com/damianricobelli/stepperize/commit/752f9a6907cc5e7e623a66350c82eeba9559fea7)]:
- @stepperize/react@4.1.1

## 2.2.0

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

## 1.0.0

### Major Changes

- [#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

### Patch Changes

- [#85](https://github.com/damianricobelli/stepperize/pull/85) [`752f9a6`](https://github.com/damianricobelli/stepperize/commit/752f9a6907cc5e7e623a66350c82eeba9559fea7) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: lint and fix ci
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@stepperize/core",
"version": "0.0.1",
"version": "1.0.0",
"private": false,
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
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

## 4.1.1

### Patch Changes

- [#29](https://github.com/damianricobelli/stepperize/pull/29) [`f1ce841`](https://github.com/damianricobelli/stepperize/commit/f1ce841411844be787339e269de1a9003ebe715b) Thanks [@alexzhang1030](https://github.com/alexzhang1030)! - refactor: use @stepprize/core

- [#85](https://github.com/damianricobelli/stepperize/pull/85) [`752f9a6`](https://github.com/damianricobelli/stepperize/commit/752f9a6907cc5e7e623a66350c82eeba9559fea7) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: lint and fix ci

- Updated dependencies [[`f1ce841`](https://github.com/damianricobelli/stepperize/commit/f1ce841411844be787339e269de1a9003ebe715b), [`752f9a6`](https://github.com/damianricobelli/stepperize/commit/752f9a6907cc5e7e623a66350c82eeba9559fea7)]:
- @stepperize/core@1.0.0

## 4.1.0

### Minor 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.0",
"version": "4.1.1",
"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/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stepperize/solid

## 0.1.2

### Patch Changes

- [#85](https://github.com/damianricobelli/stepperize/pull/85) [`752f9a6`](https://github.com/damianricobelli/stepperize/commit/752f9a6907cc5e7e623a66350c82eeba9559fea7) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: lint and fix ci

## 0.1.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stepperize/solid",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -13,7 +13,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stepperize/svelte

## 0.1.2

### Patch Changes

- [#85](https://github.com/damianricobelli/stepperize/pull/85) [`752f9a6`](https://github.com/damianricobelli/stepperize/commit/752f9a6907cc5e7e623a66350c82eeba9559fea7) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: lint and fix ci

## 0.1.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stepperize/svelte",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -13,7 +13,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stepperize/vue

## 0.1.2

### Patch Changes

- [#85](https://github.com/damianricobelli/stepperize/pull/85) [`752f9a6`](https://github.com/damianricobelli/stepperize/commit/752f9a6907cc5e7e623a66350c82eeba9559fea7) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: lint and fix ci

## 0.1.1

### Patch Changes
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.1",
"version": "0.1.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -13,7 +13,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
Expand Down

0 comments on commit ca7992e

Please sign in to comment.