Skip to content

Commit

Permalink
chore(release): publish 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Apr 6, 2024
1 parent 63a4262 commit 6c3ad3e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.10 (2024-04-06)


### 🩹 Fixes

- Fix nx release not parsing output correctly ([63a4262](https://github.com/gutentag2012/form-signals/commit/63a4262))

## 0.0.9 (2024-04-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formsignals/form-core",
"version": "0.0.9",
"version": "0.0.10",
"description": "Core package for Signal Form including the form state and validation logic as well as the api",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/form-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formsignals/form-react",
"version": "0.0.9",
"version": "0.0.10",
"description": "React bindings package for Signal Form",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/react-dom": "^18.2.19"
},
"dependencies": {
"@formsignals/form-core": "0.0.9"
"@formsignals/form-core": "0.0.10"
},
"keywords": [
"signals",
Expand Down
4 changes: 2 additions & 2 deletions packages/validation-adapter-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formsignals/validation-adapter-zod",
"version": "0.0.9",
"version": "0.0.10",
"description": "Validation adapter for zod enabling the usage of zod schemas with signal forms",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"README.md"
],
"dependencies": {
"@formsignals/form-core": "0.0.9"
"@formsignals/form-core": "0.0.10"
},
"peerDependencies": {
"zod": "^3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c3ad3e

Please sign in to comment.