release: v0.3.5

This commit is contained in:
Tanner Linsley
2023-09-13 20:48:04 +00:00
parent 1fb28c53eb
commit 9e5fef402e
5 changed files with 9 additions and 9 deletions

View File

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