Skip to content

Commit 3db4fe6

Browse files
committed
release: cut the v14.2.2 release
1 parent 1b5ae4b commit 3db4fe6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="14.2.2"></a>
2+
# 14.2.2 "cytoplasm-salmon" (2022-09-14)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
| [eb5f79bb7b](https://github.com/angular/components/commit/eb5f79bb7b2660a1e007aa82ddceb5c33aa7acac) | fix | **listbox:** error with multiple preselected values ([#25621](https://github.com/angular/components/pull/25621)) |
8+
| [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)) |
9+
### material
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [b3e35f3be4](https://github.com/angular/components/commit/b3e35f3be43bee79e8e368d0e753130bce07d70c) | fix | **datepicker:** restore focus after closing animation ([#25567](https://github.com/angular/components/pull/25567)) |
13+
## Special Thanks
14+
Kristiyan Kostadinov and Paul Gschwendtner
15+
16+
<!-- CHANGELOG SPLIT MARKER -->
17+
118
<a name="14.2.1"></a>
219
# 14.2.1 "carbon-candle" (2022-09-07)
320
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "14.2.1",
57+
"version": "14.2.2",
5858
"dependencies": {
5959
"@angular/animations": "^14.2.0",
6060
"@angular/common": "^14.2.0",

0 commit comments

Comments
 (0)