release: v0.7.0

This commit is contained in:
Tanner Linsley
2023-11-01 02:25:38 +00:00
parent 986268476b
commit 665894708c
12 changed files with 42 additions and 42 deletions

View File

@@ -9,13 +9,13 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.6.1",
"@tanstack/vue-form": "0.6.1",
"@tanstack/form-core": "0.7.0",
"@tanstack/vue-form": "0.7.0",
"vue": "^3.3.4",
"@tanstack/react-form": "0.6.1",
"@tanstack/zod-form-adapter": "0.6.1",
"@tanstack/yup-form-adapter": "0.6.1",
"@tanstack/solid-form": "0.6.1"
"@tanstack/react-form": "0.7.0",
"@tanstack/zod-form-adapter": "0.7.0",
"@tanstack/yup-form-adapter": "0.7.0",
"@tanstack/solid-form": "0.7.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",