Skip to content

Commit 913c496

Browse files
committed
release: cut the v17.0.0-next.4 release
1 parent d94af55 commit 913c496

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="17.0.0-next.4"></a>
2+
# 17.0.0-next.4 "titanium-turtle" (2023-09-20)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [2409e7071](https://github.com/angular/components/commit/2409e7071a4c1e035a6f212249e96ba36d7aeb4f) | fix | **schematics:** account for single string in styles and new styleUrl ([#27798](https://github.com/angular/components/pull/27798)) |
7+
| [31187abae](https://github.com/angular/components/commit/31187abae619cf76e7f0a7771ca6e5900a50e90c) | fix | **scrolling:** unsubscribe from scrolled stream when viewport is destroyed ([#27800](https://github.com/angular/components/pull/27800)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [8c3d8d645](https://github.com/angular/components/commit/8c3d8d645857a381cb2a752a600796c36338ea9e) | fix | **form-field:** style the cursor the same way as the rest of the input ([#26491](https://github.com/angular/components/pull/26491)) ([#27795](https://github.com/angular/components/pull/27795)) |
12+
| [c7db4960e](https://github.com/angular/components/commit/c7db4960e16d0f74b0764cfa5be752392e8c30f6) | fix | **list:** Emit tokens under mixin root selector ([#27711](https://github.com/angular/components/pull/27711)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="16.2.5"></a>
217
# 16.2.5 "cardboard-plane" (2023-09-20)
318
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5656
"prepare": "husky install"
5757
},
58-
"version": "17.0.0-next.3",
58+
"version": "17.0.0-next.4",
5959
"dependencies": {
6060
"@angular/animations": "^17.0.0-next.4",
6161
"@angular/common": "^17.0.0-next.4",

0 commit comments

Comments
 (0)