Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="19.2.6"></a>
# 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)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.5"></a>
# 19.2.5 "argon-planet" (2025-03-20)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading