From f9a6e47a9e5c2f4b3eb20f203b2ebf7928087444 Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:24:43 +0000 Subject: [PATCH] release: cut the v12.2.8 release --- CHANGELOG.md | 19 ++++++++++++++++++- package.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d711d2b795c9..833dab590c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# 12.2.8 "plastic-plant" (2021-09-29) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [6b7116902b](https://github.com/angular/components/commit/6b7116902b8148805acde968d7d5460a206a9649) | fix | **badge:** correctly apply badge description ([#23562](https://github.com/angular/components/pull/23562)) | +| [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)) | +| [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)) | +### material-experimental +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +## Special Thanks +Amy Sorto, Jeremy Elbourn, Marco Marche, Miles Malerba and Zach Arend + + + # 12.2.7 "ceramic-cup" (2021-09-23) ### cdk @@ -4446,4 +4463,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire # Changes Prior to 7.0.0 -To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md). +To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md). \ No newline at end of file diff --git a/package.json b/package.json index 6c77b1e11c9f..37dd2620740c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tsc": "node ./node_modules/typescript/bin/tsc", "prepare": "husky install" }, - "version": "12.2.7", + "version": "12.2.8", "dependencies": { "@angular/animations": "12.2.2", "@angular/common": "12.2.2",