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

Commit 341be90

Browse files
author
Keen Yee Liau
committed
release: v12.0.0-next.1
1 parent 8eb41b1 commit 341be90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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": "12.0.0-next.0",
4+
"version": "12.0.0-next.1",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

tools/defaults.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3131
**kwargs
3232
)
3333

34-
NG_VERSION = "^12.0.0-next.4"
34+
NG_VERSION = "^12.0.0-next.5"
3535
RXJS_VERSION = "^6.5.5"
3636
HAPI_VERSION = "^18.4.0"
3737
EXPRESS_VERSION = "^4.15.2"
3838
EXPRESS_TYPES_VERSION = "^4.17.0"
39-
DEVKIT_CORE_VERSION = "^12.0.0-next.4"
40-
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-next.4"
41-
DEVKIT_BUILD_ANGULAR_VERSION = "^0.1200.0-next.4"
42-
TSLIB_VERSION = "^2.0.0"
39+
DEVKIT_CORE_VERSION = "^12.0.0-next.5"
40+
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-next.5"
41+
DEVKIT_BUILD_ANGULAR_VERSION = "^0.1200.0-next.5"
42+
TSLIB_VERSION = "^2.1.0"
4343

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

0 commit comments

Comments
 (0)