Skip to content

Commit

Permalink
release: v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Feb 2, 2024
1 parent daf8ccc commit 0bc3c98
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion examples/react/next-server-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18",
"react-dom": "^18",
"next": "14.0.4",
"@tanstack/react-form": "<1.0.0"
"@tanstack/react-form": "^0.13.5"
},
"devDependencies": {
"typescript": "^5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "<1.0.0",
"@tanstack/react-form": "^0.13.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"@mui/material": "5.15.2",
"@tanstack/react-form": "<1.0.0",
"@tanstack/react-form": "^0.13.5",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.32",
"postcss-preset-mantine": "1.12.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "<1.0.0",
"@tanstack/valibot-form-adapter": "<1.0.0",
"@tanstack/react-form": "^0.13.5",
"@tanstack/valibot-form-adapter": "^0.13.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"valibot": "^0.20.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "<1.0.0",
"@tanstack/yup-form-adapter": "<1.0.0",
"@tanstack/react-form": "^0.13.5",
"@tanstack/yup-form-adapter": "^0.13.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"yup": "^1.3.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "<1.0.0",
"@tanstack/zod-form-adapter": "<1.0.0",
"@tanstack/react-form": "^0.13.5",
"@tanstack/zod-form-adapter": "^0.13.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"zod": "^3.21.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "<1.0.0",
"@tanstack/solid-form": "^0.13.5",
"solid-js": "^1.7.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "<1.0.0",
"@tanstack/valibot-form-adapter": "<1.0.0",
"@tanstack/solid-form": "^0.13.5",
"@tanstack/valibot-form-adapter": "^0.13.5",
"solid-js": "^1.7.8",
"valibot": "^0.20.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "<1.0.0",
"@tanstack/yup-form-adapter": "<1.0.0",
"@tanstack/solid-form": "^0.13.5",
"@tanstack/yup-form-adapter": "^0.13.5",
"solid-js": "^1.7.8",
"yup": "^1.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "<1.0.0",
"@tanstack/zod-form-adapter": "<1.0.0",
"@tanstack/solid-form": "^0.13.5",
"@tanstack/zod-form-adapter": "^0.13.5",
"solid-js": "^1.7.8",
"zod": "^3.21.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "<1.0.0",
"@tanstack/vue-form": "^0.13.5",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "<1.0.0",
"@tanstack/valibot-form-adapter": "<1.0.0",
"@tanstack/vue-form": "^0.13.5",
"@tanstack/valibot-form-adapter": "^0.13.5",
"vue": "^3.3.4",
"valibot": "^0.20.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "<1.0.0",
"@tanstack/yup-form-adapter": "<1.0.0",
"@tanstack/vue-form": "^0.13.5",
"@tanstack/yup-form-adapter": "^0.13.5",
"vue": "^3.3.4",
"yup": "^1.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "<1.0.0",
"@tanstack/zod-form-adapter": "<1.0.0",
"@tanstack/vue-form": "^0.13.5",
"@tanstack/zod-form-adapter": "^0.13.5",
"vue": "^3.3.4",
"zod": "^3.21.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.13.4",
"version": "0.13.5",
"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.13.4",
"version": "0.13.5",
"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.13.4",
"version": "0.13.5",
"description": "Powerful, type-safe forms for Solid.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot-form-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/valibot-form-adapter",
"version": "0.13.4",
"version": "0.13.5",
"description": "The Valibot adapter for TanStack Form.",
"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.13.4",
"version": "0.13.5",
"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.13.4",
"version": "0.13.5",
"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.13.4",
"version": "0.13.5",
"description": "The Zod adapter for TanStack Form.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bc3c98

Please sign in to comment.