From 6ba0ab180cd5c17a156f7c2ed502b6e14571d3cf Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 23 Sep 2026 14:00:38 +0200 Subject: [PATCH] release: cut the v22.1.8 release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434c5e83d803..3d94557bc379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 22.1.8 "rubidium-rhino" (2026-09-23) +### aria +| Commit | Type | Description | +| -- | -- | -- | +| [377256d87](https://github.com/angular/components/commit/377256d87a1b75297192686cbf2a9d35ce597e42) | fix | **accordion:** ensure right attribute is set when used as a host directive ([#33839](https://github.com/angular/components/pull/33839)) | + + + # 22.1.7 "argon-aristocrat" (2026-09-16) ### cdk diff --git a/package.json b/package.json index 79515785a1e5..ea8456882f5a 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.7", + "version": "22.1.8", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",