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

Commit

Permalink
release: v11.0.0-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed Sep 24, 2020
1 parent 5111d41 commit fc5337e
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 179 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "11.0.0-next.0",
"version": "11.0.0-next.1",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down Expand Up @@ -42,29 +42,29 @@
"@types/node": "12.12.37"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1100.0-next.0",
"@angular-devkit/build-angular": "^0.1100.0-next.0",
"@angular-devkit/core": "^11.0.0-next.0",
"@angular-devkit/schematics": "^11.0.0-next.0",
"@angular/animations": "^11.0.0-next.0",
"@angular/bazel": "^11.0.0-next.0",
"@angular/cli": "^11.0.0-next.0",
"@angular/common": "^11.0.0-next.0",
"@angular/compiler": "^11.0.0-next.0",
"@angular/compiler-cli": "^11.0.0-next.0",
"@angular/core": "^11.0.0-next.0",
"@angular/platform-browser": "^11.0.0-next.0",
"@angular/platform-browser-dynamic": "^11.0.0-next.0",
"@angular/platform-server": "^11.0.0-next.0",
"@angular/router": "^11.0.0-next.0",
"@angular-devkit/architect": "^0.1100.0-next.3",
"@angular-devkit/build-angular": "^0.1100.0-next.3",
"@angular-devkit/core": "^11.0.0-next.3",
"@angular-devkit/schematics": "^11.0.0-next.3",
"@angular/animations": "^11.0.0-next.3",
"@angular/bazel": "^11.0.0-next.3",
"@angular/cli": "^11.0.0-next.3",
"@angular/common": "^11.0.0-next.3",
"@angular/compiler": "^11.0.0-next.3",
"@angular/compiler-cli": "^11.0.0-next.3",
"@angular/core": "^11.0.0-next.3",
"@angular/platform-browser": "^11.0.0-next.3",
"@angular/platform-browser-dynamic": "^11.0.0-next.3",
"@angular/platform-server": "^11.0.0-next.3",
"@angular/router": "^11.0.0-next.3",
"@bazel/bazelisk": "1.5.0",
"@bazel/buildifier": "^3.0.0",
"@bazel/hide-bazel-files": "~1.7.0",
"@bazel/ibazel": "^0.13.0",
"@bazel/jasmine": "~1.7.0",
"@bazel/typescript": "~1.7.0",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^11.0.0-next.0",
"@schematics/angular": "^11.0.0-next.3",
"@types/browser-sync": "^2.26.1",
"@types/express": "~4.17.6",
"@types/fs-extra": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^11.0.0-next.0"
NG_VERSION = "^11.0.0-next.3"
RXJS_VERSION = "^6.5.5"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^11.0.0-next.0"
DEVKIT_ARCHITECT_VERSION = "^0.1100.0-next.0"
DEVKIT_CORE_VERSION = "^11.0.0-next.3"
DEVKIT_ARCHITECT_VERSION = "^0.1100.0-next.3"
TSLIB_VERSION = "^2.0.0"

NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [
Expand Down
Loading

0 comments on commit fc5337e

Please sign in to comment.