release: v0.4.0

This commit is contained in:
Tanner Linsley
2023-10-18 09:23:40 +00:00
parent 54652ee674
commit 280a3bf96b
9 changed files with 26 additions and 20 deletions

View File

@@ -8,11 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.3.7",
"@tanstack/react-form": "0.4.0",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/form-core": "0.3.7"
"@tanstack/form-core": "0.4.0",
"@tanstack/vue-form": "0.4.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",

View File

@@ -8,13 +8,14 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.3.7",
"@tanstack/react-form": "0.4.0",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"yup": "^1.3.2",
"@tanstack/form-core": "0.3.7",
"@tanstack/yup-form-adapter": "0.3.7"
"@tanstack/form-core": "0.4.0",
"@tanstack/yup-form-adapter": "0.3.7",
"@tanstack/vue-form": "0.4.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",

View File

@@ -8,13 +8,14 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.3.7",
"@tanstack/react-form": "0.4.0",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"zod": "^3.21.4",
"@tanstack/form-core": "0.3.7",
"@tanstack/zod-form-adapter": "0.3.7"
"@tanstack/form-core": "0.4.0",
"@tanstack/zod-form-adapter": "0.3.7",
"@tanstack/vue-form": "0.4.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@tanstack/form-core",
"version": "0.3.7",
"version": "0.4.0",
"description": "Powerful, type-safe, framework agnostic forms.",
"author": "tannerlinsley",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-form",
"version": "0.3.7",
"version": "0.4.0",
"description": "Powerful, type-safe forms for React.",
"author": "tannerlinsley",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-form",
"version": "0.3.7",
"version": "0.4.0",
"description": "Powerful, type-safe forms for Vue.",
"author": "tannerlinsley",
"license": "MIT",