Skip to content

Commit c071564

Browse files
committed
release: cut the v17.1.2 release
1 parent 4c62414 commit c071564

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="17.1.2"></a>
2+
# 17.1.2 "acrylic-aquarium" (2024-01-31)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [8675ae2436](https://github.com/angular/components/commit/8675ae24368dbf904176f1813ed0d8945e145fa5) | fix | **form-field:** insufficient color contrast text to input fill ([#28274](https://github.com/angular/components/pull/28274)) |
7+
| [b6a9ac8214](https://github.com/angular/components/commit/b6a9ac8214a19b31776e73d56c811663c712b1e3) | fix | **schematics:** import async animations and remove deprecated function usages ([#28481](https://github.com/angular/components/pull/28481)) |
8+
| [251293f950](https://github.com/angular/components/commit/251293f9502d8dbe39a3dc2c2399082ffeea2d49) | fix | **slide-toggle:** Emit token values under current selector or root ([#28390](https://github.com/angular/components/pull/28390)) |
9+
| [9e02a1135b](https://github.com/angular/components/commit/9e02a1135bd108a3443e796f6c19385bce963495) | fix | **slider:** error if slider is destroyed before first change detection ([#28494](https://github.com/angular/components/pull/28494)) |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="17.1.1"></a>
214
# 17.1.1 "plastic-mug" (2024-01-25)
315
### material
@@ -4062,4 +4074,4 @@ _Breaking changes:_
40624074

40634075
# Changes Prior to 12.0.0
40644076

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).
4077+
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.1",
59+
"version": "17.1.2",
6060
"dependencies": {
6161
"@angular/animations": "^17.1.0-next.5",
6262
"@angular/common": "^17.1.0-next.5",

0 commit comments

Comments
 (0)