From 13214ce7a0391ca39b331d10ab9b94e252b8be15 Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Mon, 6 Nov 2023 18:57:26 +0000 Subject: [PATCH] release: cut the v17.0.0-rc.3 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6de46014f70..2f675b44107d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# 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)) | + + + # 17.0.0-rc.2 "beryllium-brilliance" (2023-11-01) ### cdk diff --git a/package.json b/package.json index d18eefa689bb..150eb1c449c9 100644 --- a/package.json +++ b/package.json @@ -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",