From f9d2aaef757602ec9f54f7a9e54c6ebb8274a7e7 Mon Sep 17 00:00:00 2001 From: wagnermaciel Date: Wed, 27 Oct 2021 09:27:09 -0700 Subject: [PATCH] release: cut the v12.2.12 release --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ccf9d3ede0..752553599cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 12.2.12 "silk-shoe" (2021-10-27) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [6161ec622](https://github.com/angular/components/commit/6161ec62273a4455da88530633af79b93cdc387f) | fix | **portal:** write generic type for TemplateRef in the Template Portal code example ([#23818](https://github.com/angular/components/pull/23818)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [d8c84d608](https://github.com/angular/components/commit/d8c84d60814adc094d48a65b6e853abab11a6239) | fix | **icon:** disable text selection ([#23730](https://github.com/angular/components/pull/23730)) | +## Special Thanks +Kristiyan Kostadinov, Paul Gschwendtner and Sergey Vakhramov + + + # 12.2.11 "wood-doll" (2021-10-20) ### cdk @@ -4525,4 +4540,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 34ffe3d62da1..8bbab7663220 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tsc": "node ./node_modules/typescript/bin/tsc", "prepare": "husky install" }, - "version": "12.2.11", + "version": "12.2.12", "dependencies": { "@angular/animations": "12.2.2", "@angular/common": "12.2.2",