Skip to content

Commit 284abb7

Browse files
committed
release: cut the v17.0.0-rc.2 release
1 parent f61b49d commit 284abb7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="17.0.0-rc.2"></a>
2+
# 17.0.0-rc.2 "beryllium-brilliance" (2023-11-01)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [b361de136b](https://github.com/angular/components/commit/b361de136b40377ce07430f9f2cf8111ffd300ca) | fix | **accordion:** add `CDK_ACCORDION` export ([#27981](https://github.com/angular/components/pull/27981)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [fcaa95e695](https://github.com/angular/components/commit/fcaa95e6955d05773037650f48eb50efc445b24c) | fix | **core:** prevent updates to v17 if project uses legacy components ([#28024](https://github.com/angular/components/pull/28024)) |
11+
| [c4a62a884f](https://github.com/angular/components/commit/c4a62a884f9eabeacdfd299a91deccc9003fc34c) | fix | **dialog:** MatDialog: change member _dialog (cdk) from private to protected ([#28019](https://github.com/angular/components/pull/28019)) ([#28020](https://github.com/angular/components/pull/28020)) |
12+
| [7a42a5de98](https://github.com/angular/components/commit/7a42a5de9888fcd2dc459c3887a167860d0726fd) | fix | **schematics:** account for browser-esbuild builder ([#28025](https://github.com/angular/components/pull/28025)) |
13+
| [9fe4fe1f54](https://github.com/angular/components/commit/9fe4fe1f54f8dab72d4291e2dbee96dc8ade62b6) | fix | **schematics:** don't add the preconnect for fonts ([#28026](https://github.com/angular/components/pull/28026)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="17.0.0-rc.1"></a>
218
# 17.0.0-rc.1 "transparent-table" (2023-10-25)
319
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5656
"prepare": "husky install"
5757
},
58-
"version": "17.0.0-rc.1",
58+
"version": "17.0.0-rc.2",
5959
"dependencies": {
6060
"@angular/animations": "^17.0.0-rc.0",
6161
"@angular/common": "^17.0.0-rc.0",

0 commit comments

Comments
 (0)