Skip to content

Commit 00dc084

Browse files
committed
release: cut the v15.2.2 release
1 parent 99dac08 commit 00dc084

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="15.2.2"></a>
2+
# 15.2.2 "topaz-toast" (2023-03-08)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [e7612c747](https://github.com/angular/components/commit/e7612c747cd75e16f1c36090bb152285c8046d3c) | fix | **chips:** unable to shift + tab out of a chip set ([#26727](https://github.com/angular/components/pull/26727)) |
7+
| [1bf2fc2e1](https://github.com/angular/components/commit/1bf2fc2e12a1bc4c07b6a88634d599ee00431016) | fix | **core:** mat-option sets aria-selected="false" ([#26673](https://github.com/angular/components/pull/26673)) |
8+
| [9473b1688](https://github.com/angular/components/commit/9473b1688aeaa61ded53a2ee56fd3a61b91ffd2b) | fix | **datepicker:** resolve server-side rendering error ([#26742](https://github.com/angular/components/pull/26742)) |
9+
| [99dac0835](https://github.com/angular/components/commit/99dac0835ac71bf381dca66120bb89f78c01e7ee) | fix | **paginator:** opt-out of single-selection indicator ([#26746](https://github.com/angular/components/pull/26746)) |
10+
| [ec824f1f7](https://github.com/angular/components/commit/ec824f1f75232f88892a2dda02f925e28d29a6ad) | fix | **snack-bar:** live region not working when modal is open ([#26725](https://github.com/angular/components/pull/26725)) |
11+
### cdk-experimental
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [e1c8fe85b](https://github.com/angular/components/commit/e1c8fe85bdf81dd84d79d40c24e62d3a2f9f8968) | fix | **scrolling:** throw error rather than string ([#26736](https://github.com/angular/components/pull/26736)) |
15+
## Special Thanks
16+
Kristiyan Kostadinov, RuoJia123 and Zach Arend
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
120
<a name="15.2.1"></a>
221
# 15.2.1 "silicone-soliloquy" (2023-03-01)
322
## Breaking Changes

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": "15.2.1",
57+
"version": "15.2.2",
5858
"dependencies": {
5959
"@angular/animations": "^15.2.0-rc.0",
6060
"@angular/common": "^15.2.0-rc.0",

0 commit comments

Comments
 (0)