From 0111deddacfdb29d93ffb430a37084cb7493567e Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Wed, 12 Jun 2019 17:25:39 +0300 Subject: [PATCH 1/2] docs: create changelog --- CHANGELOG.md | 11 +++++++++++ nativescript-angular/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f837d4b8d..7e0db94f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [8.0.1](https://github.com/NativeScript/nativescript-angular/compare/8.0.0...8.0.1) (2019-06-12) + + +### Bug Fixes + +* do not throw if element already registered ([#1838](https://github.com/NativeScript/nativescript-angular/issues/1838)) ([e90f8b5](https://github.com/NativeScript/nativescript-angular/commit/e90f8b5)) +* **1845:** CSS special selector ":host" only work first time ([#1852](https://github.com/NativeScript/nativescript-angular/issues/1852)) ([59a5bd8](https://github.com/NativeScript/nativescript-angular/commit/59a5bd8)) + + + # [8.0.0](https://github.com/NativeScript/nativescript-angular/compare/7.2.4...8.0.0) (2019-05-29) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 1ccef649e..3e30ba170 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.1.0", + "version": "8.0.1", "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 ece4cc7e6b42d596a87bbc0920905e240f6a57eb Mon Sep 17 00:00:00 2001 From: Zdravko Branzov Date: Tue, 18 Jun 2019 13:49:16 +0300 Subject: [PATCH 2/2] chore: bump 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 3e30ba170..1ccef649e 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.0.1", + "version": "8.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",