Skip to content

Commit

Permalink
release: v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Aug 12, 2024
1 parent 9dc4ef6 commit 403ea0f
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 57 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.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@tanstack/angular-form": "^0.28.0",
"@tanstack/angular-form": "^0.29.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.10"
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.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@tanstack/angular-form": "^0.28.0",
"@tanstack/angular-form": "^0.29.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@tanstack/angular-form": "^0.28.0",
"@tanstack/angular-form": "^0.29.1",
"@tanstack/valibot-form-adapter": "^0.28.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@tanstack/angular-form": "^0.28.0",
"@tanstack/angular-form": "^0.29.1",
"@tanstack/yup-form-adapter": "^0.28.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@tanstack/angular-form": "^0.28.0",
"@tanstack/angular-form": "^0.29.1",
"@tanstack/zod-form-adapter": "^0.28.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
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.28.0",
"@tanstack/lit-form": "^0.29.1",
"lit": "^3.2.0"
},
"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.28.0",
"@tanstack/lit-form": "^0.29.1",
"lit": "^3.2.0"
},
"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.29.0",
"@tanstack/react-form": "^0.29.1",
"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.29.0",
"@tanstack/react-form": "^0.29.1",
"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.29.0",
"@tanstack/react-form": "^0.29.1",
"@tanstack/react-query": "^5.51.23",
"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.29.0",
"@tanstack/react-form": "^0.29.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/form-core": "^0.28.0",
"@tanstack/react-form": "^0.29.0",
"@tanstack/react-form": "^0.29.1",
"@tanstack/react-router": "^1.47.1",
"@tanstack/start": "^1.47.2",
"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.12.0",
"@mantine/hooks": "7.12.0",
"@mui/material": "5.16.7",
"@tanstack/react-form": "^0.29.0",
"@tanstack/react-form": "^0.29.1",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.41",
"postcss-preset-mantine": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/valibot/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.29.0",
"@tanstack/react-form": "^0.29.1",
"@tanstack/valibot-form-adapter": "^0.28.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/yup/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.29.0",
"@tanstack/react-form": "^0.29.1",
"@tanstack/yup-form-adapter": "^0.28.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/zod/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.29.0",
"@tanstack/react-form": "^0.29.1",
"@tanstack/zod-form-adapter": "^0.28.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
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.28.0",
"@tanstack/solid-form": "^0.29.1",
"solid-js": "^1.8.20"
},
"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.28.0",
"@tanstack/solid-form": "^0.29.1",
"solid-js": "^1.8.20"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/valibot/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.28.0",
"@tanstack/solid-form": "^0.29.1",
"@tanstack/valibot-form-adapter": "^0.28.0",
"solid-js": "^1.8.20",
"valibot": "^0.37.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/yup/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.28.0",
"@tanstack/solid-form": "^0.29.1",
"@tanstack/yup-form-adapter": "^0.28.0",
"solid-js": "^1.8.20",
"yup": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/zod/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.28.0",
"@tanstack/solid-form": "^0.29.1",
"@tanstack/zod-form-adapter": "^0.28.0",
"solid-js": "^1.8.20",
"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.28.0",
"@tanstack/vue-form": "^0.29.1",
"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.28.0",
"@tanstack/vue-form": "^0.29.1",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/valibot-form-adapter": "^0.28.0",
"@tanstack/vue-form": "^0.28.0",
"@tanstack/vue-form": "^0.29.1",
"valibot": "^0.37.0",
"vue": "^3.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/yup/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.28.0",
"@tanstack/vue-form": "^0.29.1",
"@tanstack/yup-form-adapter": "^0.28.0",
"vue": "^3.3.4",
"yup": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/zod/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.28.0",
"@tanstack/vue-form": "^0.29.1",
"@tanstack/zod-form-adapter": "^0.28.0",
"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.28.0",
"version": "0.29.1",
"description": "Powerful, type-safe forms for Angular.",
"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.28.0",
"version": "0.29.1",
"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.29.0",
"version": "0.29.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.28.0",
"version": "0.29.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.28.0",
"version": "0.29.1",
"description": "Powerful, type-safe forms for Vue.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
Loading

0 comments on commit 403ea0f

Please sign in to comment.