From 955b0f30d8bbc641a2d3adb668eb89fa8bd15fdf Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Tue, 26 Nov 2019 16:56:02 +0200 Subject: [PATCH] chore: cut 6.2.3 release --- 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 874fd5bca..fad73d89d 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.2.2", + "version": "6.2.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 d25278a09..daae5d4a4 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.2.1", + "version": "6.2.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 ad730cc55..179ef5b55 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.2.1", + "version": "6.2.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 ae8338fb5..284895d42 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.2.2", + "version": "6.2.3", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {