Skip to content

Commit

Permalink
release: v12.0.0-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed Mar 22, 2021
1 parent 8eb41b1 commit 341be90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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": "12.0.0-next.0",
"version": "12.0.0-next.1",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down
10 changes: 5 additions & 5 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^12.0.0-next.4"
NG_VERSION = "^12.0.0-next.5"
RXJS_VERSION = "^6.5.5"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^12.0.0-next.4"
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-next.4"
DEVKIT_BUILD_ANGULAR_VERSION = "^0.1200.0-next.4"
TSLIB_VERSION = "^2.0.0"
DEVKIT_CORE_VERSION = "^12.0.0-next.5"
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-next.5"
DEVKIT_BUILD_ANGULAR_VERSION = "^0.1200.0-next.5"
TSLIB_VERSION = "^2.1.0"

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

0 comments on commit 341be90

Please sign in to comment.