Skip to content

Commit 623dccc

Browse files
ci: Version Packages (#1977)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f3d484 commit 623dccc

File tree

18 files changed

+47
-30
lines changed

18 files changed

+47
-30
lines changed

.changeset/full-dryers-shave.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/react/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

examples/react/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

examples/react/dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

examples/react/large-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

examples/react/query-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"@tanstack/react-query": "^5.89.0",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"

examples/react/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

examples/react/standard-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.27.7",
14-
"@tanstack/react-form-devtools": "^0.2.10",
14+
"@tanstack/react-form-devtools": "^0.2.11",
1515
"arktype": "^2.1.22",
1616
"effect": "^3.17.14",
1717
"react": "^19.0.0",

examples/react/tanstack-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-devtools": "^0.7.8",
13-
"@tanstack/react-form-devtools": "^0.2.10",
13+
"@tanstack/react-form-devtools": "^0.2.11",
1414
"@tanstack/react-form-start": "^1.27.7",
1515
"@tanstack/react-router": "^1.134.9",
1616
"@tanstack/react-start": "^1.134.9",

0 commit comments

Comments
 (0)