From c19fe5480e4adfaec6dadfa0c38524006f198004 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 5 Apr 2018 16:48:41 +0300 Subject: [PATCH 1/3] chore: Update Changelog for 4.0.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5c42f875..bf2fd6b82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ NativeScript CLI Changelog ================ -4.0.0rc (2018, March 23) +4.0.0 (2018, April 10) == ### New +* [Implemented #2632](https://github.com/NativeScript/nativescript-cli/issues/2632) Guidance for new CLI users * [Implemented #3243](https://github.com/NativeScript/nativescript-cli/issues/3243) 'Scss' file changes trigger app refresh instead reloading the view and apply generated 'css' * [Implemented #3248](https://github.com/NativeScript/nativescript-cli/issues/3248) Support JDK_HOME and JAVA_HOME * [Implemented #3257](https://github.com/NativeScript/nativescript-cli/issues/3257) Make {N} project structure configurable @@ -12,13 +13,16 @@ NativeScript CLI Changelog * [Implemented #3449](https://github.com/NativeScript/nativescript-cli/pull/3449) Track Vue.js project type * [Implemented #3496](https://github.com/NativeScript/nativescript-cli/issues/3496) Generate assets for the mobile application * [Implemented #3497](https://github.com/NativeScript/nativescript-cli/issues/3497) Command to migrate Android resources to 4.0.0 structure +* [Implemented #3516](https://github.com/NativeScript/nativescript-cli/issues/3516) Improve Getting Started Experience ### Fixed * [Fixed #3151](https://github.com/NativeScript/nativescript-cli/issues/3151): Install fails if user setting file is not valid json * [Fixed #3324](https://github.com/NativeScript/nativescript-cli/issues/3324): Error when iOS simulator's window is closed * [Fixed #3442](https://github.com/NativeScript/nativescript-cli/issues/3442): Unnecessary second build upon `tns run android` * [Fixed #3451](https://github.com/NativeScript/nativescript-cli/issues/3451): `tns plugin remove` fails with : Cannot convert undefined or null to object - +* [Fixed #3470](https://github.com/NativeScript/nativescript-cli/issues/3470): Error when we are publishing to AppStore +* [Fixed #3481](https://github.com/NativeScript/nativescript-cli/issues/3481): Cannot log in users on iOS simulator with kinvey-nativescript-sdk +* [Fixed #3514](https://github.com/NativeScript/nativescript-cli/pull/3514): Incorrect error is shown when xcrun simctl is not configured 3.4.3 (2018, March 02) == From 628090f24277aa106e18379ef5397521ca3b3af4 Mon Sep 17 00:00:00 2001 From: fatme Date: Wed, 11 Apr 2018 13:34:34 +0300 Subject: [PATCH 2/3] Update to latest common lib --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 01cb744eda..8fc0ffbb1a 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 01cb744eda754c004d86e348ae1253429e33d583 +Subproject commit 8fc0ffbb1a5e23e4d4ed8c787c3070029f352d58 From 22bf3000da93951827f267895b1e52ce7be1aa16 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 12 Apr 2018 10:17:01 +0300 Subject: [PATCH 3/3] chore: Bump version to 4.0.1 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c8aef1b315..94eb3abad3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 877ee38c1b..a4d9a171cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "4.0.0", + "version": "4.0.1", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {