release: v0.3.3

This commit is contained in:
Tanner Linsley
2023-09-09 10:42:22 +00:00
parent 160f71275f
commit 192ffceca7
6 changed files with 11 additions and 62 deletions

View File

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