Skip to content

Commit

Permalink
chore(release): publish 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Nov 25, 2024
1 parent 5d5335d commit e5b4c3a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.6 (2024-11-25)

### 🩹 Fixes

- possible mutation errors due to missing copy of updated options ([c03edfc](https://github.com/gutentag2012/form-signals/commit/c03edfc))

## 0.4.5 (2024-11-10)

### 🩹 Fixes
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.4.5",
"version": "0.4.6",
"description": "React dev tool component for the @formsignals/form-react library",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@formsignals/form-react": "0.4.5",
"@formsignals/form-react": "0.4.6",
"@radix-ui/react-tooltip": "^1.1.4"
}
}
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.4.5",
"version": "0.4.6",
"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.4.5",
"version": "0.4.6",
"description": "React bindings package for Signal Form",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"react-dom": "^18.3.1"
},
"dependencies": {
"@formsignals/form-core": "0.4.5"
"@formsignals/form-core": "0.4.6"
},
"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.4.5",
"version": "0.4.6",
"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.4.5"
"@formsignals/form-core": "0.4.6"
},
"peerDependencies": {
"zod": "^3.23.8"
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 e5b4c3a

Please sign in to comment.