Skip to content

Commit 520343f

Browse files
committed
release: cut the v17.0.0-rc.1 release
1 parent 054841c commit 520343f

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.1"></a>
2+
# 17.0.0-rc.1 "transparent-table" (2023-10-25)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [215b92ae2](https://github.com/angular/components/commit/215b92ae2ec8326f4265693b5168a2837d59e618) | fix | **checkbox:** add aria-checked ([#27970](https://github.com/angular/components/pull/27970)) |
7+
| [c6fa905dd](https://github.com/angular/components/commit/c6fa905dd489b7a1b66c8a91efd68cdc07efed86) | fix | **divider:** move unthemable tokens to theme mixin ([#27881](https://github.com/angular/components/pull/27881)) |
8+
| [0ac19114c](https://github.com/angular/components/commit/0ac19114cdcbd2c874c7d93ef8b9234d0a42d0ce) | fix | **form-field:** move unthemable tokens to theme mixin ([#27887](https://github.com/angular/components/pull/27887)) |
9+
| [041a71b87](https://github.com/angular/components/commit/041a71b87a16a40de3307ed7bc9e97a6020d2433) | fix | **schematics:** Create a schematic to add the base theme dimension ([#27964](https://github.com/angular/components/pull/27964)) |
10+
### multiple
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [a3f9ca14b](https://github.com/angular/components/commit/a3f9ca14ba57a8e39f65858066b8681908f46590) | perf | switch to built-in control flow ([#27987](https://github.com/angular/components/pull/27987)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="17.0.0-rc.0"></a>
218
# 17.0.0-rc.0 "chalk-cobwebs" (2023-10-18)
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.0",
58+
"version": "17.0.0-rc.1",
5959
"dependencies": {
6060
"@angular/animations": "^17.0.0-rc.0",
6161
"@angular/common": "^17.0.0-rc.0",

0 commit comments

Comments
 (0)