Skip to content

Commit acda4c1

Browse files
authored
release: cut the v12.2.12 release (#23841)
1 parent 37c39ed commit acda4c1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="12.2.12"></a>
2+
# 12.2.12 "silk-shoe" (2021-10-27)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [d8c84d608](https://github.com/angular/components/commit/d8c84d60814adc094d48a65b6e853abab11a6239) | fix | **icon:** disable text selection ([#23730](https://github.com/angular/components/pull/23730)) |
11+
## Special Thanks
12+
Kristiyan Kostadinov, Paul Gschwendtner and Sergey Vakhramov
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="12.2.11"></a>
217
# 12.2.11 "wood-doll" (2021-10-20)
318
### cdk
@@ -4525,4 +4540,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
45254540

45264541
# Changes Prior to 7.0.0
45274542

4528-
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
4543+
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.11",
53+
"version": "12.2.12",
5454
"dependencies": {
5555
"@angular/animations": "12.2.2",
5656
"@angular/common": "12.2.2",

0 commit comments

Comments
 (0)