From 4c4bf982c8dde3465a072668ab779369beaa64fa Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Wed, 11 Mar 2026 10:00:49 -0600 Subject: [PATCH] release: cut the v21.2.2 release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7cbb26e601..f27183334ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 21.2.2 "plastic-goose" (2026-03-11) +### aria +| Commit | Type | Description | +| -- | -- | -- | +| [345c543dcb](https://github.com/angular/components/commit/345c543dcb8cf5869930ffdec37a3101483eddd8) | fix | **grid:** unit tests and small fixes for grid directives ([#32841](https://github.com/angular/components/pull/32841)) | + + + # 21.2.1 "leather heels" (2026-03-04) ### aria diff --git a/package.json b/package.json index 4e8613940e5e..09b797224f8f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts", "prepare": "husky" }, - "version": "21.2.1", + "version": "21.2.2", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",