From cb339b87f378f2d8e917608566514908e208676e Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Tue, 26 Feb 2019 16:20:57 -0800 Subject: [PATCH] release: cut the v7.2.7 release --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292af5e674..f917aa5769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [7.2.7](https://github.com/angular/angular/compare/7.2.6...7.2.7) (2019-02-27) + + +### Bug Fixes + +* **bazel:** pin browser repositories using [@npm](https://github.com/npm)_bazel_karma//:browser_repositories.bzl in bazel schematics ([#28896](https://github.com/angular/angular/issues/28896)) ([b686449](https://github.com/angular/angular/commit/b686449)) +* **core:** traverse and sanitize content of unsafe elements ([#28804](https://github.com/angular/angular/issues/28804)) ([fdcf877](https://github.com/angular/angular/commit/fdcf877)), closes [#25879](https://github.com/angular/angular/issues/25879) [#25879](https://github.com/angular/angular/issues/25879) [#26007](https://github.com/angular/angular/issues/26007) [#28427](https://github.com/angular/angular/issues/28427) +* **language-service:** Fix completions for input/output with alias ([#28904](https://github.com/angular/angular/issues/28904)) ([d0018e6](https://github.com/angular/angular/commit/d0018e6)), closes [#27959](https://github.com/angular/angular/issues/27959) + + + ## [7.2.6](https://github.com/angular/angular/compare/7.2.5...7.2.6) (2019-02-20) diff --git a/package.json b/package.json index ebe83dbb09..9fe50b6039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "7.2.6", + "version": "7.2.7", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",