From 7f8070e2477847baabb794acd229518c0c56357c Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 3 Jun 2020 16:55:40 -0700 Subject: [PATCH] chore: cut 6.5.3 release (#8610) --- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 73981e6cc..f32361b6c 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.3", "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..e357f8603 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.3", "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..7bcc0c201 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.3", "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..fa820bf76 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.3", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {