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

Commit 3d08632

Browse files
committed
release: v9.0.0-next.3
1 parent c13f2e3 commit 3d08632

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "9.0.0-next.2",
4+
"version": "9.0.0-next.3",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

tools/defaults.bzl

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

35-
NG_VERSION = "^9.0.0-next.8"
35+
NG_VERSION = "^9.0.0-next.9"
3636
RXJS_VERSION = "^6.4.0"
3737
HAPI_VERSION = "^17.0.0"
3838
EXPRESS_VERSION = "^4.15.2"
3939
EXPRESS_TYPES_VERSION = "^4.17.0"
40-
DEVKIT_CORE_VERSION = "^9.0.0-next.5"
41-
DEVKIT_ARCHITECT_VERSION = "^0.900.0-next.5"
40+
DEVKIT_CORE_VERSION = "^9.0.0-next.8"
41+
DEVKIT_ARCHITECT_VERSION = "^0.900.0-next.8"
4242

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

0 commit comments

Comments
 (0)