diff --git a/CHANGELOG.md b/CHANGELOG.md index a67085246818..158b7735653b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# 16.2.12 "practical-pinecone" (2023-11-08) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [3b6f023d8](https://github.com/angular/components/commit/3b6f023d83e757a28ae6c27b5a73703d33a0e57d) | perf | **a11y:** Don't trigger re-layout when detecting fake mousedown ([#28029](https://github.com/angular/components/pull/28029)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [fb64fe6b5](https://github.com/angular/components/commit/fb64fe6b55a09e877bb370b62770cd7ef4a884e6) | fix | **schematics:** asyncPipe not imported but used in the template ([#28055](https://github.com/angular/components/pull/28055)) | + + + # 16.2.11 "fabric-fantasy" (2023-11-01) ### cdk diff --git a/package.json b/package.json index 14afd5bec19a..edca680ac575 100644 --- a/package.json +++ b/package.json @@ -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": "16.2.11", + "version": "16.2.12", "dependencies": { "@angular/animations": "^16.1.1", "@angular/common": "^16.1.1",