Skip to content

Commit

Permalink
release: v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyliau committed Dec 4, 2020
1 parent f8c6191 commit 328e316
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 207 deletions.
36 changes: 18 additions & 18 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down Expand Up @@ -42,30 +42,30 @@
"@types/node": "12.12.37"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1100.0",
"@angular-devkit/build-angular": "^0.1100.0",
"@angular-devkit/core": "^11.0.0",
"@angular-devkit/schematics": "^11.0.0",
"@angular/animations": "^11.0.0",
"@angular/bazel": "^11.0.0",
"@angular/cli": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/platform-server": "^11.0.0",
"@angular/router": "^11.0.0",
"@angular/service-worker": "^11.0.0",
"@angular-devkit/architect": "^0.1100.3",
"@angular-devkit/build-angular": "^0.1100.3",
"@angular-devkit/core": "^11.0.3",
"@angular-devkit/schematics": "^11.0.3",
"@angular/animations": "^11.0.3",
"@angular/bazel": "^11.0.3",
"@angular/cli": "^11.0.3",
"@angular/common": "^11.0.3",
"@angular/compiler": "^11.0.3",
"@angular/compiler-cli": "^11.0.3",
"@angular/core": "^11.0.3",
"@angular/platform-browser": "^11.0.3",
"@angular/platform-browser-dynamic": "^11.0.3",
"@angular/platform-server": "^11.0.3",
"@angular/router": "^11.0.3",
"@angular/service-worker": "^11.0.3",
"@bazel/bazelisk": "1.7.3",
"@bazel/buildifier": "3.5.0",
"@bazel/hide-bazel-files": "1.7.0",
"@bazel/ibazel": "0.14.0",
"@bazel/jasmine": "2.2.2",
"@bazel/typescript": "2.2.2",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^11.0.0",
"@schematics/angular": "^11.0.3",
"@types/browser-sync": "^2.26.1",
"@types/express": "~4.17.6",
"@types/fs-extra": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions tools/defaults.bzl
Expand Up @@ -31,13 +31,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^11.0.0"
NG_VERSION = "^11.0.3"
RXJS_VERSION = "^6.5.5"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^11.0.0"
DEVKIT_ARCHITECT_VERSION = "^0.1100.0"
DEVKIT_CORE_VERSION = "^11.0.3"
DEVKIT_ARCHITECT_VERSION = "^0.1100.3"
TSLIB_VERSION = "^2.0.0"

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

0 comments on commit 328e316

Please sign in to comment.