Skip to content

Commit

Permalink
release: cut the v17.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed Jan 31, 2024
1 parent 4c62414 commit c071564
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="17.1.2"></a>
# 17.1.2 "acrylic-aquarium" (2024-01-31)
### material
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
| [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)) |
| [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)) |
| [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)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.1"></a>
# 17.1.1 "plastic-mug" (2024-01-25)
### material
Expand Down Expand Up @@ -4062,4 +4074,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 @@ -56,7 +56,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "17.1.1",
"version": "17.1.2",
"dependencies": {
"@angular/animations": "^17.1.0-next.5",
"@angular/common": "^17.1.0-next.5",
Expand Down

0 comments on commit c071564

Please sign in to comment.