chore: bump version to 6.5.0

This commit is contained in:
Vasil Trifonov
2020-02-25 17:13:09 +02:00
parent acaabbd2aa
commit 8b7a968d2f
5 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@
"license": "SEE LICENSE IN <your-license-filename>", "license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>", "repository": "<fill-your-repository-here>",
"dependencies": { "dependencies": {
"@nativescript/core": "file:../../dist/nativescript-core-6.3.0.tgz", "@nativescript/core": "file:../../dist/nativescript-core-6.5.0.tgz",
"nativescript-theme-core": "~1.0.6", "nativescript-theme-core": "~1.0.6",
"tns-core-modules": "file:../../dist/tns-core-modules-6.3.0.tgz" "tns-core-modules": "file:../../dist/tns-core-modules-6.5.0.tgz"
}, },
"devDependencies": { "devDependencies": {
"nativescript-dev-webpack": "~1.2.0", "nativescript-dev-webpack": "~1.2.0",

View File

@ -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.3.0", "version": "6.5.0",
"homepage": "https://www.nativescript.org", "homepage": "https://www.nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -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.3.0", "version": "6.5.0",
"homepage": "https://www.nativescript.org", "homepage": "https://www.nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "tns-core-modules-widgets", "name": "tns-core-modules-widgets",
"version": "6.3.0", "version": "6.5.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"

View File

@ -1,6 +1,6 @@
{ {
"name": "tns-platform-declarations", "name": "tns-platform-declarations",
"version": "6.3.0", "version": "6.5.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": {