Skip to content

Commit 0998216

Browse files
committed
release: cut the v20.0.0-next.4 release
1 parent bd7c118 commit 0998216

File tree

4 files changed

+1991
-1976
lines changed

4 files changed

+1991
-1976
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
5-
package.json=-370577278
6-
pnpm-lock.yaml=1107477480
5+
package.json=-1483367293
6+
pnpm-lock.yaml=-444375219
77
pnpm-workspace.yaml=14857322
88
src/cdk/package.json=-908433069
99
yarn.lock=-987404687

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="20.0.0-next.4"></a>
2+
# 20.0.0-next.4 "bohrium-beans" (2025-03-26)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [985721c5d](https://github.com/angular/components/commit/985721c5d013f43ee5b779e1b87b2e5ec7eddf28) | fix | **menu:** not clearing aria-controls on context menu ([#30680](https://github.com/angular/components/pull/30680)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [3aecb3521](https://github.com/angular/components/commit/3aecb3521614d1bae40a5233d7fcc609fed0e632) | fix | **button:** tonal touch target token transgression ([#30688](https://github.com/angular/components/pull/30688)) |
11+
| [2d7da0ac7](https://github.com/angular/components/commit/2d7da0ac706d6eb32439c256d9b3fa2e1d7c9225) | fix | **sort:** set cursor on entire clickable area ([#30696](https://github.com/angular/components/pull/30696)) |
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
115
<a name="19.2.7"></a>
216
# 19.2.7 "bohrium-banana" (2025-03-26)
317
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "20.0.0-next.3",
57+
"version": "20.0.0-next.4",
5858
"dependencies": {
5959
"@angular/animations": "^20.0.0-next.3",
6060
"@angular/common": "^20.0.0-next.3",

0 commit comments

Comments
 (0)