Skip to content

Commit

Permalink
release: cut the v12.2.12 release (#23841)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Oct 27, 2021
1 parent 37c39ed commit acda4c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="12.2.12"></a>
# 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

<!-- CHANGELOG SPLIT MARKER -->

<a name="12.2.11"></a>
# 12.2.11 "wood-doll" (2021-10-20)
### cdk
Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit acda4c1

Please sign in to comment.