Skip to content

Commit 3c289d4

Browse files
committed
release: cut the v15.1.1 release
1 parent 0fc52fc commit 3c289d4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="15.1.1"></a>
2+
# 15.1.1 "purple-plush" (2023-01-18)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0fc52fca6](https://github.com/angular/components/commit/0fc52fca68e477588c525d1d2e9ba56415eb27ce) | fix | **schematics:** don't migrate unknown stylesheet formats ([#26450](https://github.com/angular/components/pull/26450)) |
7+
| [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)) |
8+
| [072d6d036](https://github.com/angular/components/commit/072d6d03605c71def61bb0f249761a79efa9ed5e) | fix | **slider:** Use non-deprecated theme key ([#26378](https://github.com/angular/components/pull/26378)) |
9+
## Special Thanks
10+
Alan Agius, Alka Vats, Kevin Vizcarra, Kristiyan Kostadinov and Paul Gschwendtner
11+
12+
<!-- CHANGELOG SPLIT MARKER -->
13+
114
<a name="15.1.0"></a>
215
# 15.1.0 "silk-sandal" (2023-01-11)
316
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "15.1.0",
57+
"version": "15.1.1",
5858
"dependencies": {
5959
"@angular/animations": "^15.1.0",
6060
"@angular/common": "^15.1.0",

0 commit comments

Comments
 (0)