Skip to content

Commit c34bde9

Browse files
committed
release: cut the v17.3.4 release
1 parent b6a9bf1 commit c34bde9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="17.3.4"></a>
2+
# 17.3.4 "aluminum-arrow" (2024-04-11)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [09dcbd2ecf](https://github.com/angular/components/commit/09dcbd2ecfa4b9c93835fa95ce9c917f02858471) | fix | **drag-drop:** make sure event is cancelable before calling "preventDefault" ([#28825](https://github.com/angular/components/pull/28825)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [36a1d45e4e](https://github.com/angular/components/commit/36a1d45e4e0aabea40d6addfa4a11cec51c71f64) | fix | **list:** nav list item border-radius ([#28789](https://github.com/angular/components/pull/28789)) |
11+
| [317327d82b](https://github.com/angular/components/commit/317327d82ba3b67d14a135dde865f221f475647c) | fix | **menu:** invert arrow in RTL ([#28830](https://github.com/angular/components/pull/28830)) |
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
115
<a name="17.3.3"></a>
216
# 17.3.3 "metal-fork" (2024-04-03)
317
### material

package.json

+1-1
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": "17.3.3",
58+
"version": "17.3.4",
5959
"dependencies": {
6060
"@angular/animations": "^17.2.0",
6161
"@angular/common": "^17.2.0",

0 commit comments

Comments
 (0)