Skip to content

Commit 05df9ba

Browse files
committed
release: cut the v15.1.2 release
1 parent 9ac46d8 commit 05df9ba

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.1.2"></a>
2+
# 15.1.2 "arsenic-angel" (2023-01-25)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [4f2767fb0](https://github.com/angular/components/commit/4f2767fb0b0e7fe93dd9a798f6557c6449afa2eb) | fix | **core:** top-level font family not copied when converting between typography formats ([#26471](https://github.com/angular/components/pull/26471)) |
7+
| [419c73871](https://github.com/angular/components/commit/419c73871bbd0de4475e2f3ae1e7deb9005f5da6) | fix | **core:** use Platform to check whether to run theming check ([#26477](https://github.com/angular/components/pull/26477)) |
8+
| [9ac46d80e](https://github.com/angular/components/commit/9ac46d80ea02f61515b14ea6badd7502b224e384) | fix | **schematics:** add string literal check ([#26475](https://github.com/angular/components/pull/26475)) |
9+
| [8465f9ec5](https://github.com/angular/components/commit/8465f9ec5ce1103e5e7b31bc3096a2abdafcb5c7) | 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.1"></a>
216
# 15.1.1 "purple-plush" (2023-01-18)
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.1.1",
57+
"version": "15.1.2",
5858
"dependencies": {
5959
"@angular/animations": "^15.1.0",
6060
"@angular/common": "^15.1.0",

0 commit comments

Comments
 (0)