Skip to content

Commit 4e7ff05

Browse files
committed
Merge branch 'main' of https://github.com/TanStack/form
2 parents f0da682 + 5e209cd commit 4e7ff05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3",
11+
"@tanstack/react-form": "0.0.4",
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.3",
3+
"version": "0.0.4",
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.3",
3+
"version": "0.0.4",
44
"description": "Powerful, type-safe forms for React.",
55
"author": "tannerlinsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)