Skip to content

Commit a168b64

Browse files
committed
main - 0e5b409 release: cut the v20.0.0-next.3 release
1 parent 244b669 commit a168b64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fesm2022/cdk-experimental.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Version } from '@angular/core';
22

33
/** Current version of the CDK Experimental package. */
4-
const VERSION = new Version('20.0.0-next.2');
4+
const VERSION = new Version('20.0.0-next.3');
55

66
export { VERSION };
77
//# sourceMappingURL=cdk-experimental.mjs.map

fesm2022/cdk-experimental.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cdk-experimental",
3-
"version": "20.0.0-next.2",
3+
"version": "20.0.0-next.3",
44
"description": "Experimental components for Angular CDK",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
},
1313
"homepage": "https://github.com/angular/components#readme",
1414
"peerDependencies": {
15-
"@angular/cdk": "20.0.0-next.2",
15+
"@angular/cdk": "20.0.0-next.3",
1616
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0"
1717
},
1818
"dependencies": {

0 commit comments

Comments
 (0)