release: v0.6.1

This commit is contained in:
Tanner Linsley
2023-10-30 07:48:01 +00:00
parent a3a8d97fcc
commit 84e257f310
12 changed files with 42 additions and 42 deletions

View File

@@ -9,13 +9,13 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.6.0",
"@tanstack/vue-form": "0.6.0",
"@tanstack/form-core": "0.6.1",
"@tanstack/vue-form": "0.6.1",
"vue": "^3.3.4",
"@tanstack/react-form": "0.6.0",
"@tanstack/zod-form-adapter": "0.6.0",
"@tanstack/yup-form-adapter": "0.6.0",
"@tanstack/solid-form": "0.6.0"
"@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"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",