Skip to content

Commit

Permalink
release: cut the v17.0.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed Oct 18, 2023
1 parent b9204d3 commit 7566715
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="17.0.0-rc.0"></a>
# 17.0.0-rc.0 "chalk-cobwebs" (2023-10-18)
### material
| Commit | Type | Description |
| -- | -- | -- |
| [74d1be62e2](https://github.com/angular/components/commit/74d1be62e2940e123aa38e1b645815fbd3eca8a9) | fix | **button:** align prefixes with MDC ([#27936](https://github.com/angular/components/pull/27936)) |
| [1d101590ac](https://github.com/angular/components/commit/1d101590ac3574f6cb77433c30daf2d0f11f04c4) | fix | **button:** buttons in toolbars ([#27948](https://github.com/angular/components/pull/27948)) |
| [afceed2a56](https://github.com/angular/components/commit/afceed2a563b9931097a72f1da12896e49fa6fe3) | fix | **expansion:** move unthemable tokens to theme mixin ([#27885](https://github.com/angular/components/pull/27885)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.0-next.7"></a>
# 17.0.0-next.7 "metal-napkin" (2023-10-11)
## Breaking Changes
Expand Down Expand Up @@ -3876,4 +3887,4 @@ _Breaking changes:_

# Changes Prior to 12.0.0

To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "17.0.0-next.7",
"version": "17.0.0-rc.0",
"dependencies": {
"@angular/animations": "^17.0.0-next.6",
"@angular/common": "^17.0.0-next.6",
Expand Down

0 comments on commit 7566715

Please sign in to comment.