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

Commit fc5337e

Browse files
author
Keen Yee Liau
committed
release: v11.0.0-next.1
1 parent 5111d41 commit fc5337e

File tree

3 files changed

+177
-179
lines changed

3 files changed

+177
-179
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "11.0.0-next.0",
4+
"version": "11.0.0-next.1",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",
@@ -42,29 +42,29 @@
4242
"@types/node": "12.12.37"
4343
},
4444
"devDependencies": {
45-
"@angular-devkit/architect": "^0.1100.0-next.0",
46-
"@angular-devkit/build-angular": "^0.1100.0-next.0",
47-
"@angular-devkit/core": "^11.0.0-next.0",
48-
"@angular-devkit/schematics": "^11.0.0-next.0",
49-
"@angular/animations": "^11.0.0-next.0",
50-
"@angular/bazel": "^11.0.0-next.0",
51-
"@angular/cli": "^11.0.0-next.0",
52-
"@angular/common": "^11.0.0-next.0",
53-
"@angular/compiler": "^11.0.0-next.0",
54-
"@angular/compiler-cli": "^11.0.0-next.0",
55-
"@angular/core": "^11.0.0-next.0",
56-
"@angular/platform-browser": "^11.0.0-next.0",
57-
"@angular/platform-browser-dynamic": "^11.0.0-next.0",
58-
"@angular/platform-server": "^11.0.0-next.0",
59-
"@angular/router": "^11.0.0-next.0",
45+
"@angular-devkit/architect": "^0.1100.0-next.3",
46+
"@angular-devkit/build-angular": "^0.1100.0-next.3",
47+
"@angular-devkit/core": "^11.0.0-next.3",
48+
"@angular-devkit/schematics": "^11.0.0-next.3",
49+
"@angular/animations": "^11.0.0-next.3",
50+
"@angular/bazel": "^11.0.0-next.3",
51+
"@angular/cli": "^11.0.0-next.3",
52+
"@angular/common": "^11.0.0-next.3",
53+
"@angular/compiler": "^11.0.0-next.3",
54+
"@angular/compiler-cli": "^11.0.0-next.3",
55+
"@angular/core": "^11.0.0-next.3",
56+
"@angular/platform-browser": "^11.0.0-next.3",
57+
"@angular/platform-browser-dynamic": "^11.0.0-next.3",
58+
"@angular/platform-server": "^11.0.0-next.3",
59+
"@angular/router": "^11.0.0-next.3",
6060
"@bazel/bazelisk": "1.5.0",
6161
"@bazel/buildifier": "^3.0.0",
6262
"@bazel/hide-bazel-files": "~1.7.0",
6363
"@bazel/ibazel": "^0.13.0",
6464
"@bazel/jasmine": "~1.7.0",
6565
"@bazel/typescript": "~1.7.0",
6666
"@hapi/hapi": "^18.4.0",
67-
"@schematics/angular": "^11.0.0-next.0",
67+
"@schematics/angular": "^11.0.0-next.3",
6868
"@types/browser-sync": "^2.26.1",
6969
"@types/express": "~4.17.6",
7070
"@types/fs-extra": "^9.0.0",

tools/defaults.bzl

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

34-
NG_VERSION = "^11.0.0-next.0"
34+
NG_VERSION = "^11.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 = "^11.0.0-next.0"
40-
DEVKIT_ARCHITECT_VERSION = "^0.1100.0-next.0"
39+
DEVKIT_CORE_VERSION = "^11.0.0-next.3"
40+
DEVKIT_ARCHITECT_VERSION = "^0.1100.0-next.3"
4141
TSLIB_VERSION = "^2.0.0"
4242

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

0 commit comments

Comments
 (0)