diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d80755cc335..43d6c50a886d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 20.2.9 "plastic-spoon" (2025-10-15) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [af3b961214](https://github.com/angular/components/commit/af3b9612145ed20a3290f773e4fbf51206804145) | fix | **checkbox:** use GrayText for disabled colors in high contrast mode ([#32066](https://github.com/angular/components/pull/32066)) | +| [a90abb0a77](https://github.com/angular/components/commit/a90abb0a77b77b0ec5188582a1ea4d587508da5e) | fix | **snack-bar:** add max height for snack bar ([#32000](https://github.com/angular/components/pull/32000)) | + + + # 20.2.8 "strontium-summit" (2025-10-08) ### material diff --git a/package.json b/package.json index a0360ac2127a..dccd309c79a0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,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": "20.2.8", + "version": "20.2.9", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",