Skip to content

Commit

Permalink
release: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 3, 2023
1 parent 25a2fc8 commit fd19453
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 deletions.
12 changes: 6 additions & 6 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.7.0",
"@tanstack/react-form": "0.7.1",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/form-core": "0.7.0",
"@tanstack/vue-form": "0.7.0",
"@tanstack/zod-form-adapter": "0.7.0",
"@tanstack/yup-form-adapter": "0.7.0",
"@tanstack/solid-form": "0.7.0"
"@tanstack/form-core": "0.7.1",
"@tanstack/vue-form": "0.7.1",
"@tanstack/zod-form-adapter": "0.7.1",
"@tanstack/yup-form-adapter": "0.7.1",
"@tanstack/solid-form": "0.7.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/react/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.7.0",
"@tanstack/react-form": "0.7.1",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"yup": "^1.3.2",
"@tanstack/form-core": "0.7.0",
"@tanstack/yup-form-adapter": "0.7.0",
"@tanstack/vue-form": "0.7.0",
"@tanstack/zod-form-adapter": "0.7.0",
"@tanstack/solid-form": "0.7.0"
"@tanstack/form-core": "0.7.1",
"@tanstack/yup-form-adapter": "0.7.1",
"@tanstack/vue-form": "0.7.1",
"@tanstack/zod-form-adapter": "0.7.1",
"@tanstack/solid-form": "0.7.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/react/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.7.0",
"@tanstack/react-form": "0.7.1",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"zod": "^3.21.4",
"@tanstack/form-core": "0.7.0",
"@tanstack/zod-form-adapter": "0.7.0",
"@tanstack/vue-form": "0.7.0",
"@tanstack/yup-form-adapter": "0.7.0",
"@tanstack/solid-form": "0.7.0"
"@tanstack/form-core": "0.7.1",
"@tanstack/zod-form-adapter": "0.7.1",
"@tanstack/vue-form": "0.7.1",
"@tanstack/yup-form-adapter": "0.7.1",
"@tanstack/solid-form": "0.7.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.7.0",
"@tanstack/vue-form": "0.7.0",
"@tanstack/form-core": "0.7.1",
"@tanstack/vue-form": "0.7.1",
"vue": "^3.3.4",
"@tanstack/react-form": "0.7.0",
"@tanstack/zod-form-adapter": "0.7.0",
"@tanstack/yup-form-adapter": "0.7.0",
"@tanstack/solid-form": "0.7.0"
"@tanstack/react-form": "0.7.1",
"@tanstack/zod-form-adapter": "0.7.1",
"@tanstack/yup-form-adapter": "0.7.1",
"@tanstack/solid-form": "0.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/vue/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.7.0",
"@tanstack/vue-form": "0.7.0",
"@tanstack/yup-form-adapter": "0.7.0",
"@tanstack/form-core": "0.7.1",
"@tanstack/vue-form": "0.7.1",
"@tanstack/yup-form-adapter": "0.7.1",
"vue": "^3.3.4",
"yup": "^1.3.2",
"@tanstack/react-form": "0.7.0",
"@tanstack/zod-form-adapter": "0.7.0",
"@tanstack/solid-form": "0.7.0"
"@tanstack/react-form": "0.7.1",
"@tanstack/zod-form-adapter": "0.7.1",
"@tanstack/solid-form": "0.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/vue/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.7.0",
"@tanstack/vue-form": "0.7.0",
"@tanstack/zod-form-adapter": "0.7.0",
"@tanstack/form-core": "0.7.1",
"@tanstack/vue-form": "0.7.1",
"@tanstack/zod-form-adapter": "0.7.1",
"vue": "^3.3.4",
"zod": "^3.21.4",
"@tanstack/react-form": "0.7.0",
"@tanstack/yup-form-adapter": "0.7.0",
"@tanstack/solid-form": "0.7.0"
"@tanstack/react-form": "0.7.1",
"@tanstack/yup-form-adapter": "0.7.1",
"@tanstack/solid-form": "0.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/form-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Powerful, type-safe, framework agnostic forms.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-form",
"version": "0.7.0",
"version": "0.7.1",
"description": "Powerful, type-safe forms for React.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-form",
"version": "0.7.0",
"version": "0.7.1",
"description": "Powerful, type-safe forms for Solid.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-form",
"version": "0.7.0",
"version": "0.7.1",
"description": "Powerful, type-safe forms for Vue.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/yup-form-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/yup-form-adapter",
"version": "0.7.0",
"version": "0.7.1",
"description": "The Yup adapter for TanStack Form.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-form-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/zod-form-adapter",
"version": "0.7.0",
"version": "0.7.1",
"description": "The Zod adapter for TanStack Form.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down

0 comments on commit fd19453

Please sign in to comment.