Skip to content

Commit

Permalink
release: cut the v14.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Sep 14, 2022
1 parent 1b5ae4b commit 3db4fe6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
<a name="14.2.2"></a>
# 14.2.2 "cytoplasm-salmon" (2022-09-14)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [6275f9d41f](https://github.com/angular/components/commit/6275f9d41f509724a938ab35e7038965b1c59651) | fix | **a11y:** account for Windows 11 high contrast themes in detector ([#25624](https://github.com/angular/components/pull/25624)) |
| [eb5f79bb7b](https://github.com/angular/components/commit/eb5f79bb7b2660a1e007aa82ddceb5c33aa7acac) | fix | **listbox:** error with multiple preselected values ([#25621](https://github.com/angular/components/pull/25621)) |
| [65af24ee53](https://github.com/angular/components/commit/65af24ee53c7a23f6005ec807bb8c1407368de71) | fix | **menu:** don't prevent default enter and space actions ([#25591](https://github.com/angular/components/pull/25591)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [b3e35f3be4](https://github.com/angular/components/commit/b3e35f3be43bee79e8e368d0e753130bce07d70c) | fix | **datepicker:** restore focus after closing animation ([#25567](https://github.com/angular/components/pull/25567)) |
## Special Thanks
Kristiyan Kostadinov and Paul Gschwendtner

<!-- CHANGELOG SPLIT MARKER -->

<a name="14.2.1"></a>
# 14.2.1 "carbon-candle" (2022-09-07)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "14.2.1",
"version": "14.2.2",
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/common": "^14.2.0",
Expand Down

0 comments on commit 3db4fe6

Please sign in to comment.