We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b2353 commit 09984baCopy full SHA for 09984ba
1 file changed
constants.bzl
@@ -3,10 +3,10 @@ RELEASE_ENGINES_NODE = "^22.22.3 || ^24.15.0 || >=26.0.0"
3
RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0"
4
RELEASE_ENGINES_YARN = ">= 1.13.0"
5
6
-NG_PACKAGR_VERSION = "^22.0.0-next.0"
7
-ANGULAR_FW_VERSION = "^22.0.0-next.0"
8
-ANGULAR_FW_PEER_DEP = "^22.0.0-next.0"
9
-NG_PACKAGR_PEER_DEP = "^22.0.0-next.0"
+NG_PACKAGR_VERSION = "^22.0.0"
+ANGULAR_FW_VERSION = "^22.0.0"
+ANGULAR_FW_PEER_DEP = "^22.0.0"
+NG_PACKAGR_PEER_DEP = "^22.0.0"
10
11
# Baseline widely-available date in `YYYY-MM-DD` format which defines Angular's
12
# browser support. This date serves as the source of truth for the Angular CLI's
0 commit comments