From 0f37ed10601a7be57d02926b9e1854b134f59328 Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 30 Jan 2019 11:42:59 -0800 Subject: [PATCH] release: cut the v7.2.3 release --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32511636eb..467cfce3c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## [7.2.3](https://github.com/angular/angular/compare/7.2.2...7.2.3) (2019-01-30) + + +### Bug Fixes + +* **bazel:** add [@npm](https://github.com/npm)//tslib dep to e2e ts_library target in bazel-workspace schematic ([#28358](https://github.com/angular/angular/issues/28358)) ([8cee56e](https://github.com/angular/angular/commit/8cee56e)) +* **bazel:** Bazel-workspace schematics should run in ScopedTree ([#28349](https://github.com/angular/angular/issues/28349)) ([260ac20](https://github.com/angular/angular/commit/260ac20)) +* **bazel:** Builder should invoke local bazel/iblaze ([#28303](https://github.com/angular/angular/issues/28303)) ([12b8a6e](https://github.com/angular/angular/commit/12b8a6e)) +* **bazel:** ng-new should run yarn install ([#28381](https://github.com/angular/angular/issues/28381)) ([a9d46e4](https://github.com/angular/angular/commit/a9d46e4)) + + +### Performance Improvements + +* yarn version upgrade ([#28360](https://github.com/angular/angular/issues/28360)) ([cc1b2a5](https://github.com/angular/angular/commit/cc1b2a5)) + + + ## [7.2.2](https://github.com/angular/angular/compare/7.2.1...7.2.2) (2019-01-22) diff --git a/package.json b/package.json index 1f16fa8619..bf9101ab35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.2.2", + "version": "7.2.3", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",