Skip to content

Commit

Permalink
release: v0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 11, 2024
1 parent f5809e1 commit 75d25dd
Show file tree
Hide file tree
Showing 36 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/angular-form": "^0.26.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/angular-form": "^0.26.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.7"
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/valibot-form-adapter": "^0.26.3",
"@tanstack/angular-form": "^0.26.4",
"@tanstack/valibot-form-adapter": "^0.26.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"valibot": "^0.35.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/yup-form-adapter": "^0.26.3",
"@tanstack/angular-form": "^0.26.4",
"@tanstack/yup-form-adapter": "^0.26.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"yup": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@tanstack/angular-form": "^0.26.3",
"@tanstack/zod-form-adapter": "^0.26.3",
"@tanstack/angular-form": "^0.26.4",
"@tanstack/zod-form-adapter": "^0.26.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zod": "^3.23.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/lit-form": "^0.26.3",
"@tanstack/lit-form": "^0.26.4",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@material/web": "^1.5.1",
"@tanstack/lit-form": "^0.26.3",
"@tanstack/lit-form": "^0.26.4",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/array/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": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
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 @@ -8,7 +8,7 @@
"_test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-6d3110b4d9-20240531",
"react-dom": "19.0.0-rc-6d3110b4d9-20240531"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/query-integration/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": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"@tanstack/react-query": "^5.50.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
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": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vinxi start"
},
"dependencies": {
"@tanstack/form-core": "^0.26.3",
"@tanstack/react-form": "^0.26.3",
"@tanstack/form-core": "^0.26.4",
"@tanstack/react-form": "^0.26.4",
"@tanstack/react-router": "^1.44.0",
"@tanstack/start": "^1.44.0",
"react": "^18.3.1",
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.11.1",
"@mantine/hooks": "7.11.1",
"@mui/material": "5.16.0",
"@tanstack/react-form": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.39",
"postcss-preset-mantine": "1.15.0",
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": "^0.26.3",
"@tanstack/valibot-form-adapter": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"@tanstack/valibot-form-adapter": "^0.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^0.35.0"
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": "^0.26.3",
"@tanstack/yup-form-adapter": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"@tanstack/yup-form-adapter": "^0.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"yup": "^1.4.0"
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": "^0.26.3",
"@tanstack/zod-form-adapter": "^0.26.3",
"@tanstack/react-form": "^0.26.4",
"@tanstack/zod-form-adapter": "^0.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/array/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": "^0.26.3",
"@tanstack/solid-form": "^0.26.4",
"solid-js": "^1.8.18"
},
"devDependencies": {
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": "^0.26.3",
"@tanstack/solid-form": "^0.26.4",
"solid-js": "^1.8.18"
},
"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": "^0.26.3",
"@tanstack/valibot-form-adapter": "^0.26.3",
"@tanstack/solid-form": "^0.26.4",
"@tanstack/valibot-form-adapter": "^0.26.4",
"solid-js": "^1.8.18",
"valibot": "^0.35.0"
},
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": "^0.26.3",
"@tanstack/yup-form-adapter": "^0.26.3",
"@tanstack/solid-form": "^0.26.4",
"@tanstack/yup-form-adapter": "^0.26.4",
"solid-js": "^1.8.18",
"yup": "^1.4.0"
},
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": "^0.26.3",
"@tanstack/zod-form-adapter": "^0.26.3",
"@tanstack/solid-form": "^0.26.4",
"@tanstack/zod-form-adapter": "^0.26.4",
"solid-js": "^1.8.18",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.26.3",
"@tanstack/vue-form": "^0.26.4",
"vue": "^3.3.4"
},
"devDependencies": {
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 @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.26.3",
"@tanstack/vue-form": "^0.26.4",
"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 @@ -10,8 +10,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/valibot-form-adapter": "^0.26.3",
"@tanstack/vue-form": "^0.26.3",
"@tanstack/valibot-form-adapter": "^0.26.4",
"@tanstack/vue-form": "^0.26.4",
"valibot": "^0.35.0",
"vue": "^3.3.4"
},
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 @@ -10,8 +10,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.26.3",
"@tanstack/yup-form-adapter": "^0.26.3",
"@tanstack/vue-form": "^0.26.4",
"@tanstack/yup-form-adapter": "^0.26.4",
"vue": "^3.3.4",
"yup": "^1.4.0"
},
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 @@ -10,8 +10,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.26.3",
"@tanstack/zod-form-adapter": "^0.26.3",
"@tanstack/vue-form": "^0.26.4",
"@tanstack/zod-form-adapter": "^0.26.4",
"vue": "^3.3.4",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-form",
"version": "0.26.3",
"version": "0.26.4",
"description": "Powerful, type-safe forms for Angular.",
"author": "tannerlinsley",
"license": "MIT",
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.26.3",
"version": "0.26.4",
"description": "Powerful, type-safe, framework agnostic forms.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/lit-form",
"version": "0.26.3",
"version": "0.26.4",
"description": "Powerful, type-safe forms for Lit.",
"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.26.3",
"version": "0.26.4",
"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.26.3",
"version": "0.26.4",
"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.26.3",
"version": "0.26.4",
"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.26.3",
"version": "0.26.4",
"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.26.3",
"version": "0.26.4",
"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.26.3",
"version": "0.26.4",
"description": "The Zod adapter for TanStack Form.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
Loading

0 comments on commit 75d25dd

Please sign in to comment.