Skip to content

Commit

Permalink
release: v9.0.0-next.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vikerman committed Oct 4, 2019
1 parent c13f2e3 commit 3d08632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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-next.2",
"version": "9.0.0-next.3",
"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
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-next.8"
NG_VERSION = "^9.0.0-next.9"
RXJS_VERSION = "^6.4.0"
HAPI_VERSION = "^17.0.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^9.0.0-next.5"
DEVKIT_ARCHITECT_VERSION = "^0.900.0-next.5"
DEVKIT_CORE_VERSION = "^9.0.0-next.8"
DEVKIT_ARCHITECT_VERSION = "^0.900.0-next.8"

NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [
"aspnetcore-engine",
Expand Down

0 comments on commit 3d08632

Please sign in to comment.