Skip to content

Commit cbfbf0c

Browse files
authored
release: cut the v12.2.9 release (#23698)
1 parent 8518920 commit cbfbf0c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="12.2.9"></a>
2+
# 12.2.9 "cobblestone-wind" (2021-10-06)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [85189204ac](https://github.com/angular/components/commit/85189204acdba761675720bcac222f70b7011dd4) | fix | **drag-drop:** error when preview is destroyed before animation completes ([#23662](https://github.com/angular/components/pull/23662)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [544423b227](https://github.com/angular/components/commit/544423b2276529da466e324b97e5410b2b3f320c) | fix | **core:** sanity checks not disabled for node-based test environments ([#23636](https://github.com/angular/components/pull/23636)) |
11+
| [9056d95e28](https://github.com/angular/components/commit/9056d95e282e50add51ace86f68acfb50f559f2e) | fix | **stepper:** add text for screen readers to indicate when step is complete or editable ([#23519](https://github.com/angular/components/pull/23519)) |
12+
### material-experimental
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [b72c17759b](https://github.com/angular/components/commit/b72c17759bf37b23c9129f25bcef5cb96df04835) | fix | **mdc-menu:** Use body1 typography for menu content ([#23657](https://github.com/angular/components/pull/23657)) |
16+
## Special Thanks
17+
Amy Sorto, Kristiyan Kostadinov, Miles Malerba and Вася
18+
19+
<!-- CHANGELOG SPLIT MARKER -->
20+
121
<a name="12.2.8"></a>
222
# 12.2.8 "plastic-plant" (2021-09-29)
323
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsc": "node ./node_modules/typescript/bin/tsc",
5151
"prepare": "husky install"
5252
},
53-
"version": "12.2.8",
53+
"version": "12.2.9",
5454
"dependencies": {
5555
"@angular/animations": "12.2.2",
5656
"@angular/common": "12.2.2",

0 commit comments

Comments
 (0)