Skip to content

Commit

Permalink
release: v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Mar 8, 2025
1 parent 02476bb commit bb977cd
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/react/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"_test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/large-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/next-server-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"_test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"@tanstack/react-store": "^0.7.0",
"next": "15.1.7",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"@tanstack/react-query": "^5.64.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@remix-run/node": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@remix-run/serve": "^2.15.3",
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"@tanstack/react-store": "^0.7.0",
"isbot": "^5.1.17",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/standard-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"arktype": "^2.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/form-core": "^1.0.3",
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"@tanstack/react-router": "^1.112.0",
"@tanstack/react-start": "^1.112.0",
"@tanstack/react-store": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mantine/core": "7.16.0",
"@mantine/hooks": "7.16.0",
"@mui/material": "6.4.0",
"@tanstack/react-form": "^1.0.3",
"@tanstack/react-form": "^1.0.4",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.5.1",
"postcss-preset-mantine": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-form",
"version": "1.0.3",
"version": "1.0.4",
"description": "Powerful, type-safe forms for React.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
22 changes: 11 additions & 11 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 bb977cd

Please sign in to comment.