Skip to content

Commit 3572353

Browse files
committed
Merge branch 'main' of https://github.com/TanStack/form
2 parents 7e71543 + 2ae8db4 commit 3572353

File tree

4 files changed

+216
-3408
lines changed

4 files changed

+216
-3408
lines changed

examples/react/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/react-form": "0.0.7",
11+
"@tanstack/react-form": "0.0.8",
1212
"axios": "^0.26.1",
1313
"react": "^18.0.0",
1414
"react-dom": "^18.0.0",

packages/form-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/form-core",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Powerful, type-safe, framework agnostic forms.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-form/package.json

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

0 commit comments

Comments
 (0)