Skip to content

Commit 0e5b409

Browse files
committed
release: cut the v20.0.0-next.3 release
1 parent 32e96be commit 0e5b409

File tree

4 files changed

+2006
-1985
lines changed

4 files changed

+2006
-1985
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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=-2023857461
5-
package.json=1433234131
6-
pnpm-lock.yaml=-26661838
5+
package.json=234099890
6+
pnpm-lock.yaml=986627933
77
pnpm-workspace.yaml=1711114604
88
yarn.lock=824621907

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="20.0.0-next.3"></a>
2+
# 20.0.0-next.3 "iridium-irrigator" (2025-03-21)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [1e5082dd5](https://github.com/angular/components/commit/1e5082dd5a47af38e3716bd384d89195ecdd09d7) | fix | **overlay:** ensure re-exported transitive `Dir` directive can be imported ([#30679](https://github.com/angular/components/pull/30679)) |
7+
| [1b4cae7f2](https://github.com/angular/components/commit/1b4cae7f2914cefdb526461ed0405432fcf738b7) | fix | **tree:** retainining previous objects ([#30431](https://github.com/angular/components/pull/30431)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [aba4c4437](https://github.com/angular/components/commit/aba4c44371c119e1c95e52874d58d50a13e6e296) | fix | **chips:** chip input not showing placeholder ([#30664](https://github.com/angular/components/pull/30664)) |
12+
| [33795a1a1](https://github.com/angular/components/commit/33795a1a138cb4930b9e20773403ec712e0ace73) | fix | **chips:** implement disabledInteractive in chip input ([#30665](https://github.com/angular/components/pull/30665)) |
13+
| [ee442555e](https://github.com/angular/components/commit/ee442555e245184dea2703d14d58d9e8a6b34bd4) | fix | **timepicker:** TimepickerInput component in shadow DOM ([#30642](https://github.com/angular/components/pull/30642)) |
14+
### multiple
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [cb3b0a87a](https://github.com/angular/components/commit/cb3b0a87a7528aa2f3525f951a021398821df970) | fix | ensure re-exported module symbols can be imported ([#30667](https://github.com/angular/components/pull/30667)) |
18+
19+
<!-- CHANGELOG SPLIT MARKER -->
20+
121
<a name="19.2.6"></a>
222
# 19.2.6 "tellurium-transponder" (2025-03-21)
323
### 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.2",
57+
"version": "20.0.0-next.3",
5858
"dependencies": {
5959
"@angular/animations": "^20.0.0-next.0",
6060
"@angular/common": "^20.0.0-next.0",

0 commit comments

Comments
 (0)