From 5e4cd9865a8acb21f884b123775d453baaf13ad0 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 4 Sep 2020 08:22:19 -0700 Subject: [PATCH] chore(release): 6.5.17 --- nativescript-core/package.json | 2 +- package.json | 2 +- tns-core-modules-package/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 8742a66dd..400d4b0f6 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.15", + "version": "6.5.17", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/package.json b/package.json index b66fecccd..bd47243cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "NativeScript", "description": "NativeScript Core Modules", "homepage": "https://www.nativescript.org", - "version": "6.5.15", + "version": "6.5.17", "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript" diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index 8f1b4c572..04363456e 100644 --- a/tns-core-modules-package/package.json +++ b/tns-core-modules-package/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.16", + "version": "6.5.17", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@nativescript/core": "6.5.15" + "@nativescript/core": "6.5.17" }, "devDependencies": { "tns-platform-declarations": "6.5.15"