Skip to content

Commit

Permalink
release: cut the v17.0.0-next.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zarend committed Sep 20, 2023
1 parent d94af55 commit 8f942ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="17.0.0-next.4"></a>
# 17.0.0-next.4 "titanium-turtle" (2023-09-20)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
| [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)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
| [c7db4960e](https://github.com/angular/components/commit/c7db4960e16d0f74b0764cfa5be752392e8c30f6) | fix | **list:** Emit tokens under mixin root selector ([#27711](https://github.com/angular/components/pull/27711)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.2.5"></a>
# 16.2.5 "cardboard-plane" (2023-09-20)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "17.0.0-next.3",
"version": "17.0.0-next.4",
"dependencies": {
"@angular/animations": "^17.0.0-next.4",
"@angular/common": "^17.0.0-next.4",
Expand Down

0 comments on commit 8f942ed

Please sign in to comment.