Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit a2e2139

Browse files
author
Keen Yee Liau
committed
release: v12.0.0-next.0
1 parent 542b7b8 commit a2e2139

File tree

3 files changed

+255
-261
lines changed

3 files changed

+255
-261
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,31 @@
4242
"@types/node": "12.12.37"
4343
},
4444
"devDependencies": {
45-
"@angular-devkit/architect": "^0.1200.0-next.0",
46-
"@angular-devkit/build-angular": "^0.1200.0-next.0",
47-
"@angular-devkit/core": "^12.0.0-next.0",
48-
"@angular-devkit/schematics": "^12.0.0-next.0",
49-
"@angular/animations": "^12.0.0-next.0",
50-
"@angular/bazel": "^12.0.0-next.0",
51-
"@angular/cli": "^12.0.0-next.0",
52-
"@angular/common": "^12.0.0-next.0",
53-
"@angular/compiler": "^12.0.0-next.0",
54-
"@angular/compiler-cli": "^12.0.0-next.0",
55-
"@angular/core": "^12.0.0-next.0",
45+
"@angular-devkit/architect": "^0.1200.0-next.3",
46+
"@angular-devkit/build-angular": "^0.1200.0-next.3",
47+
"@angular-devkit/core": "^12.0.0-next.3",
48+
"@angular-devkit/schematics": "^12.0.0-next.3",
49+
"@angular/animations": "^12.0.0-next.3",
50+
"@angular/bazel": "^12.0.0-next.3",
51+
"@angular/cli": "^12.0.0-next.3",
52+
"@angular/common": "^12.0.0-next.3",
53+
"@angular/compiler": "^12.0.0-next.3",
54+
"@angular/compiler-cli": "^12.0.0-next.3",
55+
"@angular/core": "^12.0.0-next.3",
5656
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#1d0dab59344f11d6e6e54c675cde245aae52dbf5",
57-
"@angular/platform-browser": "^12.0.0-next.0",
58-
"@angular/platform-browser-dynamic": "^12.0.0-next.0",
59-
"@angular/platform-server": "^12.0.0-next.0",
60-
"@angular/router": "^12.0.0-next.0",
61-
"@angular/service-worker": "^12.0.0-next.0",
57+
"@angular/platform-browser": "^12.0.0-next.3",
58+
"@angular/platform-browser-dynamic": "^12.0.0-next.3",
59+
"@angular/platform-server": "^12.0.0-next.3",
60+
"@angular/router": "^12.0.0-next.3",
61+
"@angular/service-worker": "^12.0.0-next.3",
6262
"@bazel/bazelisk": "1.7.3",
6363
"@bazel/buildifier": "3.5.0",
6464
"@bazel/hide-bazel-files": "1.7.0",
6565
"@bazel/ibazel": "0.14.0",
6666
"@bazel/jasmine": "2.3.2",
6767
"@bazel/typescript": "2.3.2",
6868
"@hapi/hapi": "^18.4.0",
69-
"@schematics/angular": "^12.0.0-next.0",
69+
"@schematics/angular": "^12.0.0-next.3",
7070
"@types/browser-sync": "^2.26.1",
7171
"@types/express": "~4.17.6",
7272
"@types/fs-extra": "^9.0.0",

tools/defaults.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3131
**kwargs
3232
)
3333

34-
NG_VERSION = "^12.0.0-next.0"
34+
NG_VERSION = "^12.0.0-next.3"
3535
RXJS_VERSION = "^6.5.5"
3636
HAPI_VERSION = "^18.4.0"
3737
EXPRESS_VERSION = "^4.15.2"
3838
EXPRESS_TYPES_VERSION = "^4.17.0"
39-
DEVKIT_CORE_VERSION = "^12.0.0-next.0"
40-
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-next.0"
41-
DEVKIT_BUILD_ANGULAR_VERSION = "^0.1200.0-next.0"
39+
DEVKIT_CORE_VERSION = "^12.0.0-next.3"
40+
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-next.3"
41+
DEVKIT_BUILD_ANGULAR_VERSION = "^0.1200.0-next.3"
4242
TSLIB_VERSION = "^2.0.0"
4343

4444
NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [

0 commit comments

Comments
 (0)