Skip to content

Commit b6dd1a8

Browse files
committed
release: cut the v17.3.8 release
1 parent cf0785c commit b6dd1a8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="17.3.8"></a>
2+
# 17.3.8 "rock-rope" (2024-05-08)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [23dc148e7f](https://github.com/angular/components/commit/23dc148e7f11fb764ad39cd16f7facf02e2800d8) | fix | **menu:** allow for scroll strategy to be configured ([#29005](https://github.com/angular/components/pull/29005)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [f20105d87e](https://github.com/angular/components/commit/f20105d87eb40e969b29433585dd61df5bb83bd9) | fix | **button:** incorrect template for icon button anchor ([#28996](https://github.com/angular/components/pull/28996)) |
11+
| [72baa7cff2](https://github.com/angular/components/commit/72baa7cff2d3b24a100422207e8631c8bd1fd03b) | fix | **chips:** highlighted not working in M3 ([#29001](https://github.com/angular/components/pull/29001)) |
12+
| [cf0785cd67](https://github.com/angular/components/commit/cf0785cd672796bc369ac12bdf806ccbd0c30486) | fix | **tooltip:** Tooltip should mark for check when visibility changes ([#29000](https://github.com/angular/components/pull/29000)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="17.3.7"></a>
217
# 17.3.7 "plastic-deer" (2024-05-02)
318
### cdk

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": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5656
"prepare": "husky install"
5757
},
58-
"version": "17.3.7",
58+
"version": "17.3.8",
5959
"dependencies": {
6060
"@angular/animations": "^17.2.0",
6161
"@angular/common": "^17.2.0",

0 commit comments

Comments
 (0)