Skip to content

Commit

Permalink
release: v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Mar 25, 2024
1 parent ea4f4a4 commit cae8bd7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.17.0",
"@tanstack/angular-form": "^0.17.1",
"@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.17.0",
"@tanstack/angular-form": "^0.17.1",
"@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/valibot/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.17.0",
"@tanstack/angular-form": "^0.17.1",
"@tanstack/valibot-form-adapter": "^0.16.2",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
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 @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.17.0",
"@tanstack/angular-form": "^0.17.1",
"@tanstack/yup-form-adapter": "^0.16.2",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
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 @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.17.0",
"@tanstack/angular-form": "^0.17.1",
"@tanstack/zod-form-adapter": "^0.16.2",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
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.17.0",
"version": "0.17.1",
"description": "Powerful, type-safe forms for Angular.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 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 cae8bd7

Please sign in to comment.