Skip to content

Commit

Permalink
release: v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed Feb 21, 2020
1 parent 6b4d116 commit cf8913b
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 265 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "9.0.0",
"version": "9.0.1",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down Expand Up @@ -41,21 +41,21 @@
"@types/node": "^12.11.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.900.0",
"@angular-devkit/build-angular": "^0.900.0",
"@angular-devkit/core": "^9.0.0",
"@angular-devkit/schematics": "^9.0.0",
"@angular/animations": "^9.0.0",
"@angular/bazel": "^9.0.0",
"@angular/cli": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/platform-server": "^9.0.0",
"@angular/router": "^9.0.0",
"@angular-devkit/architect": "^0.900.3",
"@angular-devkit/build-angular": "^0.900.3",
"@angular-devkit/core": "^9.0.3",
"@angular-devkit/schematics": "^9.0.3",
"@angular/animations": "^9.0.2",
"@angular/bazel": "^9.0.2",
"@angular/cli": "^9.0.2",
"@angular/common": "^9.0.2",
"@angular/compiler": "^9.0.2",
"@angular/compiler-cli": "^9.0.2",
"@angular/core": "^9.0.2",
"@angular/platform-browser": "^9.0.2",
"@angular/platform-browser-dynamic": "^9.0.2",
"@angular/platform-server": "^9.0.2",
"@angular/router": "^9.0.2",
"@bazel/bazel": "2.1.0",
"@bazel/buildifier": "^0.29.0",
"@bazel/hide-bazel-files": "~1.3.0",
Expand All @@ -64,7 +64,7 @@
"@bazel/karma": "~1.3.0",
"@bazel/typescript": "~1.3.0",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^9.0.0",
"@schematics/angular": "^9.0.3",
"@types/browser-sync": "^2.26.1",
"@types/express": "4.17.2",
"@types/express-serve-static-core": "4.17.2",
Expand Down
6 changes: 3 additions & 3 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^9.0.0"
NG_VERSION = "^9.0.2"
RXJS_VERSION = "^6.5.3"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^9.0.0"
DEVKIT_ARCHITECT_VERSION = "^0.900.0"
DEVKIT_CORE_VERSION = "^9.0.3"
DEVKIT_ARCHITECT_VERSION = "^0.900.3"
TSLIB_VERSION = "^1.10.0"

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

0 comments on commit cf8913b

Please sign in to comment.