From 2b909247d4010360031cdf77023c76d579c169b0 Mon Sep 17 00:00:00 2001 From: Zach Arend Date: Wed, 20 Apr 2022 09:25:41 -0700 Subject: [PATCH] release: cut the v13.3.4 release (#24807) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40b90252437..efcdae6438c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 13.3.4 "adamantium-albatross" (2022-04-20) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [eef47579f](https://github.com/angular/components/commit/eef47579fd5a1e2f1f9423a6ba5bc2a4955142cc) | fix | **portal:** prevent calling `ApplicationRef.detachView` on destroyed instance ([#24775](https://github.com/angular/components/pull/24775)) | +## Special Thanks +Andrew Kushnir, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend + + + # 13.3.3 "tweed-table" (2022-04-13) ### cdk diff --git a/package.json b/package.json index b248c529b039..5fa57d88e95b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts", "prepare": "husky install" }, - "version": "13.3.3", + "version": "13.3.4", "dependencies": { "@angular/animations": "13.3.0", "@angular/common": "13.3.0",