From 3fb0934208478c305337750e60f78d49b0e22f7e Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Wed, 20 Mar 2024 21:04:40 +0000 Subject: [PATCH] release: cut the v17.3.1 release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d89ddc5e73d..e5871ba86c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 17.3.1 "clay-paradox" (2024-03-20) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [31e30883a3](https://github.com/angular/components/commit/31e30883a33d89d277d710a97f81b26b1972c8ba) | fix | **drag-drop:** optionally inject parent drag in preview and placeholder ([#28750](https://github.com/angular/components/pull/28750)) | + + + # 17.3.0 "cobalt-catfish" (2024-03-14) ### material diff --git a/package.json b/package.json index edc1dd355799..7793626db319 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,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.0", + "version": "17.3.1", "dependencies": { "@angular/animations": "^17.2.0", "@angular/common": "^17.2.0",