From e5ba3f31bd22e9826e0a8f691482786179f0b817 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Wed, 5 Dec 2018 17:11:27 +0200 Subject: [PATCH 1/2] release: cut the 7.0.3 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 bfcf40c76..311d21572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [7.0.3](https://github.com/NativeScript/nativescript-angular/compare/7.0.2...7.0.3) (2018-12-05) + + +### Bug Fixes + +* **router:** handle nested primary p-r-o ([#1645](https://github.com/NativeScript/nativescript-angular/issues/1645)) ([e632fc5](https://github.com/NativeScript/nativescript-angular/commit/e632fc5)) + + + ## [7.0.2](https://github.com/NativeScript/nativescript-angular/compare/7.0.1...7.0.2) (2018-11-26) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index a85c0813d..6f7ef22ed 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.3", "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 b6f7b80daae3c28bf1f965d666a7d884e62135e9 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Wed, 5 Dec 2018 21:14:29 +0200 Subject: [PATCH 2/2] chore: revert package 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 6f7ef22ed..a85c0813d 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "7.0.3", + "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",