Skip to content

Commit

Permalink
chore(release): publish 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Oct 26, 2024
1 parent 739309c commit 6c3faf0
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.3 (2024-10-26)

### 🩹 Fixes

- unmounted fields not being removed from the form ([80dae36](https://github.com/gutentag2012/form-signals/commit/80dae36))
- add option to keep fields in form even if they are unmounted ([f2a3f2e](https://github.com/gutentag2012/form-signals/commit/f2a3f2e))
- **examples:** update package versions from workspace to explicit npm versions ([309c881](https://github.com/gutentag2012/form-signals/commit/309c881))

## 0.4.2 (2024-08-24)


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.2",
"version": "0.4.3",
"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": "workspace:^",
"@formsignals/form-react": "0.4.3",
"@radix-ui/react-tooltip": "^1.1.3"
}
}
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.2",
"version": "0.4.3",
"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.2",
"version": "0.4.3",
"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": "workspace:^"
"@formsignals/form-core": "0.4.3"
},
"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.2",
"version": "0.4.3",
"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": "workspace:^"
"@formsignals/form-core": "0.4.3"
},
"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 6c3faf0

Please sign in to comment.