Skip to content

Commit

Permalink
release: v0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 6, 2024
1 parent 6090ab1 commit 48456a9
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.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@tanstack/angular-form": "^0.25.2",
"@tanstack/angular-form": "^0.25.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
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.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@tanstack/angular-form": "^0.25.2",
"@tanstack/angular-form": "^0.25.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
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.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@tanstack/angular-form": "^0.25.2",
"@tanstack/valibot-form-adapter": "^0.25.2",
"@tanstack/angular-form": "^0.25.3",
"@tanstack/valibot-form-adapter": "^0.25.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"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.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@tanstack/angular-form": "^0.25.2",
"@tanstack/yup-form-adapter": "^0.25.2",
"@tanstack/angular-form": "^0.25.3",
"@tanstack/yup-form-adapter": "^0.25.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"yup": "^1.3.2",
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.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@tanstack/angular-form": "^0.25.2",
"@tanstack/zod-form-adapter": "^0.25.2",
"@tanstack/angular-form": "^0.25.3",
"@tanstack/zod-form-adapter": "^0.25.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zod": "^3.22.4",
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.25.2",
"@tanstack/lit-form": "^0.25.3",
"lit": "^3.1.1"
},
"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.0.0",
"@tanstack/lit-form": "^0.25.2",
"@tanstack/lit-form": "^0.25.3",
"lit": "^3.1.1"
},
"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.25.2",
"@tanstack/react-form": "^0.25.3",
"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.25.2",
"@tanstack/react-form": "^0.25.3",
"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.25.2",
"@tanstack/react-form": "^0.25.3",
"@tanstack/react-query": "^5.32.0",
"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.25.2",
"@tanstack/react-form": "^0.25.3",
"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.25.2",
"@tanstack/react-form": "^0.25.2",
"@tanstack/form-core": "^0.25.3",
"@tanstack/react-form": "^0.25.3",
"@tanstack/react-router": "^1.42.0",
"@tanstack/router-vite-plugin": "^1.41.0",
"@tanstack/start": "^1.42.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.3.2",
"@mantine/hooks": "7.3.2",
"@mui/material": "5.15.2",
"@tanstack/react-form": "^0.25.2",
"@tanstack/react-form": "^0.25.3",
"@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": "^0.25.2",
"@tanstack/valibot-form-adapter": "^0.25.2",
"@tanstack/react-form": "^0.25.3",
"@tanstack/valibot-form-adapter": "^0.25.3",
"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.25.2",
"@tanstack/yup-form-adapter": "^0.25.2",
"@tanstack/react-form": "^0.25.3",
"@tanstack/yup-form-adapter": "^0.25.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"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": "^0.25.2",
"@tanstack/zod-form-adapter": "^0.25.2",
"@tanstack/react-form": "^0.25.3",
"@tanstack/zod-form-adapter": "^0.25.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.22.4"
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.25.2",
"@tanstack/solid-form": "^0.25.3",
"solid-js": "^1.7.8"
},
"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.25.2",
"@tanstack/solid-form": "^0.25.3",
"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": "^0.25.2",
"@tanstack/valibot-form-adapter": "^0.25.2",
"@tanstack/solid-form": "^0.25.3",
"@tanstack/valibot-form-adapter": "^0.25.3",
"solid-js": "^1.7.8",
"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.25.2",
"@tanstack/yup-form-adapter": "^0.25.2",
"@tanstack/solid-form": "^0.25.3",
"@tanstack/yup-form-adapter": "^0.25.3",
"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": "^0.25.2",
"@tanstack/zod-form-adapter": "^0.25.2",
"@tanstack/solid-form": "^0.25.3",
"@tanstack/zod-form-adapter": "^0.25.3",
"solid-js": "^1.7.8",
"zod": "^3.22.4"
},
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.25.2",
"@tanstack/vue-form": "^0.25.3",
"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.25.2",
"@tanstack/vue-form": "^0.25.3",
"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.25.2",
"@tanstack/vue-form": "^0.25.2",
"@tanstack/valibot-form-adapter": "^0.25.3",
"@tanstack/vue-form": "^0.25.3",
"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.25.2",
"@tanstack/yup-form-adapter": "^0.25.2",
"@tanstack/vue-form": "^0.25.3",
"@tanstack/yup-form-adapter": "^0.25.3",
"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 @@ -10,8 +10,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.25.2",
"@tanstack/zod-form-adapter": "^0.25.2",
"@tanstack/vue-form": "^0.25.3",
"@tanstack/zod-form-adapter": "^0.25.3",
"vue": "^3.3.4",
"zod": "^3.22.4"
},
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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"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.25.2",
"version": "0.25.3",
"description": "The Zod adapter for TanStack Form.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
Loading

0 comments on commit 48456a9

Please sign in to comment.