release: v0.8.0

This commit is contained in:
Tanner Linsley
2023-11-05 13:16:34 +00:00
parent 2fc941ed76
commit 0982e3fe6c
12 changed files with 42 additions and 42 deletions

View File

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