From f4bfc566ec41ffb274ea29f24533063e30385216 Mon Sep 17 00:00:00 2001 From: Vasko Date: Wed, 20 May 2020 16:24:01 +0300 Subject: [PATCH] chore: setting 6.5.2 version --- e2e/scoped-packages/package.json | 4 ++-- nativescript-core/package.json | 2 +- tns-core-modules-package/package.json | 2 +- tns-core-modules-widgets/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/e2e/scoped-packages/package.json b/e2e/scoped-packages/package.json index bd4a487aa..535ae5416 100644 --- a/e2e/scoped-packages/package.json +++ b/e2e/scoped-packages/package.json @@ -13,9 +13,9 @@ "license": "SEE LICENSE IN ", "repository": "", "dependencies": { - "@nativescript/core": "file:../../dist/nativescript-core-6.6.0.tgz", + "@nativescript/core": "file:../../dist/nativescript-core-6.5.2.tgz", "nativescript-theme-core": "~1.0.6", - "tns-core-modules": "file:../../dist/tns-core-modules-6.6.0.tgz" + "tns-core-modules": "file:../../dist/tns-core-modules-6.5.2.tgz" }, "devDependencies": { "nativescript-dev-webpack": "~1.2.0", diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 73981e6cc..00a03af1f 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "Telerik NativeScript Core Modules", - "version": "6.6.0", + "version": "6.5.2", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index 1421bbac7..481c21a09 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": "Telerik NativeScript Core Modules", - "version": "6.6.0", + "version": "6.5.2", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 1af78f076..e52533399 100644 --- a/tns-core-modules-widgets/package.json +++ b/tns-core-modules-widgets/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "6.6.0", + "version": "6.5.2", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index ff585993f..5e2c5a6f9 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.6.0", + "version": "6.5.2", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {