mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
chore: bump version to 6.6.0
This commit is contained in:
@ -1,26 +1,26 @@
|
|||||||
{
|
{
|
||||||
"nativescript": {
|
"nativescript": {
|
||||||
"id": "org.nativescript.scopedpackages",
|
"id": "org.nativescript.scopedpackages",
|
||||||
"tns-android": {
|
"tns-android": {
|
||||||
"version": "6.1.0"
|
"version": "6.1.0"
|
||||||
|
},
|
||||||
|
"tns-ios": {
|
||||||
|
"version": "6.1.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"tns-ios": {
|
"main": "app.js",
|
||||||
"version": "6.1.0"
|
"description": "NativeScript Application",
|
||||||
}
|
"license": "SEE LICENSE IN <your-license-filename>",
|
||||||
},
|
"repository": "<fill-your-repository-here>",
|
||||||
"main": "app.js",
|
"dependencies": {
|
||||||
"description": "NativeScript Application",
|
"@nativescript/core": "file:../../dist/nativescript-core-6.6.0.tgz",
|
||||||
"license": "SEE LICENSE IN <your-license-filename>",
|
"nativescript-theme-core": "~1.0.6",
|
||||||
"repository": "<fill-your-repository-here>",
|
"tns-core-modules": "file:../../dist/tns-core-modules-6.6.0.tgz"
|
||||||
"dependencies": {
|
},
|
||||||
"@nativescript/core": "file:../../dist/nativescript-core-6.5.0.tgz",
|
"devDependencies": {
|
||||||
"nativescript-theme-core": "~1.0.6",
|
"nativescript-dev-webpack": "~1.2.0",
|
||||||
"tns-core-modules": "file:../../dist/tns-core-modules-6.5.0.tgz"
|
"typescript": "~3.5.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc",
|
||||||
"nativescript-dev-webpack": "~1.2.0",
|
"readme": "NativeScript Application"
|
||||||
"typescript": "~3.5.3"
|
}
|
||||||
},
|
|
||||||
"gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc",
|
|
||||||
"readme": "NativeScript Application"
|
|
||||||
}
|
|
@ -3,7 +3,7 @@
|
|||||||
"main": "index",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"description": "Telerik NativeScript Core Modules",
|
"description": "Telerik NativeScript Core Modules",
|
||||||
"version": "6.5.0",
|
"version": "6.6.0",
|
||||||
"homepage": "https://www.nativescript.org",
|
"homepage": "https://www.nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"main": "index",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"description": "Telerik NativeScript Core Modules",
|
"description": "Telerik NativeScript Core Modules",
|
||||||
"version": "6.5.0",
|
"version": "6.6.0",
|
||||||
"homepage": "https://www.nativescript.org",
|
"homepage": "https://www.nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tns-core-modules-widgets",
|
"name": "tns-core-modules-widgets",
|
||||||
"version": "6.5.0",
|
"version": "6.6.0",
|
||||||
"description": "Native widgets used in the NativeScript framework.",
|
"description": "Native widgets used in the NativeScript framework.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tns-platform-declarations",
|
"name": "tns-platform-declarations",
|
||||||
"version": "6.5.0",
|
"version": "6.6.0",
|
||||||
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
||||||
"main": "",
|
"main": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user