From 5a55d66d6608658725a22035969ae7d0540c28df Mon Sep 17 00:00:00 2001 From: Yosif Yosifov Date: Thu, 11 May 2017 13:59:12 +0300 Subject: [PATCH 1/2] Fix UserId passing to Analytics Service --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index e5eba381ab..ebfdf06c65 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit e5eba381ab3c27838fbfe678575d0510b42b9675 +Subproject commit ebfdf06c656604551bfd4d261185f10cb7c566af From d95d4a3a305bac734b3c44c9d869402313fa0b5d Mon Sep 17 00:00:00 2001 From: Yosif Yosifov Date: Fri, 26 May 2017 11:44:42 +0300 Subject: [PATCH 2/2] Add changelog for 3.0.2 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f25cbcc6..fb9671f3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ NativeScript CLI Changelog ================ +3.0.2 (2017, May 26) +== + +### Fixed + +* Removed restart of the App if HTML/CSS file was modified. The issue is fixed in the Modules **3.0.1** and we can again just refresh the app on change. + 3.0.1 (2017, May 11) == ### Fixed -* [Fix #2780](https://github.com/NativeScript/nativescript-cli/issues/2780): CLI tool doesn't restart app if HTML/CSS file was modified * [Fix #2732](https://github.com/NativeScript/nativescript-cli/issues/2732): Livesync crashes app every OTHER time on iOS with 3.0.0-rc.2 * [Fix #2764](https://github.com/NativeScript/nativescript-cli/issues/2764): Error when executing "tns run ios" with 3.0 on a project that is located in a directory path with "spaces" diff --git a/package.json b/package.json index 559d82b4d3..926c65c928 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "3.0.1", + "version": "3.0.2", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {