From c9488b543251980c96c7384f69042d958bde1bae Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 10 Oct 2018 11:23:23 -0700 Subject: [PATCH] release: cut the v6.1.10 release --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df99584315..aef45df185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [6.1.10](https://github.com/angular/angular/compare/6.1.9...6.1.10) (2018-10-10) + + +### Bug Fixes + +* **platform-browser:** fix [#22155](https://github.com/angular/angular/issues/22155), destroy hammer manager when `HammerInstance.off()` is run ([#22156](https://github.com/angular/angular/issues/22156)) ([3b4d9dc](https://github.com/angular/angular/commit/3b4d9dc)) +* **upgrade:** properly destroy upgraded component elements and descendants ([#26209](https://github.com/angular/angular/issues/26209)) ([623adbb](https://github.com/angular/angular/commit/623adbb)), closes [#26208](https://github.com/angular/angular/issues/26208) + + + ## [6.1.9](https://github.com/angular/angular/compare/6.1.8...6.1.9) (2018-09-26) diff --git a/package.json b/package.json index 7a65aa32c2..c082b1d5f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "6.1.9", + "version": "6.1.10", "private": true, "branchPattern": "2.0.*", "description": "Angular - a web framework for modern web apps",