From fa4a030a41677a0f91295726f919f200f6134cdf Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Wed, 16 Oct 2019 17:26:53 +0300 Subject: [PATCH 1/2] release: cut the 8.2.2 release --- CHANGELOG.md | 9 +++++++++ nativescript-angular/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ba56a3a..a90181768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [8.2.2](https://github.com/NativeScript/nativescript-angular/compare/8.2.1...8.2.2) (2019-10-16) + +### Features + +* Support for adding scoped CSS without triggering global refresh ([#1999](https://github.com/NativeScript/nativescript-angular/pull/1999)) ([662c122](https://github.com/NativeScript/nativescript-angular/commit/662c122)) + + + ## [8.2.1](https://github.com/NativeScript/nativescript-angular/compare/8.2.0...8.2.1) (2019-08-28) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index bd93bb37c..1211118bd 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.3.0", + "version": "8.2.2", "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 0e266df537cc9be676560e47232a75d399ff9018 Mon Sep 17 00:00:00 2001 From: VladimirAmiorkov Date: Thu, 17 Oct 2019 11:48:05 +0300 Subject: [PATCH 2/2] chore: change version for "master" branch --- 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 1211118bd..bd93bb37c 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "8.2.2", + "version": "8.3.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",