Skip to content

Commit d2d5d2f

Browse files
committed
release: cut the v17.2.1 release
1 parent d5d8563 commit d2d5d2f

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.2.1"></a>
2+
# 17.2.1 "allactite-acorn" (2024-02-22)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [c617cd7c8](https://github.com/angular/components/commit/c617cd7c815cfcebebc608aa4e1c75ea8e6b0629) | fix | **listbox:** make typeahead label nullable ([#28602](https://github.com/angular/components/pull/28602)) |
7+
| [67956e065](https://github.com/angular/components/commit/67956e065178f33ba052ae6e1a148612b3d56f41) | fix | **overlay:** only emit positionChanges when position is different |
8+
| [d5d856348](https://github.com/angular/components/commit/d5d8563489f521490e3a4b04519767b308c33739) | fix | **overlay:** run positionChange event inside the zone |
9+
### material
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [0c5781bfc](https://github.com/angular/components/commit/0c5781bfce0e96789d5c415586a0382d64ac3daa) | fix | **expansion:** center indicator icon in M3 ([#28603](https://github.com/angular/components/pull/28603)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="17.2.0"></a>
217
# 17.2.0 "polymer-prism" (2024-02-14)
318
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5757
"prepare": "husky install"
5858
},
59-
"version": "17.2.0",
59+
"version": "17.2.1",
6060
"dependencies": {
6161
"@angular/animations": "^17.2.0",
6262
"@angular/common": "^17.2.0",

0 commit comments

Comments
 (0)