Skip to content

Commit

Permalink
release: cut the v15.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zarend committed Jan 18, 2023
1 parent 0fc52fc commit 3c289d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="15.1.1"></a>
# 15.1.1 "purple-plush" (2023-01-18)
### material
| Commit | Type | Description |
| -- | -- | -- |
| [0fc52fca6](https://github.com/angular/components/commit/0fc52fca68e477588c525d1d2e9ba56415eb27ce) | fix | **schematics:** don't migrate unknown stylesheet formats ([#26450](https://github.com/angular/components/pull/26450)) |
| [6bdc2e383](https://github.com/angular/components/commit/6bdc2e383f7edba0228eebf3185b38fdf73ed598) | fix | **select:** active class not removed from reset option when new value is assigned through form control ([#26414](https://github.com/angular/components/pull/26414)) |
| [072d6d036](https://github.com/angular/components/commit/072d6d03605c71def61bb0f249761a79efa9ed5e) | fix | **slider:** Use non-deprecated theme key ([#26378](https://github.com/angular/components/pull/26378)) |
## Special Thanks
Alan Agius, Alka Vats, Kevin Vizcarra, Kristiyan Kostadinov and Paul Gschwendtner

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.1.0"></a>
# 15.1.0 "silk-sandal" (2023-01-11)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "15.1.0",
"version": "15.1.1",
"dependencies": {
"@angular/animations": "^15.1.0",
"@angular/common": "^15.1.0",
Expand Down

0 comments on commit 3c289d4

Please sign in to comment.