release: v0.4.0

This commit is contained in:
Tanner Linsley
2023-10-18 09:23:40 +00:00
parent 54652ee674
commit 280a3bf96b
9 changed files with 26 additions and 20 deletions

View File

@@ -9,9 +9,10 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.3.7",
"@tanstack/vue-form": "0.3.7",
"vue": "^3.3.4"
"@tanstack/form-core": "0.4.0",
"@tanstack/vue-form": "0.4.0",
"vue": "^3.3.4",
"@tanstack/react-form": "0.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",