From 302529e2867f3c65de65fdf039bb951835b92d09 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 8 Jul 2026 10:30:01 +0200 Subject: [PATCH] release: cut the v22.0.4 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ace6267638a4..c66a6922b31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# 22.0.4 "flerovium-foundation" (2026-07-08) +### aria +| Commit | Type | Description | +| -- | -- | -- | +| [918090a07](https://github.com/angular/components/commit/918090a07642cfd16336d2b7f366dfb9830a5597) | fix | **listbox:** allow navigation to specific index ([#33485](https://github.com/angular/components/pull/33485)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [c86b024e3](https://github.com/angular/components/commit/c86b024e3f48b4a78aa6c3d041089683bfbba353) | fix | **core:** rework error state matcher to handle signal forms ([#33500](https://github.com/angular/components/pull/33500)) | + + + # 22.0.3 "22-0-3" (2026-07-01) ### aria diff --git a/package.json b/package.json index 6f4b2fdd9c7b..cac36f4c4e8c 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": "22.0.3", + "version": "22.0.4", "dependencies": { "@angular/compiler-cli": "catalog:", "@angular-devkit/core": "catalog:",