Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to "v17.2.0-next.1" with changelog. #28515

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="17.2.0-next.1"></a>
# 17.2.0-next.1 "resin-rings" (2024-01-31)
### material
| Commit | Type | Description |
| -- | -- | -- |
| [0a1c8eedb4](https://github.com/angular/components/commit/0a1c8eedb45c3e24247539abe489ea835d19a0d7) | fix | **chips:** Tokenize chip outline and disabled opacity ([#28488](https://github.com/angular/components/pull/28488)) |
| [82ecf0d24a](https://github.com/angular/components/commit/82ecf0d24aabbb156463903c45667a10b5606a79) | fix | **form-field:** insufficient color contrast text to input fill ([#28274](https://github.com/angular/components/pull/28274)) |
| [2d43f93fe4](https://github.com/angular/components/commit/2d43f93fe4beb8bfd27fd7a48e3e811e11f99bcc) | fix | **slide-toggle:** Emit token values under current selector or root ([#28390](https://github.com/angular/components/pull/28390)) |
| [41766330b6](https://github.com/angular/components/commit/41766330b6993628dc511bf8595b8d58dd495c22) | fix | **slider:** error if slider is destroyed before first change detection ([#28494](https://github.com/angular/components/pull/28494)) |
### material-experimental
| Commit | Type | Description |
| -- | -- | -- |
| [93f3421538](https://github.com/angular/components/commit/93f3421538118ef9187c2bcd4a2aec24a8fcfc01) | fix | **theming:** incorrect track color for alternate progress bar palettes ([#28484](https://github.com/angular/components/pull/28484)) |
| [5f1a7ea1ee](https://github.com/angular/components/commit/5f1a7ea1ee6eecc5b4e2b3fd52445e5adb5911a6) | fix | **theming:** resolve M3 issues in mat-option ([#28482](https://github.com/angular/components/pull/28482)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.1.2"></a>
# 17.1.2 "acrylic-aquarium" (2024-01-31)
### material
Expand Down
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.2.0-next.0",
"version": "17.2.0-next.1",
"dependencies": {
"@angular/animations": "^17.1.0",
"@angular/common": "^17.1.0",
Expand Down
Loading