Skip to content

Commit d56d9ba

Browse files
committed
release: cut the v15.2.0-next.1 release
1 parent 9a0018d commit d56d9ba

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="15.2.0-next.1"></a>
2+
# 15.2.0-next.1 "pavement-payphone" (2023-01-18)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [62bd54e8e](https://github.com/angular/components/commit/62bd54e8ed4b55308e8b834515456a07951627b0) | feat | **testing:** add method to set the text of an element |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [b42650c88](https://github.com/angular/components/commit/b42650c88c148f722def987d0834e06dcde135b7) | feat | **chips:** add test harness support for edit input |
11+
| [46cfbe566](https://github.com/angular/components/commit/46cfbe566ab99207c3951c6c86aed20f65d925a6) | fix | **core:** add checkmark for single-select ([#25962](https://github.com/angular/components/pull/25962)) |
12+
| [3038d72ac](https://github.com/angular/components/commit/3038d72acbd7a8691e80ebbcc083449dace4aef4) | fix | **schematics:** don't migrate unknown stylesheet formats ([#26450](https://github.com/angular/components/pull/26450)) |
13+
| [6391fc189](https://github.com/angular/components/commit/6391fc189ae2a94443659e303da32ce391512dd1) | fix | **slider:** Use non-deprecated theme key ([#26378](https://github.com/angular/components/pull/26378)) |
14+
## Special Thanks
15+
Alan Agius, Alka Vats, Kevin Vizcarra, Kristiyan Kostadinov and Zach Arend
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="15.1.1"></a>
220
# 15.1.1 "purple-plush" (2023-01-18)
321
### 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.0",
57+
"version": "15.2.0-next.1",
5858
"dependencies": {
5959
"@angular/animations": "^15.1.0",
6060
"@angular/common": "^15.1.0",

0 commit comments

Comments
 (0)