From f209f1f4937564f0bd17e60ebb81f81529a3fbda Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Mon, 5 Nov 2018 17:16:22 +0200 Subject: [PATCH 1/2] release: cut the 7.0.0-rc.0 release --- CHANGELOG.md | 15 +++++++++++++++ nativescript-angular/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b1d1d4b..695c70f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [7.0.0-rc.0](https://github.com/NativeScript/nativescript-angular/compare/6.1.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)) + + +### Features + +* Angular 7 support + + + # [6.2.0](https://github.com/NativeScript/nativescript-angular/compare/6.1.0...6.2.0) (2018-10-30) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 426a82467..2d1702f2c 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "6.2.0", + "version": "7.0.0-rc.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 4a5a09cd2da0353ea60e98fc1fca633cbdcf8cb0 Mon Sep 17 00:00:00 2001 From: Stanimira Vlaeva Date: Mon, 5 Nov 2018 17:22:33 +0200 Subject: [PATCH 2/2] docs: update a link in changelog Co-Authored-By: vchimev --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695c70f53..38735cb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# [7.0.0-rc.0](https://github.com/NativeScript/nativescript-angular/compare/6.1.0...7.0.0-rc.0) (2018-11-05) +# [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