Skip to content

Commit 9fcc7a4

Browse files
committed
release: cut the v15.2.0-rc.0 release
1 parent 26f0cce commit 9fcc7a4

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.2.0-rc.0"></a>
2+
# 15.2.0-rc.0 "sterlingsilver-whale" (2023-02-16)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [664100474](https://github.com/angular/components/commit/664100474290b5c9c21df2dd767a9c3e8a522978) | fix | **core:** Fix legacy prebuilt themes export ([#26624](https://github.com/angular/components/pull/26624)) |
7+
| [a9a169cee](https://github.com/angular/components/commit/a9a169cee306d10f169afd02fec1481cdc67db6b) | fix | **radio:** input not focused when clicking on touch target ([#26618](https://github.com/angular/components/pull/26618)) |
8+
| [6d89b9de0](https://github.com/angular/components/commit/6d89b9de0592a5a0ee60b15e72b89188a53d5a66) | fix | **slider:** make valueChange emit only on change and not on input ([#26535](https://github.com/angular/components/pull/26535)) |
9+
## Special Thanks
10+
Kai Schönberger, Kristiyan Kostadinov, Lukáš Matta, Miles Malerba, Wagner Maciel, Zach Arend and ᚷᛁᛟᚱᚷᛁ ᛒᚨᛚᚨᚲᚻᚨᛞᛉᛖ
11+
12+
<!-- CHANGELOG SPLIT MARKER -->
13+
114
<a name="15.1.5"></a>
215
# 15.1.5 "highdensityfoam-pelican" (2023-02-16)
316
### material

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.2.0-next.4",
57+
"version": "15.2.0-rc.0",
5858
"dependencies": {
5959
"@angular/animations": "^15.2.0-rc.0",
6060
"@angular/common": "^15.2.0-rc.0",

0 commit comments

Comments
 (0)