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"
},
"dependencies": {
"@tanstack/react-form": "^0.2.1",
"@tanstack/react-form": "0.3.1",
"axios": "^0.26.1",
"react": "^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": {
"@vitejs/plugin-react": "^2.0.0",

View File

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

View File

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

View File

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

View File

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