Skip to content

Commit 01518b3

Browse files
committed
release: cut the v20.0.0-rc.0 release
1 parent 60d3f6b commit 01518b3

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="20.0.0-rc.0"></a>
2+
# 20.0.0-rc.0 "aluminium-axe" (2025-05-07)
3+
### cdk-experimental
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [9a94bb76a](https://github.com/angular/components/commit/9a94bb76a755a01cd18f5f5a333502ca9d6ddd6d) | feat | **tabs:** support initial tab selection and add unit tests ([#31023](https://github.com/angular/components/pull/31023)) |
7+
| [1833aa32e](https://github.com/angular/components/commit/1833aa32e662968d6b62209d2934e609c2f0d24b) | feat | **ui-patterns:** add expansion behavior and refactor tabs ([#30962](https://github.com/angular/components/pull/30962)) |
8+
### docs
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [05302747d](https://github.com/angular/components/commit/05302747d407233127f9baf149d1110035f2a00b) | fix | Automatic scrolling fails on screens smaller than 721px due to flexbox behavior ([#31037](https://github.com/angular/components/pull/31037)) |
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
115
<a name="20.0.0-next.10"></a>
216
# 20.0.0-next.10 "sodium-swallow" (2025-05-01)
317

@@ -6163,4 +6177,4 @@ _Breaking changes:_
61636177

61646178
# Changes Prior to 12.0.0
61656179

6166-
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
6180+
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5454
"prepare": "husky"
5555
},
56-
"version": "20.0.0-next.10",
56+
"version": "20.0.0-rc.0",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)