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

Commit aacad9c

Browse files
author
Keen Yee Liau
committed
release: v12.0.0-rc.1
1 parent 9358acc commit aacad9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

tools/defaults.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3030
**kwargs
3131
)
3232

33-
NG_VERSION = "^12.0.0-rc.1"
33+
NG_VERSION = "^12.0.0-rc.2"
3434
RXJS_VERSION = "^6.5.5"
3535
HAPI_VERSION = "^18.4.0"
3636
EXPRESS_VERSION = "^4.15.2"
3737
EXPRESS_TYPES_VERSION = "^4.17.0"
38-
DEVKIT_CORE_VERSION = "^12.0.0-rc.1"
39-
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-rc.1"
40-
DEVKIT_BUILD_ANGULAR_VERSION = "^12.0.0-rc.1"
38+
DEVKIT_CORE_VERSION = "^12.0.0-rc.2"
39+
DEVKIT_ARCHITECT_VERSION = "^0.1200.0-rc.2"
40+
DEVKIT_BUILD_ANGULAR_VERSION = "^12.0.0-rc.2"
4141
TSLIB_VERSION = "^2.1.0"
4242

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

0 commit comments

Comments
 (0)