Skip to content

Commit

Permalink
release: cut the v17.0.0-rc.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Nov 6, 2023
1 parent 7b1f870 commit 13214ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="17.0.0-rc.3"></a>
# 17.0.0-rc.3 "vandium-vest" (2023-11-06)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [c0b38dede](https://github.com/angular/components/commit/c0b38dede8806629a7c9c5319c707aaeedd6812c) | perf | **a11y:** Don't trigger re-layout when detecting fake mousedown ([#28029](https://github.com/angular/components/pull/28029)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [157c0e28f](https://github.com/angular/components/commit/157c0e28f7c8170433fafcd57cc70fb63cc57ff4) | fix | **schematics:** asyncPipe not imported but used in the template ([#28055](https://github.com/angular/components/pull/28055)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.0-rc.2"></a>
# 17.0.0-rc.2 "beryllium-brilliance" (2023-11-01)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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.0.0-rc.2",
"version": "17.0.0-rc.3",
"dependencies": {
"@angular/animations": "^17.0.0-rc.2",
"@angular/common": "^17.0.0-rc.2",
Expand Down

0 comments on commit 13214ce

Please sign in to comment.