Skip to content

Commit c44aee6

Browse files
devversionmmalerba
authored andcommitted
build: update mdc version placeholder range (#17496)
1 parent 243393b commit c44aee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"version": "9.0.0-next.0",
4141
"requiredAngularVersion": "^9.0.0-0 || ^10.0.0-0",
42-
"requiredMDCVersion": "^4.0.0-alpha.0",
42+
"requiredMDCVersion": "^4.0.0-canary.062ade5c0.0",
4343
"dependencies": {
4444
"@angular/animations": "^9.0.0-next.13",
4545
"@angular/common": "^9.0.0-next.13",

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
33
# version for the placeholders.
44
ANGULAR_PACKAGE_VERSION = "^9.0.0-0 || ^10.0.0-0"
5-
MDC_PACKAGE_VERSION = "^4.0.0-alpha.0"
5+
MDC_PACKAGE_VERSION = "^4.0.0-canary.062ade5c0.0"
66
VERSION_PLACEHOLDER_REPLACEMENTS = {
77
"0.0.0-MDC": MDC_PACKAGE_VERSION,
88
"0.0.0-NG": ANGULAR_PACKAGE_VERSION,

0 commit comments

Comments
 (0)