From f17f6cfd66e7a429e1be9c87fc9e9e179b22729e Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Thu, 8 Aug 2019 13:55:43 +0300 Subject: [PATCH] chore: bump versions 6.0.6 (#7661) --- tns-core-modules-widgets/package.json | 2 +- tns-core-modules/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 90a2d5fa9..858991d65 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.0.3", + "version": "6.0.6", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 43d01ac8d..4f2d806fe 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -1,7 +1,7 @@ { "name": "tns-core-modules", "description": "Telerik NativeScript Core Modules", - "version": "6.0.5", + "version": "6.0.6", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index b4d961f90..feb61d094 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.0.5", + "version": "6.0.6", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {