Skip to content

Commit 8c940be

Browse files
committed
release: cut the v15.2.1 release
1 parent a87735e commit 8c940be

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="15.2.1"></a>
2+
# 15.2.1 "silicone-soliloquy" (2023-03-01)
3+
## Breaking Changes
4+
###
5+
- the description for body-1 and body-2 has changed
6+
### material
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
| [9a57674fea](https://github.com/angular/components/commit/9a57674feae46a26a086b3b8e6abb38c54e95118) | fix | **chips:** allow attribute selectors for chips ([#26683](https://github.com/angular/components/pull/26683)) |
10+
| [fdf1dc4b07](https://github.com/angular/components/commit/fdf1dc4b07c3044140d5f38634d716b6f58824fc) | fix | **chips:** chips should assume their minimum density rather than error for small densities ([#26688](https://github.com/angular/components/pull/26688)) |
11+
| [d61443b62d](https://github.com/angular/components/commit/d61443b62d30eda39d1d8f3ef896991d618569f8) | fix | **chips:** remove spans from top level of component ([#26689](https://github.com/angular/components/pull/26689)) |
12+
| [5e67c1a345](https://github.com/angular/components/commit/5e67c1a345a2829dd53bdb82a60f90f448d5bc96) | fix | **chips:** styling not updating when actions are removed ([#26696](https://github.com/angular/components/pull/26696)) |
13+
| [a87735e4ba](https://github.com/angular/components/commit/a87735e4bacd5f6abc4c8933c8198ce984df0f33) | fix | **list:** add disabled attribute for mat-list-item buttons ([#26672](https://github.com/angular/components/pull/26672)) |
14+
| [54d157f3d2](https://github.com/angular/components/commit/54d157f3d2b629d6e025ab92edfd64172a81decd) | fix | **schematics:** migrate to mdc components selectively bug ([#26427](https://github.com/angular/components/pull/26427)) |
15+
| [4338e5ee57](https://github.com/angular/components/commit/4338e5ee5724a28a434f2d04d3e1f29d43c4a0b3) | fix | **snack-bar:** misaligned lines on safari for long messages ([#26692](https://github.com/angular/components/pull/26692)) |
16+
###
17+
| Commit | Type | Description |
18+
| -- | -- | -- |
19+
| [b71fa77f7d](https://github.com/angular/components/commit/b71fa77f7da620fa10dee32503c772758b15413f) | docs | reverse body-1 and body-2 typography description ([#26330](https://github.com/angular/components/pull/26330)) |
20+
## Special Thanks
21+
Hamza jayri, Kristiyan Kostadinov, Matthieu Riegler, Miles Malerba, OneSidedPrism, VICTORIA JOHNSON and llorenspujol
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="15.2.0"></a>
226
# 15.2.0 "sodalite-soda" (2023-02-22)
327
### 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.2.0",
57+
"version": "15.2.1",
5858
"dependencies": {
5959
"@angular/animations": "^15.2.0-rc.0",
6060
"@angular/common": "^15.2.0-rc.0",

0 commit comments

Comments
 (0)