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

Commit a1bc972

Browse files
author
Keen Yee Liau
committed
release: v10.0.0-next.0
1 parent 3f26c30 commit a1bc972

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

tools/defaults.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3232
**kwargs
3333
)
3434

35-
NG_VERSION = "^9.1.0"
35+
NG_VERSION = "^10.0.0-next.0"
3636
RXJS_VERSION = "^6.5.3"
3737
HAPI_VERSION = "^18.4.0"
3838
EXPRESS_VERSION = "^4.15.2"

0 commit comments

Comments
 (0)