release: v0.3.1

This commit is contained in:
Tanner Linsley
2023-09-09 06:44:30 +00:00
parent e297755ad6
commit 826c58d5c2
5 changed files with 11 additions and 7 deletions

View File

@@ -8,11 +8,13 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-form": "^0.2.1", "@tanstack/react-form": "0.3.1",
"axios": "^0.26.1", "axios": "^0.26.1",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"zod": "^3.21.4" "zod": "^3.21.4",
"@tanstack/form-core": "0.3.1",
"@tanstack/vue-form": "0.3.1"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-react": "^2.0.0", "@vitejs/plugin-react": "^2.0.0",

View File

@@ -8,8 +8,10 @@
"serve": "vite preview" "serve": "vite preview"
}, },
"dependencies": { "dependencies": {
"@tanstack/vue-form": "^0.2.2", "@tanstack/vue-form": "0.3.1",
"vue": "^3.3.4" "vue": "^3.3.4",
"@tanstack/form-core": "0.3.1",
"@tanstack/react-form": "0.3.1"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue": "^4.2.3",

View File

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

View File

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

View File

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