Skip to content

Commit

Permalink
chore(release): publish 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Aug 24, 2024
1 parent e649925 commit 107d14e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.2 (2024-08-24)


### 🩹 Fixes

- elements returning jsx elements instead of react nodes ([a38dd87](https://github.com/gutentag2012/form-signals/commit/a38dd87))
- add npmignore to reduce package size ([70f3199](https://github.com/gutentag2012/form-signals/commit/70f3199))

## 0.4.1 (2024-08-19)


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.1",
"version": "0.4.2",
"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.1",
"@formsignals/form-react": "^0.4.2",
"@radix-ui/react-tooltip": "^1.1.2"
}
}
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.1",
"version": "0.4.2",
"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.1",
"version": "0.4.2",
"description": "React bindings package for Signal Form",
"author": "joshua.gawenda",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/react-dom": "^18.3.0"
},
"dependencies": {
"@formsignals/form-core": "^0.4.1"
"@formsignals/form-core": "^0.4.2"
},
"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.1",
"version": "0.4.2",
"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.1"
"@formsignals/form-core": "^0.4.2"
},
"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 107d14e

Please sign in to comment.