Skip to content

Commit bb977cd

Browse files
committed
release: v1.0.4
1 parent 02476bb commit bb977cd

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

examples/react/array/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-form": "^1.0.3",
12+
"@tanstack/react-form": "^1.0.4",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},

examples/react/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"_test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-form": "^1.0.3",
12+
"@tanstack/react-form": "^1.0.4",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},

examples/react/field-errors-from-form-validators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-form": "^1.0.3",
12+
"@tanstack/react-form": "^1.0.4",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},

examples/react/large-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-form": "^1.0.3",
12+
"@tanstack/react-form": "^1.0.4",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},

examples/react/next-server-actions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"_test:types": "tsc"
99
},
1010
"dependencies": {
11-
"@tanstack/react-form": "^1.0.3",
11+
"@tanstack/react-form": "^1.0.4",
1212
"@tanstack/react-store": "^0.7.0",
1313
"next": "15.1.7",
1414
"react": "^19.0.0",

examples/react/query-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-form": "^1.0.3",
12+
"@tanstack/react-form": "^1.0.4",
1313
"@tanstack/react-query": "^5.64.1",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"

examples/react/remix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@remix-run/node": "^2.15.3",
1212
"@remix-run/react": "^2.15.3",
1313
"@remix-run/serve": "^2.15.3",
14-
"@tanstack/react-form": "^1.0.3",
14+
"@tanstack/react-form": "^1.0.4",
1515
"@tanstack/react-store": "^0.7.0",
1616
"isbot": "^5.1.17",
1717
"react": "^19.0.0",

examples/react/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-form": "^1.0.3",
12+
"@tanstack/react-form": "^1.0.4",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},

examples/react/standard-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-form": "^1.0.3",
12+
"@tanstack/react-form": "^1.0.4",
1313
"arktype": "^2.0.0",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",

examples/react/tanstack-start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/form-core": "^1.0.3",
13-
"@tanstack/react-form": "^1.0.3",
13+
"@tanstack/react-form": "^1.0.4",
1414
"@tanstack/react-router": "^1.112.0",
1515
"@tanstack/react-start": "^1.112.0",
1616
"@tanstack/react-store": "^0.7.0",

examples/react/ui-libraries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@mantine/core": "7.16.0",
1515
"@mantine/hooks": "7.16.0",
1616
"@mui/material": "6.4.0",
17-
"@tanstack/react-form": "^1.0.3",
17+
"@tanstack/react-form": "^1.0.4",
1818
"@yme/lay-postcss": "0.1.0",
1919
"postcss": "8.5.1",
2020
"postcss-preset-mantine": "1.17.0",

packages/react-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-form",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Powerful, type-safe forms for React.",
55
"author": "tannerlinsley",
66
"license": "MIT",

pnpm-lock.yaml

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)