diff --git a/CHANGELOG.md b/CHANGELOG.md index f56fcd44e6c5..5538256fa4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# 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 + + + # 14.2.1 "carbon-candle" (2022-09-07) ### cdk diff --git a/package.json b/package.json index 85a1a1f48170..74ba5d184a73 100644 --- a/package.json +++ b/package.json @@ -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",