Skip to content

Commit

Permalink
release: cut the v16.2.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Nov 8, 2023
1 parent fb64fe6 commit 214306f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="16.2.12"></a>
# 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)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.2.11"></a>
# 16.2.11 "fabric-fantasy" (2023-11-01)
### 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": "16.2.11",
"version": "16.2.12",
"dependencies": {
"@angular/animations": "^16.1.1",
"@angular/common": "^16.1.1",
Expand Down

0 comments on commit 214306f

Please sign in to comment.