release: v0.3.6

This commit is contained in:
Tanner Linsley
2023-09-14 15:08:50 +00:00
parent 638a3917c5
commit 0159e61103
5 changed files with 9 additions and 9 deletions

View File

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