release: v0.4.1

This commit is contained in:
Tanner Linsley
2023-10-18 09:36:20 +00:00
parent 9079af1fde
commit d739f2a064
11 changed files with 35 additions and 27 deletions

View File

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

View File

@@ -9,12 +9,13 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.4.0",
"@tanstack/vue-form": "0.4.0",
"@tanstack/yup-form-adapter": "0.3.7",
"@tanstack/form-core": "0.4.1",
"@tanstack/vue-form": "0.4.1",
"@tanstack/yup-form-adapter": "0.4.1",
"vue": "^3.3.4",
"yup": "^1.3.2",
"@tanstack/react-form": "0.4.0"
"@tanstack/react-form": "0.4.1",
"@tanstack/zod-form-adapter": "0.4.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",

View File

@@ -9,12 +9,13 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.4.0",
"@tanstack/vue-form": "0.4.0",
"@tanstack/zod-form-adapter": "0.3.7",
"@tanstack/form-core": "0.4.1",
"@tanstack/vue-form": "0.4.1",
"@tanstack/zod-form-adapter": "0.4.1",
"vue": "^3.3.4",
"zod": "^3.21.4",
"@tanstack/react-form": "0.4.0"
"@tanstack/react-form": "0.4.1",
"@tanstack/yup-form-adapter": "0.4.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",