From 56a82731f7a58a09a4d5b00cc3dd2901fe751bae Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Tue, 18 Apr 2017 16:54:14 +0300 Subject: [PATCH 1/2] release: cut the 1.5.2 release --- nativescript-angular/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index e50321de6..eb80e8a23 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,8 +1,8 @@ { "private": true, "name": "nativescript-angular", - "version": "1.5.1", - "description": "An Angular 2 renderer that lets you build mobile apps with NativeScript.", + "version": "1.5.2", + "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "http://www.telerik.com", "bugs": "http://www.telerik.com", "contributors": [ From c966481700e5cb6b73b6e901ec4be8b9ddd9aec6 Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Tue, 18 Apr 2017 16:55:18 +0300 Subject: [PATCH 2/2] docs: update CHANGELOG for 1.5.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 254dfef98..2fa0bdb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.5.2](https://github.com/NativeScript/nativescript-angular/compare/v1.5.1...v1.5.2) (2017-04-18) + + +### Bug Fixes + +* use providers' map for injectors in page-router-outlet ([#744](https://github.com/NativeScript/nativescript-angular/issues/744)) ([#748](https://github.com/NativeScript/nativescript-angular/issues/748)) ([c1f5d98](https://github.com/NativeScript/nativescript-angular/commit/c1f5d98)), closes [#741](https://github.com/NativeScript/nativescript-angular/issues/741) + + + ## [1.5.1](https://github.com/NativeScript/nativescript-angular/compare/v1.5.0...v1.5.1) (2017-03-30)