From 28791d58859c2b04b703a9bdd99024f0474cea23 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Tue, 20 Nov 2018 13:36:46 +0200 Subject: [PATCH 1/2] doc: cut the 7.0.1 release --- CHANGELOG.md | 12 ++++++++++++ nativescript-angular/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1265713..4941b0824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [7.0.1](https://github.com/NativeScript/nativescript-angular/compare/7.0.0...7.0.1) (2018-11-20) + + +### Bug Fixes + +* crash in deactivate page router outlet ([#1590](https://github.com/NativeScript/nativescript-angular/issues/1590)) ([f8c7468](https://github.com/NativeScript/nativescript-angular/commit/f8c7468)) +* **dialogs:** unable to reopen shared modal view when tab as root ([199c245](https://github.com/NativeScript/nativescript-angular/commit/199c245)) +* **location-strategy:** crash when going back on nested named lazy loaded module ([#1618](https://github.com/NativeScript/nativescript-angular/issues/1618)) ([d9ffb83](https://github.com/NativeScript/nativescript-angular/commit/d9ffb83)) + + + # [7.0.0](https://github.com/NativeScript/nativescript-angular/compare/6.2.0...7.0.0) (2018-11-12) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index a85c0813d..787e05755 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "7.1.0", + "version": "7.0.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 7f668e0e84eaeba1ecfac42c564d727e3a37f95c Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Tue, 20 Nov 2018 14:00:49 +0200 Subject: [PATCH 2/2] chore: fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab43ba5b1..741790a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: - NODE_VERSION=8 - EMULATOR_API_LEVEL=23 - ANDROID_VERSION=28 - - ANDROID_BUILD_TOOLS_VERSION=28.0.2 + - ANDROID_BUILD_TOOLS_VERSION=28.0.3 - ANDROID_ABI=armeabi-v7a - EMULATOR_NAME=test - ANDROID_TAG=google_apis