Skip to content

Commit 3cb649a

Browse files
committed
release: cut the v15.1.3 release
1 parent 621d175 commit 3cb649a

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="15.1.3"></a>
2+
# 15.1.3 "obsidian-organism" (2023-02-02)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [d9124166a1](https://github.com/angular/components/commit/d9124166a1203e43f1d9093db82365cbaf9b70bc) | fix | **collections:** SelectionModel does not always respect the compareWith function ([#26447](https://github.com/angular/components/pull/26447)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [621d1755df](https://github.com/angular/components/commit/621d1755dfb18be44732334d784fa0d65197dca1) | fix | **checkbox:** focus not moved to input when clicking on touch target ([#26545](https://github.com/angular/components/pull/26545)) |
11+
| [f1d83f19c9](https://github.com/angular/components/commit/f1d83f19c96152fc1cef63a869a7d0c3334be946) | fix | **dialog:** take dialog background from theme palette ([#26324](https://github.com/angular/components/pull/26324)) |
12+
| [719cff0c4d](https://github.com/angular/components/commit/719cff0c4d4b4ece24919a9e55fefe2f1483de8a) | fix | **tabs:** set color on disabled tabs ([#26319](https://github.com/angular/components/pull/26319)) |
13+
| [9efb60f6b4](https://github.com/angular/components/commit/9efb60f6b47912897a1e61e21cb64926afeed2d6) | fix | **tabs:** unable to click projected content in tab label ([#26527](https://github.com/angular/components/pull/26527)) |
14+
### google-maps
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [e48a5af71f](https://github.com/angular/components/commit/e48a5af71fdf9057b058c91338f08bb9d9ec3cf2) | fix | error if API is initialized incorrectly ([#26520](https://github.com/angular/components/pull/26520)) |
18+
## Special Thanks
19+
Alan Agius, Aurélien Loyer, Kristiyan Kostadinov, MECHERI Akram, Paul Gschwendtner, Pei Wang and Wagner Maciel
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="15.1.2"></a>
224
# 15.1.2 "arsenic-angel" (2023-01-25)
325
### material
@@ -3041,4 +3063,4 @@ _Breaking changes:_
30413063

30423064
# Changes Prior to 12.0.0
30433065

3044-
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
3066+
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).

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.2",
57+
"version": "15.1.3",
5858
"dependencies": {
5959
"@angular/animations": "^15.1.0",
6060
"@angular/common": "^15.1.0",

0 commit comments

Comments
 (0)