release: v0.3.4

This commit is contained in:
Tanner Linsley
2023-09-09 11:05:16 +00:00
parent 32793c92c1
commit 658c8f8c6c
6 changed files with 15 additions and 9 deletions

View File

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