Skip to content

Commit

Permalink
Merge pull request #81 from damianricobelli/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release
  • Loading branch information
damianricobelli authored Dec 1, 2024
2 parents 75dca9e + 974f20b commit aff35de
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/long-cooks-divide.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.1.4

### Patch Changes

- [#80](https://github.com/damianricobelli/stepperize/pull/80) [`e0f5de7`](https://github.com/damianricobelli/stepperize/commit/e0f5de733f9f42527e62cdb35f8e6ca42063b187) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update all packages deps and upgrade docs to latest fumadocs version

- Updated dependencies [[`e0f5de7`](https://github.com/damianricobelli/stepperize/commit/e0f5de733f9f42527e62cdb35f8e6ca42063b187)]:
- @stepperize/react@4.0.1

## 2.1.3

### 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.1.3",
"version": "2.1.4",
"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.0.1

### Patch Changes

- [#80](https://github.com/damianricobelli/stepperize/pull/80) [`e0f5de7`](https://github.com/damianricobelli/stepperize/commit/e0f5de733f9f42527e62cdb35f8e6ca42063b187) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update all packages deps and upgrade docs to latest fumadocs version

## 4.0.0

### Major 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.0.0",
"version": "4.0.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
7 changes: 7 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stepperize/solid

## 0.1.1

### Patch Changes

- [#80](https://github.com/damianricobelli/stepperize/pull/80) [`e0f5de7`](https://github.com/damianricobelli/stepperize/commit/e0f5de733f9f42527e62cdb35f8e6ca42063b187) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update all packages deps and upgrade docs to latest fumadocs version
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.0",
"version": "0.1.1",
"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
7 changes: 7 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stepperize/svelte

## 0.1.1

### Patch Changes

- [#80](https://github.com/damianricobelli/stepperize/pull/80) [`e0f5de7`](https://github.com/damianricobelli/stepperize/commit/e0f5de733f9f42527e62cdb35f8e6ca42063b187) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update all packages deps and upgrade docs to latest fumadocs version
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.0",
"version": "0.1.1",
"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
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stepperize/vue

## 0.1.1

### Patch Changes

- [#80](https://github.com/damianricobelli/stepperize/pull/80) [`e0f5de7`](https://github.com/damianricobelli/stepperize/commit/e0f5de733f9f42527e62cdb35f8e6ca42063b187) Thanks [@damianricobelli](https://github.com/damianricobelli)! - chore: update all packages deps and upgrade docs to latest fumadocs version
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.0",
"version": "0.1.1",
"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 aff35de

Please sign in to comment.