Skip to content

Commit 34d6258

Browse files
committed
release: cut the v17.0.0-rc.0 release
1 parent b9204d3 commit 34d6258

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="17.0.0-rc.0"></a>
2+
# 17.0.0-rc.0 "chalk-cobwebs" (2023-10-18)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [74d1be62e2](https://github.com/angular/components/commit/74d1be62e2940e123aa38e1b645815fbd3eca8a9) | fix | **button:** align prefixes with MDC ([#27936](https://github.com/angular/components/pull/27936)) |
7+
| [1d101590ac](https://github.com/angular/components/commit/1d101590ac3574f6cb77433c30daf2d0f11f04c4) | fix | **button:** buttons in toolbars ([#27948](https://github.com/angular/components/pull/27948)) |
8+
| [afceed2a56](https://github.com/angular/components/commit/afceed2a563b9931097a72f1da12896e49fa6fe3) | fix | **expansion:** move unthemable tokens to theme mixin ([#27885](https://github.com/angular/components/pull/27885)) |
9+
10+
<!-- CHANGELOG SPLIT MARKER -->
11+
112
<a name="17.0.0-next.7"></a>
213
# 17.0.0-next.7 "metal-napkin" (2023-10-11)
314
## Breaking Changes
@@ -3876,4 +3887,4 @@ _Breaking changes:_
38763887

38773888
# Changes Prior to 12.0.0
38783889

3879-
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
3890+
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).

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-next.7",
58+
"version": "17.0.0-rc.0",
5959
"dependencies": {
6060
"@angular/animations": "^17.0.0-next.6",
6161
"@angular/common": "^17.0.0-next.6",

0 commit comments

Comments
 (0)