From 666b7d2fc231703a2e5a29fc28357b97720a15f2 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 8 Jul 2026 10:45:17 +0200 Subject: [PATCH] release: cut the v22.1.0-next.3 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320ceadc0e30..0139670b4d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# 22.1.0-next.3 "flerovium-fountain" (2026-07-08) +### aria +| Commit | Type | Description | +| -- | -- | -- | +| [ee20441fa](https://github.com/angular/components/commit/ee20441fa76f419aadabb48f12cf2efe531f8ef3) | fix | **listbox:** allow navigation to specific index ([#33485](https://github.com/angular/components/pull/33485)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [c5aa5486a](https://github.com/angular/components/commit/c5aa5486ac78c95d83f4de61c0efbc43071b6d4c) | fix | **core:** rework error state matcher to handle signal forms ([#33500](https://github.com/angular/components/pull/33500)) | + + + # 22.0.4 "flerovium-foundation" (2026-07-08) ### aria diff --git a/package.json b/package.json index 4e4206ce9276..b2412f4737e5 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.1.0-next.2", + "version": "22.1.0-next.3", "dependencies": { "@angular/compiler-cli": "catalog:", "@angular-devkit/core": "catalog:",