Skip to content

Commit b23878e

Browse files
committed
release: cut the v14.1.3 release
1 parent b9f09aa commit b23878e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="14.1.3"></a>
2+
# 14.1.3 "rubber-chicken" (2022-08-19)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [f661a9300e](https://github.com/angular/components/commit/f661a9300ec78a4914dbe29dbc4b9275ef2e3758) | fix | **dialog:** fall back to node injector token doesn't exist in template injector ([#25406](https://github.com/angular/components/pull/25406)) |
7+
| [b9f09aa741](https://github.com/angular/components/commit/b9f09aa741cbddb9cb81ecd9960860de082813b5) | fix | **overlay:** backdropClass type mismatch ([#25487](https://github.com/angular/components/pull/25487)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [d1ef7e23c6](https://github.com/angular/components/commit/d1ef7e23c633886ce5e8082e85dc7f7424c9b997) | fix | **button-toggle:** toggle name falling out of sync if name changes ([#24713](https://github.com/angular/components/pull/24713)) |
12+
| [19df7cf940](https://github.com/angular/components/commit/19df7cf940aa21ffd6c083bbdd8721329ced392d) | fix | **expansion:** fix lint issue ([#25469](https://github.com/angular/components/pull/25469)) |
13+
### expansion
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [b1450b1cb5](https://github.com/angular/components/commit/b1450b1cb52c041f0e01d4b00139e54380a8d102) | fix | fix expansion `.mat-expansion-panel-header` styles ([#20019](https://github.com/angular/components/pull/20019)) |
17+
## Special Thanks
18+
Andrew Seguin, Dmitrii Kuzmin, Kristiyan Kostadinov, ko-tori and swseverance
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="14.1.2"></a>
223
# 14.1.2 "cedar-cicada" (2022-08-11)
324
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "14.1.2",
57+
"version": "14.1.3",
5858
"dependencies": {
5959
"@angular/animations": "^14.0.1",
6060
"@angular/common": "^14.0.1",

0 commit comments

Comments
 (0)