Skip to content

Commit 5d1443f

Browse files
ci: Version Packages (#1748)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0bf9ce0 commit 5d1443f

File tree

49 files changed

+159
-98
lines changed

Some content is hidden

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

49 files changed

+159
-98
lines changed

.changeset/chatty-cooks-buy.md

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

.changeset/metal-feet-go.md

Lines changed: 0 additions & 6 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.0",
1919
"@angular/platform-browser-dynamic": "^20.3.0",
2020
"@angular/router": "^20.3.0",
21-
"@tanstack/angular-form": "^1.21.3",
21+
"@tanstack/angular-form": "^1.23.0",
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.0",
1919
"@angular/platform-browser-dynamic": "^20.3.0",
2020
"@angular/router": "^20.3.0",
21-
"@tanstack/angular-form": "^1.21.3",
21+
"@tanstack/angular-form": "^1.23.0",
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.0",
1919
"@angular/platform-browser-dynamic": "^20.3.0",
2020
"@angular/router": "^20.3.0",
21-
"@tanstack/angular-form": "^1.21.3",
21+
"@tanstack/angular-form": "^1.23.0",
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.0",
1919
"@angular/platform-browser-dynamic": "^20.3.0",
2020
"@angular/router": "^20.3.0",
21-
"@tanstack/angular-form": "^1.21.3",
21+
"@tanstack/angular-form": "^1.23.0",
2222
"effect": "^3.17.13",
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.21.3",
12+
"@tanstack/lit-form": "^1.23.0",
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.21.3",
12+
"@tanstack/lit-form": "^1.23.0",
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.21.3",
12+
"@tanstack/lit-form": "^1.23.0",
1313
"arktype": "^2.1.22",
1414
"effect": "^3.17.13",
1515
"lit": "^3.3.1",

examples/lit/ui-libraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@material/web": "^2.4.0",
13-
"@tanstack/lit-form": "^1.21.3",
13+
"@tanstack/lit-form": "^1.23.0",
1414
"lit": "^3.3.1"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)