Skip to content

Commit f9a6e47

Browse files
committed
release: cut the v12.2.8 release
1 parent b63333b commit f9a6e47

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="12.2.8"></a>
2+
# 12.2.8 "plastic-plant" (2021-09-29)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [6b7116902b](https://github.com/angular/components/commit/6b7116902b8148805acde968d7d5460a206a9649) | fix | **badge:** correctly apply badge description ([#23562](https://github.com/angular/components/pull/23562)) |
7+
| [1c26ae8e8c](https://github.com/angular/components/commit/1c26ae8e8cd33ecb67d19e17a7eb3bdc92fee5f2) | fix | **expansion:** fix header border in high contrast mode ([#23613](https://github.com/angular/components/pull/23613)) |
8+
| [b026b4ed74](https://github.com/angular/components/commit/b026b4ed749fa747d5dcddb3d4b1567806d03af6) | fix | **stepper:** add styling to stepper for high contrast mode ([#23526](https://github.com/angular/components/pull/23526)) |
9+
### material-experimental
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [5f9c9d4b19](https://github.com/angular/components/commit/5f9c9d4b198400f562a6e775a81602ec3ffe3832) | fix | **mdc-typography:** better mappings for 2014 to 2018 typography ([#23618](https://github.com/angular/components/pull/23618)) |
13+
## Special Thanks
14+
Amy Sorto, Jeremy Elbourn, Marco Marche, Miles Malerba and Zach Arend
15+
16+
<!-- CHANGELOG SPLIT MARKER -->
17+
118
<a name="12.2.7"></a>
219
# 12.2.7 "ceramic-cup" (2021-09-23)
320
### cdk
@@ -4446,4 +4463,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
44464463

44474464
# Changes Prior to 7.0.0
44484465

4449-
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
4466+
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).

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.7",
53+
"version": "12.2.8",
5454
"dependencies": {
5555
"@angular/animations": "12.2.2",
5656
"@angular/common": "12.2.2",

0 commit comments

Comments
 (0)