Skip to content

Commit c5b59bd

Browse files
committed
release: cut the v15.2.0-next.2 release
1 parent 78343e6 commit c5b59bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="15.2.0-next.2"></a>
2+
# 15.2.0-next.2 "brass-bottle" (2023-01-25)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [434ec52c8](https://github.com/angular/components/commit/434ec52c8de5c714e458ae12514e5b43c6977933) | fix | **core:** top-level font family not copied when converting between typography formats ([#26471](https://github.com/angular/components/pull/26471)) |
7+
| [5f146901e](https://github.com/angular/components/commit/5f146901e38e08b62d96f20fbb552064c3de2f49) | fix | **core:** use Platform to check whether to run theming check ([#26477](https://github.com/angular/components/pull/26477)) |
8+
| [834e865d4](https://github.com/angular/components/commit/834e865d48cac7abe3c4316b83591321d6baf5a5) | fix | **schematics:** add string literal check ([#26475](https://github.com/angular/components/pull/26475)) |
9+
| [f56bd5c24](https://github.com/angular/components/commit/f56bd5c243ff96eca5c72428cb6ac54764e01844) | fix | **schematics:** improve logging of mdc-migration ts migrator ([#26377](https://github.com/angular/components/pull/26377)) |
10+
## Special Thanks
11+
Kristiyan Kostadinov, Thomas Chandelle and Wagner Maciel
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
115
<a name="15.1.2"></a>
216
# 15.1.2 "arsenic-angel" (2023-01-25)
317
### 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.1",
57+
"version": "15.2.0-next.2",
5858
"dependencies": {
5959
"@angular/animations": "^15.1.0",
6060
"@angular/common": "^15.1.0",

0 commit comments

Comments
 (0)