Skip to content

Commit

Permalink
release: cut the v17.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Feb 22, 2024
1 parent d5d8563 commit f3783b7
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.2.1"></a>
# 17.2.1 "allactite-acorn" (2024-02-22)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [c617cd7c8](https://github.com/angular/components/commit/c617cd7c815cfcebebc608aa4e1c75ea8e6b0629) | fix | **listbox:** make typeahead label nullable ([#28602](https://github.com/angular/components/pull/28602)) |
| [67956e065](https://github.com/angular/components/commit/67956e065178f33ba052ae6e1a148612b3d56f41) | fix | **overlay:** only emit positionChanges when position is different |
| [d5d856348](https://github.com/angular/components/commit/d5d8563489f521490e3a4b04519767b308c33739) | fix | **overlay:** run positionChange event inside the zone |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [0c5781bfc](https://github.com/angular/components/commit/0c5781bfce0e96789d5c415586a0382d64ac3daa) | fix | **expansion:** center indicator icon in M3 ([#28603](https://github.com/angular/components/pull/28603)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.2.0"></a>
# 17.2.0 "polymer-prism" (2024-02-14)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "17.2.0",
"version": "17.2.1",
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
Expand Down

0 comments on commit f3783b7

Please sign in to comment.