diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx index 842405ff70fd..0f2ff2682999 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx @@ -2,7 +2,7 @@ # Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml"). # This file should be checked into version control along with the pnpm-lock.yaml file. .npmrc=-2023857461 -package.json=-1192648294 +package.json=219919003 pnpm-lock.yaml=897151155 pnpm-workspace.yaml=1711114604 yarn.lock=-1734434772 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e142ad4e2df..04a6898ba2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 19.2.6 "tellurium-transponder" (2025-03-21) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [5a7009a50](https://github.com/angular/components/commit/5a7009a50df836d6f245216730801285fc77a998) | fix | **overlay:** ensure re-exported transitive `Dir` directive can be imported ([#30679](https://github.com/angular/components/pull/30679)) | + + + # 19.2.5 "argon-planet" (2025-03-20) ### cdk diff --git a/package.json b/package.json index 37a80b311127..6d306b8e972b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky" }, - "version": "19.2.5", + "version": "19.2.6", "dependencies": { "@angular/animations": "^19.2.0", "@angular/common": "^19.2.0",