Skip to content

Commit 2578305

Browse files
committed
release: cut the v17.1.1 release
1 parent ed0a7aa commit 2578305

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="17.1.1"></a>
2+
# 17.1.1 "plastic-mug" (2024-01-25)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [739b841bbc](https://github.com/angular/components/commit/739b841bbc478c1f393d2945cc40c9fc216cf211) | fix | **badge:** move structural styles out of theme ([#28452](https://github.com/angular/components/pull/28452)) |
7+
| [9e7fe24494](https://github.com/angular/components/commit/9e7fe24494add34341062ab9ba3fd1160adc3830) | fix | **core:** fix mat-error not rendering with Closure Compiler ([#28405](https://github.com/angular/components/pull/28405)) |
8+
| [90456b0d4c](https://github.com/angular/components/commit/90456b0d4c0acf1eab096509a9e68b7472a0cc62) | fix | **dialog:** scale animation not working ([#28449](https://github.com/angular/components/pull/28449)) |
9+
| [ed0a7aaa43](https://github.com/angular/components/commit/ed0a7aaa4379c18afde630518aa366beb5cd2317) | fix | **slide-toggle:** move state-layer-size token ([#28397](https://github.com/angular/components/pull/28397)) |
10+
| [ab2ceab21c](https://github.com/angular/components/commit/ab2ceab21c7e2c4508c21280b261bcaec4cc627b) | fix | **slide-toggle:** use css var for disabled label color ([#28471](https://github.com/angular/components/pull/28471)) |
11+
### material-experimental
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [d7f26c3342](https://github.com/angular/components/commit/d7f26c334288caecc86c378214282fbae8c46465) | fix | **theming:** align form field icons with M3 ([#28463](https://github.com/angular/components/pull/28463)) |
15+
### multiple
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [4c83ea8ef8](https://github.com/angular/components/commit/4c83ea8ef830d9a409f72c09a27d7a6069928558) | fix | import ANIMATION_MODULE_TYPE from core ([#28459](https://github.com/angular/components/pull/28459)) |
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="17.1.0"></a>
223
# 17.1.0 "metal-table" (2024-01-17)
324
### cdk
@@ -4041,4 +4062,4 @@ _Breaking changes:_
40414062

40424063
# Changes Prior to 12.0.0
40434064

4044-
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
4065+
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
@@ -56,7 +56,7 @@
5656
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5757
"prepare": "husky install"
5858
},
59-
"version": "17.1.0",
59+
"version": "17.1.1",
6060
"dependencies": {
6161
"@angular/animations": "^17.1.0-next.5",
6262
"@angular/common": "^17.1.0-next.5",

0 commit comments

Comments
 (0)