From d2d5d2fb03a1184ef501dccbfde0f93b927e8cd2 Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Thu, 22 Feb 2024 15:30:18 +0000 Subject: [PATCH] release: cut the v17.2.1 release --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58f1cf32caf..b602d741285a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 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)) | + + + # 17.2.0 "polymer-prism" (2024-02-14) ### cdk diff --git a/package.json b/package.json index 03bd6bf7c477..8c2bf0be8fd1 100644 --- a/package.json +++ b/package.json @@ -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",