Skip to content

Commit 1f3ce75

Browse files
committed
build: use MDC 9.0 canary when publishing to npm
Switches the published npm packages to MDC 9.0 canary.
1 parent 7ca2af0 commit 1f3ce75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "^11.0.0 || ^12.0.0-0"
5-
MDC_PACKAGE_VERSION = "^8.0.0-canary.911014711.0"
5+
MDC_PACKAGE_VERSION = "^9.0.0-canary.419e03572.0"
66
TSLIB_PACKAGE_VERSION = "^2.0.0"
77

88
VERSION_PLACEHOLDER_REPLACEMENTS = {

0 commit comments

Comments
 (0)