Skip to content

Commit

Permalink
Merge pull request #91 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 7d8b02e + b675b44 commit 1edb849
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-waves-protect.md

This file was deleted.

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

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

### 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.2",
"version": "1.0.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -12,7 +12,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
Expand Down

0 comments on commit 1edb849

Please sign in to comment.