Skip to content

Commit 47b60b7

Browse files
authored
release: cut the v12.2.5 release (#23550)
1 parent 45745b6 commit 47b60b7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="12.2.5"></a>
2+
# 12.2.5 "copper-duckling" (2021-09-08)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [eeac3e647](https://github.com/angular/components/commit/eeac3e647992f9e7e7af26d965da5cee479a9433) | fix | **chips:** error if selected value is accessed too early ([#23419](https://github.com/angular/components/pull/23419)) |
7+
| [2a68fa8d7](https://github.com/angular/components/commit/2a68fa8d705c976af12127e99336074a48f2dc0d) | fix | **autocomplete:** don't emit optionActivated event when option is reset ([#23437](https://github.com/angular/components/pull/23437)) |
8+
| [03c033fdc](https://github.com/angular/components/commit/03c033fdcc9e83c3a84bf31b1a5b5b8a964842c2) | fix | **tabs:** fix contentTabIndex input type ([#23413](https://github.com/angular/components/pull/23413)) |
9+
## Special Thanks
10+
Brandon Yanofsky, Daniil Rabizo, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend
11+
12+
113
<a name="12.2.4"></a>
214
# 12.2.4 "pulp-porpoise" (2021-09-01)
315
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tsc": "node ./node_modules/typescript/bin/tsc",
5252
"prepare": "husky install"
5353
},
54-
"version": "12.2.4",
54+
"version": "12.2.5",
5555
"dependencies": {
5656
"@angular/animations": "12.2.2",
5757
"@angular/common": "12.2.2",

0 commit comments

Comments
 (0)