chore: bump version to 6.6.0

This commit is contained in:
Vasil Trifonov
2020-03-18 16:46:09 +02:00
parent 8dbec723f6
commit 89ee60be00
5 changed files with 28 additions and 28 deletions

View File

@ -1,26 +1,26 @@
{
"nativescript": {
"id": "org.nativescript.scopedpackages",
"tns-android": {
"version": "6.1.0"
"nativescript": {
"id": "org.nativescript.scopedpackages",
"tns-android": {
"version": "6.1.0"
},
"tns-ios": {
"version": "6.1.0"
}
},
"tns-ios": {
"version": "6.1.0"
}
},
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript/core": "file:../../dist/nativescript-core-6.5.0.tgz",
"nativescript-theme-core": "~1.0.6",
"tns-core-modules": "file:../../dist/tns-core-modules-6.5.0.tgz"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.2.0",
"typescript": "~3.5.3"
},
"gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc",
"readme": "NativeScript Application"
}
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript/core": "file:../../dist/nativescript-core-6.6.0.tgz",
"nativescript-theme-core": "~1.0.6",
"tns-core-modules": "file:../../dist/tns-core-modules-6.6.0.tgz"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.2.0",
"typescript": "~3.5.3"
},
"gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc",
"readme": "NativeScript Application"
}

View File

@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "Telerik NativeScript Core Modules",
"version": "6.5.0",
"version": "6.6.0",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",

View File

@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "Telerik NativeScript Core Modules",
"version": "6.5.0",
"version": "6.6.0",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "tns-core-modules-widgets",
"version": "6.5.0",
"version": "6.6.0",
"description": "Native widgets used in the NativeScript framework.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,6 +1,6 @@
{
"name": "tns-platform-declarations",
"version": "6.5.0",
"version": "6.6.0",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {