Skip to content

Commit 28a6d0c

Browse files
authored
build: use MDC 9.0 canary when publishing to npm (#21017)
Switches the published npm packages to MDC 9.0 canary.
1 parent 0965e14 commit 28a6d0c

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)