Skip to content

Commit

Permalink
release: v9.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyliau committed Feb 5, 2020
1 parent a9a258c commit 5cd4d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down
6 changes: 3 additions & 3 deletions tools/defaults.bzl
Expand Up @@ -32,13 +32,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^9.0.0-rc.9"
NG_VERSION = "^9.0.0-rc.14"
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-rc.10"
DEVKIT_ARCHITECT_VERSION = "^0.900.0-rc.10"
DEVKIT_CORE_VERSION = "^9.0.0-rc.14"
DEVKIT_ARCHITECT_VERSION = "^0.900.0-rc.14"
TSLIB_VERSION = "^1.9.0"

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

0 comments on commit 5cd4d11

Please sign in to comment.