Skip to content

Commit

Permalink
release: v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Mar 28, 2024
1 parent 033bb5b commit 18d1f19
Show file tree
Hide file tree
Showing 34 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion examples/angular/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.18.1",
"@tanstack/angular-form": "^0.19.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
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 @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.18.1",
"@tanstack/angular-form": "^0.19.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
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 @@ -10,8 +10,8 @@
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.18.1",
"@tanstack/valibot-form-adapter": "^0.18.1",
"@tanstack/angular-form": "^0.19.0",
"@tanstack/valibot-form-adapter": "^0.19.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.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 @@ -10,8 +10,8 @@
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.18.1",
"@tanstack/yup-form-adapter": "^0.18.1",
"@tanstack/angular-form": "^0.19.0",
"@tanstack/yup-form-adapter": "^0.19.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.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 @@ -10,8 +10,8 @@
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.18.1",
"@tanstack/zod-form-adapter": "^0.18.1",
"@tanstack/angular-form": "^0.19.0",
"@tanstack/zod-form-adapter": "^0.19.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
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.18.1",
"@tanstack/lit-form": "^0.19.0",
"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 @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/lit-form": "^0.18.1",
"@tanstack/lit-form": "^0.19.0",
"lit": "^3.1.1",
"@material/web": "^1.0.0"
},
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.18.1",
"@tanstack/react-form": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
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 @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "14.0.4",
"@tanstack/react-form": "^0.18.1"
"@tanstack/react-form": "^0.19.0"
},
"devDependencies": {
"typescript": "5.4.2",
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.18.1",
"@tanstack/react-form": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.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": "^0.18.1",
"@tanstack/react-form": "^0.19.0",
"@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.18.1",
"@tanstack/valibot-form-adapter": "^0.18.1",
"@tanstack/react-form": "^0.19.0",
"@tanstack/valibot-form-adapter": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.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": "^0.18.1",
"@tanstack/yup-form-adapter": "^0.18.1",
"@tanstack/react-form": "^0.19.0",
"@tanstack/yup-form-adapter": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.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": "^0.18.1",
"@tanstack/zod-form-adapter": "^0.18.1",
"@tanstack/react-form": "^0.19.0",
"@tanstack/zod-form-adapter": "^0.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"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.18.1",
"@tanstack/solid-form": "^0.19.0",
"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.18.1",
"@tanstack/solid-form": "^0.19.0",
"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.18.1",
"@tanstack/valibot-form-adapter": "^0.18.1",
"@tanstack/solid-form": "^0.19.0",
"@tanstack/valibot-form-adapter": "^0.19.0",
"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": "^0.18.1",
"@tanstack/yup-form-adapter": "^0.18.1",
"@tanstack/solid-form": "^0.19.0",
"@tanstack/yup-form-adapter": "^0.19.0",
"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.18.1",
"@tanstack/zod-form-adapter": "^0.18.1",
"@tanstack/solid-form": "^0.19.0",
"@tanstack/zod-form-adapter": "^0.19.0",
"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 @@ -9,7 +9,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.18.1",
"@tanstack/vue-form": "^0.19.0",
"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 @@ -9,7 +9,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.18.1",
"@tanstack/vue-form": "^0.19.0",
"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": "^0.18.1",
"@tanstack/valibot-form-adapter": "^0.18.1",
"@tanstack/vue-form": "^0.19.0",
"@tanstack/valibot-form-adapter": "^0.19.0",
"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": "^0.18.1",
"@tanstack/yup-form-adapter": "^0.18.1",
"@tanstack/vue-form": "^0.19.0",
"@tanstack/yup-form-adapter": "^0.19.0",
"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": "^0.18.1",
"@tanstack/zod-form-adapter": "^0.18.1",
"@tanstack/vue-form": "^0.19.0",
"@tanstack/zod-form-adapter": "^0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"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.18.1",
"version": "0.19.0",
"description": "The Zod adapter for TanStack Form.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down

0 comments on commit 18d1f19

Please sign in to comment.