Skip to content

Commit

Permalink
release: cut the v17.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed Apr 11, 2024
1 parent b6a9bf1 commit c34bde9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="17.3.4"></a>
# 17.3.4 "aluminum-arrow" (2024-04-11)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [36a1d45e4e](https://github.com/angular/components/commit/36a1d45e4e0aabea40d6addfa4a11cec51c71f64) | fix | **list:** nav list item border-radius ([#28789](https://github.com/angular/components/pull/28789)) |
| [317327d82b](https://github.com/angular/components/commit/317327d82ba3b67d14a135dde865f221f475647c) | fix | **menu:** invert arrow in RTL ([#28830](https://github.com/angular/components/pull/28830)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.3"></a>
# 17.3.3 "metal-fork" (2024-04-03)
### material
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "17.3.3",
"version": "17.3.4",
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
Expand Down

0 comments on commit c34bde9

Please sign in to comment.