diff --git a/CHANGELOG.md b/CHANGELOG.md index d756597b0744..3d5524bb3d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 22.2.0-next.5 "bismuth-badge" (2026-09-09) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [0bb7b183e](https://github.com/angular/components/commit/0bb7b183e1deb0a6a7a2aea5e05a287033ae1de6) | fix | **overlay:** expose currently open overlays ([#33768](https://github.com/angular/components/pull/33768)) | +| [3d30bf1b4](https://github.com/angular/components/commit/3d30bf1b4301f494cfbf5defed8e268eb02ec35b) | fix | **testing:** account for new DirectiveFixture API ([#33771](https://github.com/angular/components/pull/33771)) | + + + # 22.1.6 "bismuth-bike" (2026-09-09) ### cdk diff --git a/package.json b/package.json index 269128e63941..f094a19b0a57 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.2.0-next.4", + "version": "22.2.0-next.5", "dependencies": { "@angular/compiler-cli": "catalog:", "@angular-devkit/core": "catalog:",