Skip to content

Commit 86e95e1

Browse files
committed
release: cut the v14.2.0-rc.0 release
1 parent 0ba8c75 commit 86e95e1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="14.2.0-rc.0"></a>
2+
# 14.2.0-rc.0 "plastic-duck" (2022-08-19)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0fb2e9a5f7](https://github.com/angular/components/commit/0fb2e9a5f7e5cc19540977ec665c686f51c8ad9b) | feat | **listbox:** add listbox to cdk ([#25380](https://github.com/angular/components/pull/25380)) ([#25474](https://github.com/angular/components/pull/25474)) |
7+
| [200556ea96](https://github.com/angular/components/commit/200556ea9604cc7cd25ef807dd5f20181c700302) | fix | **dialog:** fall back to node injector token doesn't exist in template injector ([#25406](https://github.com/angular/components/pull/25406)) |
8+
| [0ba8c759fe](https://github.com/angular/components/commit/0ba8c759fe15e2f2ce876ae1eb28b032692262dd) | fix | **overlay:** backdropClass type mismatch ([#25487](https://github.com/angular/components/pull/25487)) |
9+
### material
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [b20876d86b](https://github.com/angular/components/commit/b20876d86b5d0650cc8079411a73fe7e5d8312b0) | fix | **button-toggle:** toggle name falling out of sync if name changes ([#24713](https://github.com/angular/components/pull/24713)) |
13+
| [ab8f6fead4](https://github.com/angular/components/commit/ab8f6fead478dbbea2a59ccb66b0fcecf302271d) | fix | **expansion:** fix lint issue ([#25469](https://github.com/angular/components/pull/25469)) |
14+
### expansion
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [27bf7e93a1](https://github.com/angular/components/commit/27bf7e93a1ab319a3d4dfbc903e7705e1787e4e3) | fix | fix expansion `.mat-expansion-panel-header` styles ([#20019](https://github.com/angular/components/pull/20019)) |
18+
## Special Thanks
19+
Andrew Seguin, Dmitrii Kuzmin, Kristiyan Kostadinov, Miles Malerba, ko-tori and swseverance
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="14.2.0-next.2"></a>
224
# 14.2.0-next.2 "maple-mantis" (2022-08-11)
325
### 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.2.0-next.2",
57+
"version": "14.2.0-rc.0",
5858
"dependencies": {
5959
"@angular/animations": "^14.0.1",
6060
"@angular/common": "^14.0.1",

0 commit comments

Comments
 (0)