Skip to content

Commit e434977

Browse files
authored
chore: fix Angular package version number (#18600)
1 parent 48d820e commit e434977

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
@@ -1,7 +1,7 @@
11
# Each individual package uses a placeholder for the version of Angular to ensure they're
22
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
33
# version for the placeholders.
4-
ANGULAR_PACKAGE_VERSION = "^9.0.0-0 || ^10.0.0-0"
4+
ANGULAR_PACKAGE_VERSION = "^9.0.0 || ^10.0.0-0"
55
MDC_PACKAGE_VERSION = "^4.0.0"
66
TSLIB_PACKAGE_VERSION = "^1.9.0"
77

0 commit comments

Comments
 (0)