Skip to content

Commit

Permalink
release: update Angular version range (#25014)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5816a12)
  • Loading branch information
andrewseguin committed Jun 2, 2022
1 parent 055b25d commit 86be885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Each individual package uses a placeholder for the version of Angular to ensure they're
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
# version for the placeholders.
ANGULAR_PACKAGE_VERSION = "^14.0.0-0 || ^15.0.0"
ANGULAR_PACKAGE_VERSION = "^14.0.0 || ^15.0.0"
MDC_PACKAGE_VERSION = "15.0.0-canary.5b40eb988.0"
TSLIB_PACKAGE_VERSION = "^2.3.0"
RXJS_PACKAGE_VERSION = "^6.5.3 || ^7.4.0"
Expand Down

0 comments on commit 86be885

Please sign in to comment.