Skip to content

Commit f786f07

Browse files
ci: Version Packages (#1937)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35921c9 commit f786f07

File tree

59 files changed

+195
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+195
-116
lines changed

.changeset/fix-array-field-rerender-regression.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/fix-double-render-keystroke.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/yellow-mugs-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/angular/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^20.3.1",
1919
"@angular/platform-browser-dynamic": "^20.3.1",
2020
"@angular/router": "^20.3.1",
21-
"@tanstack/angular-form": "^1.27.3",
21+
"@tanstack/angular-form": "^1.27.4",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "0.15.1"

examples/angular/large-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^20.3.1",
1919
"@angular/platform-browser-dynamic": "^20.3.1",
2020
"@angular/router": "^20.3.1",
21-
"@tanstack/angular-form": "^1.27.3",
21+
"@tanstack/angular-form": "^1.27.4",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "0.15.1"

examples/angular/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^20.3.1",
1919
"@angular/platform-browser-dynamic": "^20.3.1",
2020
"@angular/router": "^20.3.1",
21-
"@tanstack/angular-form": "^1.27.3",
21+
"@tanstack/angular-form": "^1.27.4",
2222
"rxjs": "^7.8.2",
2323
"tslib": "^2.8.1",
2424
"zone.js": "0.15.1"

examples/angular/standard-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^20.3.1",
1919
"@angular/platform-browser-dynamic": "^20.3.1",
2020
"@angular/router": "^20.3.1",
21-
"@tanstack/angular-form": "^1.27.3",
21+
"@tanstack/angular-form": "^1.27.4",
2222
"effect": "^3.17.14",
2323
"rxjs": "^7.8.2",
2424
"tslib": "^2.8.1",

examples/lit/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/lit-form": "^1.23.15",
12+
"@tanstack/lit-form": "^1.23.16",
1313
"lit": "^3.3.1"
1414
},
1515
"devDependencies": {

examples/lit/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/lit-form": "^1.23.15",
12+
"@tanstack/lit-form": "^1.23.16",
1313
"lit": "^3.3.1"
1414
},
1515
"devDependencies": {

examples/lit/standard-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/lit-form": "^1.23.15",
12+
"@tanstack/lit-form": "^1.23.16",
1313
"arktype": "^2.1.22",
1414
"effect": "^3.17.14",
1515
"lit": "^3.3.1",

0 commit comments

Comments
 (0)