Skip to content

Commit

Permalink
release: v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 20, 2024
1 parent e9e0bab commit 07ba92d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/solid/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.22.0",
"@tanstack/solid-form": "^0.22.1",
"solid-js": "^1.7.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.22.0",
"@tanstack/solid-form": "^0.22.1",
"solid-js": "^1.7.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.22.0",
"@tanstack/solid-form": "^0.22.1",
"@tanstack/valibot-form-adapter": "^0.22.0",
"solid-js": "^1.7.8",
"valibot": "^0.31.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.22.0",
"@tanstack/solid-form": "^0.22.1",
"@tanstack/yup-form-adapter": "^0.22.0",
"solid-js": "^1.7.8",
"yup": "^1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.22.0",
"@tanstack/solid-form": "^0.22.1",
"@tanstack/zod-form-adapter": "^0.22.0",
"solid-js": "^1.7.8",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-form",
"version": "0.22.0",
"version": "0.22.1",
"description": "Powerful, type-safe forms for Solid.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 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 07ba92d

Please sign in to comment.