Skip to content

Commit

Permalink
chore(release): publish 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed May 27, 2024
1 parent 09488cf commit 3ae9a25
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.1 (2024-05-27)


### 🩹 Fixes

- **form-core:** field transform function changes not being recognized ([09488cf](https://github.com/gutentag2012/form-signals/commit/09488cf))

## 0.3.0 (2024-05-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/dev-tools-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formsignals/dev-tools-react",
"version": "0.3.0",
"version": "0.3.1",
"description": "React dev tool component for the @formsignals/form-react library",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -64,7 +64,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@formsignals/form-react": "^0.3.0",
"@formsignals/form-react": "^0.3.1",
"@radix-ui/react-tooltip": "^1.0.7"
}
}
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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "React bindings package for Signal Form",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/react-dom": "^18.2.19"
},
"dependencies": {
"@formsignals/form-core": "0.3.0"
"@formsignals/form-core": "0.3.1"
},
"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.3.0",
"version": "0.3.1",
"description": "Validation adapter for zod enabling the usage of zod schemas with signal forms",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"dependencies": {
"@formsignals/form-core": "0.3.0"
"@formsignals/form-core": "0.3.1"
},
"peerDependencies": {
"zod": "^3.22.4"
Expand Down
6 changes: 3 additions & 3 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 3ae9a25

Please sign in to comment.