Skip to content

Commit a169e61

Browse files
committed
release: cut the v16.1.8 release
1 parent 3284407 commit a169e61

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="16.1.8"></a>
2+
# 16.1.8 "plastic-pear" (2023-08-09)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [3284407af4](https://github.com/angular/components/commit/3284407af49b719214a44f793107fd697db70f84) | fix | **menu:** nested menus requiring two taps to open touch devices ([#27586](https://github.com/angular/components/pull/27586)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [18e537a013](https://github.com/angular/components/commit/18e537a0136467ce2757749520a799184486bc6d) | fix | **chips:** focus lingering on previous chip ([#27559](https://github.com/angular/components/pull/27559)) |
11+
| [675b29a1e3](https://github.com/angular/components/commit/675b29a1e3d09b311fff115ebe5b85e4190c6177) | fix | **slider:** match active & focus state on IOS ([#27546](https://github.com/angular/components/pull/27546)) |
12+
### youtube-player
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [9ec77aa376](https://github.com/angular/components/commit/9ec77aa376def0209acdeee813e233b605f1d817) | fix | Allow playlists without specifying videoId ([#27529](https://github.com/angular/components/pull/27529)) ([#27588](https://github.com/angular/components/pull/27588)) |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="16.1.7"></a>
220
# 16.1.7 "velvet-violin" (2023-08-02)
321
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5656
"prepare": "husky install"
5757
},
58-
"version": "16.1.7",
58+
"version": "16.1.8",
5959
"dependencies": {
6060
"@angular/animations": "^16.1.1",
6161
"@angular/common": "^16.1.1",

0 commit comments

Comments
 (0)