From b897efeb549bbeab21eb69f79aa9efb3bfdacc9d Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Mon, 12 Nov 2018 23:32:47 +0200 Subject: [PATCH 1/3] docs: cut release 7.0.0 --- CHANGELOG.md | 11 +++++++++++ nativescript-angular/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38735cb79..d2ececf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [7.0.0](https://github.com/NativeScript/nativescript-angular/compare/7.0.0-rc.0...7.0.0) (2018-11-12) + + +### 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)) + + + + # [7.0.0-rc.0](https://github.com/NativeScript/nativescript-angular/compare/6.2.0...7.0.0-rc.0) (2018-11-05) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 2d1702f2c..4e730b888 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "7.0.0-rc.0", + "version": "7.0.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", From 73d1b0a9943f6cc8be3f1b3f6d4fb8edd03f868a Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Mon, 12 Nov 2018 23:39:50 +0200 Subject: [PATCH 2/3] docs: fix compare in change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ececf88..f2dce556b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# [7.0.0](https://github.com/NativeScript/nativescript-angular/compare/7.0.0-rc.0...7.0.0) (2018-11-12) +# [7.0.0](https://github.com/NativeScript/nativescript-angular/compare/6.2.0...7.0.0) (2018-11-12) ### Bug Fixes From f28289d500bb73a92eed9b0fe58f60b5de962a59 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Tue, 13 Nov 2018 09:48:31 +0200 Subject: [PATCH 3/3] chore: remove 7.0rc release notes --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2dce556b..ff1265713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,6 @@ * crash in deactivate page router outlet ([#1590](https://github.com/NativeScript/nativescript-angular/issues/1590)) ([f8c7468](https://github.com/NativeScript/nativescript-angular/commit/f8c7468)) - - - - -# [7.0.0-rc.0](https://github.com/NativeScript/nativescript-angular/compare/6.2.0...7.0.0-rc.0) (2018-11-05) - - -### Bug Fixes - * **location-strategy:** crash on going back to TabView with nested outlets ([#1582](https://github.com/NativeScript/nativescript-angular/issues/1582)) ([f755991](https://github.com/NativeScript/nativescript-angular/commit/f755991))