From 8d896af4089fb92e4b5efcdc64bc47bb0fe2cbe1 Mon Sep 17 00:00:00 2001 From: VladimirAmiorkov Date: Wed, 28 Aug 2019 13:36:04 +0300 Subject: [PATCH 1/3] release: cut the 8.2.1 release --- CHANGELOG.md | 10 ++++++++++ nativescript-angular/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 519cfee07..03ba56a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [8.2.1](https://github.com/NativeScript/nativescript-angular/compare/8.2.0...8.2.1) (2019-08-28) + + +### Bug Fixes + +* **hmr:** close modal views during livesync [#7669](https://github.com/NativeScript/nativescript-angular/issues/7669) ([#1944](https://github.com/NativeScript/nativescript-angular/issues/1944)) ([73d83ed](https://github.com/NativeScript/nativescript-angular/commit/73d83ed)) + + + # [8.2.0](https://github.com/NativeScript/nativescript-angular/compare/8.1.0...8.2.0) (2019-08-13) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index bd93bb37c..c01ad0bf6 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.3.0", + "version": "8.2.1", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues", From 9ffb831ff6a9097c70e0de9fc9598866b099e211 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Mon, 9 Sep 2019 15:25:03 +0300 Subject: [PATCH 2/3] chore: bump release version to 8.2.2 --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index c01ad0bf6..1211118bd 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.2.1", + "version": "8.2.2", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues", From d762aca0a8d927faa77a5d4c1f2b502a218070b1 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Tue, 10 Sep 2019 17:49:45 +0300 Subject: [PATCH 3/3] chore: update master version --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 1211118bd..bd93bb37c 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.2.2", + "version": "8.3.0", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues",