Skip to content

Commit

Permalink
release: v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed May 27, 2021
1 parent 329bf74 commit ee2439f
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 444 deletions.
36 changes: 18 additions & 18 deletions 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",
"version": "12.0.1",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down Expand Up @@ -38,30 +38,30 @@
"@types/node": "12.12.37"
},
"devDependencies": {
"@angular-devkit/architect": "0.1200.0",
"@angular-devkit/build-angular": "12.0.0",
"@angular-devkit/core": "12.0.0",
"@angular-devkit/schematics": "12.0.0",
"@angular/animations": "12.0.0",
"@angular/bazel": "12.0.0",
"@angular/cli": "12.0.0",
"@angular/common": "12.0.0",
"@angular/compiler": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"@angular/core": "12.0.0",
"@angular-devkit/architect": "0.1200.2",
"@angular-devkit/build-angular": "12.0.2",
"@angular-devkit/core": "12.0.2",
"@angular-devkit/schematics": "12.0.2",
"@angular/animations": "12.0.2",
"@angular/bazel": "12.0.2",
"@angular/cli": "12.0.2",
"@angular/common": "12.0.2",
"@angular/compiler": "12.0.2",
"@angular/compiler-cli": "12.0.2",
"@angular/core": "12.0.2",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#32852b06886752e696dc855effd7aa53d65f5313",
"@angular/platform-browser": "12.0.0",
"@angular/platform-browser-dynamic": "12.0.0",
"@angular/platform-server": "12.0.0",
"@angular/router": "12.0.0",
"@angular/service-worker": "12.0.0",
"@angular/platform-browser": "12.0.2",
"@angular/platform-browser-dynamic": "12.0.2",
"@angular/platform-server": "12.0.2",
"@angular/router": "12.0.2",
"@angular/service-worker": "12.0.2",
"@bazel/bazelisk": "1.8.1",
"@bazel/buildifier": "4.0.1",
"@bazel/ibazel": "0.15.10",
"@bazel/jasmine": "3.4.2",
"@bazel/typescript": "3.4.2",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "12.0.0",
"@schematics/angular": "12.0.2",
"@types/browser-sync": "^2.26.1",
"@types/express": "~4.17.6",
"@types/fs-extra": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^12.0.0"
NG_VERSION = "^12.0.2"
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"
DEVKIT_ARCHITECT_VERSION = "^0.1200.0"
DEVKIT_BUILD_ANGULAR_VERSION = "^12.0.0"
DEVKIT_CORE_VERSION = "^12.0.2"
DEVKIT_ARCHITECT_VERSION = "^0.1200.2"
DEVKIT_BUILD_ANGULAR_VERSION = "^12.0.2"
TSLIB_VERSION = "^2.1.0"

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

0 comments on commit ee2439f

Please sign in to comment.