Skip to content

Commit

Permalink
Merge pull request #28 from damianricobelli/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release
  • Loading branch information
damianricobelli authored Aug 19, 2024
2 parents d6d4e72 + bc1e1bc commit 2e51fdb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-otters-kick.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [[`bf9694c`](https://github.com/damianricobelli/stepperize/commit/bf9694c150e8877a0245ea58533e9c668ecdb193)]:
- @stepperize/react@1.0.3
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @stepperize/react

## 1.0.3

### Patch Changes

- [#26](https://github.com/damianricobelli/stepperize/pull/26) [`bf9694c`](https://github.com/damianricobelli/stepperize/commit/bf9694c150e8877a0245ea58533e9c668ecdb193) Thanks [@none23](https://github.com/none23)! - Fix data-completed
6 changes: 4 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@stepperize/react",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"publishConfig": {
"access": "public"
},
"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 2e51fdb

Please sign in to comment.