From 28a3f98116d66e062e4c22ccafc01255533218cd Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Mon, 12 Nov 2018 23:32:47 +0200 Subject: [PATCH 1/4] 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 868a4b0c4fb96d43455e795c0fd3c5affbc06f9c Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Mon, 12 Nov 2018 23:39:50 +0200 Subject: [PATCH 2/4] 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 d04940926ffc484bea3aad33aee6bd6b68072916 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Tue, 13 Nov 2018 09:48:31 +0200 Subject: [PATCH 3/4] 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)) From 68819812b6f420c6f27aad7b59bf2bed76092a7d Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Tue, 13 Nov 2018 18:13:24 +0200 Subject: [PATCH 4/4] chore: bump version to 7.1.0 --- 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 4e730b888..a85c0813d 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "7.0.0", + "version": "7.1.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",