chore: bump version for 6.5.0 release

This commit is contained in:
Dimitar Topuzov 2020-03-17 13:42:55 +02:00
Родитель 7a20fae09e
Коммит 96fa8df125
22 изменённых файлов: 89 добавлений и 89 удалений

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.Blank",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-blank-ng",
"displayName": "Blank",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Blank template for NativeScript apps using Angular",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -47,7 +47,7 @@
"nativescript-angular": "~8.21.0",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"zone.js": "~0.9.1"
},
"devDependencies": {

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.Blank",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-blank-ts",
"displayName": "Blank",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -35,7 +35,7 @@
},
"dependencies": {
"@nativescript/theme": "~2.3.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.0",

Просмотреть файл

@ -3,15 +3,15 @@
"id": "org.nativescript.Blank",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-blank-vue",
"displayName": "Blank",
"version": "6.4.1",
"version": "6.5.0",
"description": "Blank template for NativeScript apps using Vue.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -40,7 +40,7 @@
"dependencies": {
"@nativescript/theme": "~2.3.0",
"nativescript-vue": "~2.4.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.Blank",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-blank",
"displayName": "Blank",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -35,7 +35,7 @@
},
"dependencies": {
"@nativescript/theme": "~2.3.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.0"

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.DrawerNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-drawer-navigation-ng",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Side navigation template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -54,7 +54,7 @@
"nativescript-ui-sidedrawer": "~8.0.0",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"zone.js": "~0.9.1"
},
"devDependencies": {

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.DrawerNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-drawer-navigation-ts",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Side navigation template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -43,7 +43,7 @@
"@nativescript/theme": "~2.3.0",
"nativescript-ui-sidedrawer": "~8.0.0",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.0",

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.DrawerNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-drawer-navigation-vue",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Side navigation template using Vue.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -42,8 +42,8 @@
"@nativescript/theme": "~2.3.0",
"nativescript-ui-sidedrawer": "~8.0.0",
"nativescript-vue": "~2.4.0",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0"
"rxjs": "^6.5.0",
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.DrawerNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-drawer-navigation",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Side navigation template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -43,7 +43,7 @@
"@nativescript/theme": "~2.3.0",
"nativescript-ui-sidedrawer": "~8.0.0",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"eslint": "~5.8.0",

Просмотреть файл

@ -3,14 +3,14 @@
"id": "org.nativescript.HelloWorld",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-hello-world-ng",
"version": "6.4.1",
"version": "6.5.0",
"author": "Telerik <support@telerik.com>",
"description": "NativeScript Angular Hello World template",
"license": "Apache-2.0",
@ -45,7 +45,7 @@
"nativescript-angular": "~8.21.0",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"zone.js": "~0.9.1"
},
"devDependencies": {

Просмотреть файл

@ -3,15 +3,15 @@
"id": "org.nativescript.HelloWorld",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-hello-world-ts",
"main": "app.js",
"version": "6.4.1",
"version": "6.5.0",
"author": "Telerik <support@telerik.com>",
"description": "Nativescript hello-world-ts project template",
"license": "Apache-2.0",
@ -34,7 +34,7 @@
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"dependencies": {
"@nativescript/theme": "~2.3.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.0",

Просмотреть файл

@ -3,14 +3,14 @@
"id": "org.nativescript.HelloWorld",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-hello-world",
"version": "6.4.1",
"version": "6.5.0",
"author": "Telerik <support@telerik.com>",
"description": "Nativescript hello-world project template",
"license": "Apache-2.0",
@ -33,7 +33,7 @@
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"dependencies": {
"@nativescript/theme": "~2.3.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.0"

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.MasterDetailKinvey",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-master-detail-kinvey-ng",
"displayName": "Master-Detail with Kinvey",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ",
"license": "SEE LICENSE IN <your-license-filename>",
"keywords": [
@ -54,7 +54,7 @@
"nativescript-ui-listview": "~8.0.1",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"zone.js": "~0.9.1"
},
"devDependencies": {

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.MasterDetailKinvey",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-master-detail-kinvey-ts",
"displayName": "Master-Detail with Kinvey",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -45,7 +45,7 @@
"nativescript-imagepicker": "~7.1.0",
"nativescript-theme-core": "~1.0.6",
"nativescript-ui-listview": "~8.0.1",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"tslib": "^1.9.3"
},
"devDependencies": {

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.MasterDetailKinvey",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-master-detail-kinvey",
"displayName": "Master-Detail with Kinvey",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -45,7 +45,7 @@
"kinvey-nativescript-sdk": "4.2.5",
"nativescript-imagepicker": "~7.1.0",
"nativescript-ui-listview": "~8.0.1",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"tslib": "^1.9.3"
},
"devDependencies": {

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.MasterDetail",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-master-detail-ng",
"displayName": "Master-Detail with Firebase",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -55,7 +55,7 @@
"nativescript-ui-listview": "~8.0.1",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"zone.js": "~0.9.1"
},
"devDependencies": {

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.MasterDetail",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-master-detail-ts",
"displayName": "Master-Detail with Firebase",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -43,7 +43,7 @@
"nativescript-plugin-firebase": "~10.3.2",
"nativescript-ui-listview": "~8.0.1",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.0",

Просмотреть файл

@ -3,15 +3,15 @@
"id": "org.nativescript.MasterDetail",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-master-detail-vue",
"displayName": "Master Detail with Firebase",
"version": "6.4.1",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -43,7 +43,7 @@
"nativescript-plugin-firebase": "~10.3.2",
"nativescript-ui-listview": "~8.0.1",
"nativescript-vue": "~2.4.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.MasterDetail",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-master-detail",
"displayName": "Master-Detail with Firebase",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -44,7 +44,7 @@
"nativescript-plugin-firebase": "~10.3.2",
"nativescript-ui-listview": "~8.0.1",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"eslint": "~5.8.0",

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.TabNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-tab-navigation-ng",
"displayName": "Tabs",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Tabbed interface template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -53,7 +53,7 @@
"nativescript-angular": "~8.21.0",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.4.0",
"tns-core-modules": "~6.5.0",
"zone.js": "~0.9.1"
},
"devDependencies": {

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.TabNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-tab-navigation-ts",
"displayName": "Tabs",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Tabbed interface template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -41,7 +41,7 @@
},
"dependencies": {
"@nativescript/theme": "~2.3.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.0",

Просмотреть файл

@ -3,15 +3,15 @@
"id": "org.nativescript.TabNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-tab-navigation-vue",
"displayName": "Tabs",
"version": "6.4.1",
"version": "6.5.0",
"description": "Tabbed interface template using Vue",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -40,7 +40,7 @@
"dependencies": {
"@nativescript/theme": "~2.3.0",
"nativescript-vue": "~2.4.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",

Просмотреть файл

@ -3,16 +3,16 @@
"id": "org.nativescript.TabNavigation",
"templateVersion": "v2",
"tns-android": {
"version": "6.4.1"
"version": "6.5.0"
},
"tns-ios": {
"version": "6.4.0"
"version": "6.5.0"
}
},
"name": "tns-template-tab-navigation",
"displayName": "Tabs",
"templateType": "App template",
"version": "6.4.1",
"version": "6.5.0",
"description": "Tabbed interface template",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
@ -41,7 +41,7 @@
},
"dependencies": {
"@nativescript/theme": "~2.3.0",
"tns-core-modules": "~6.4.0"
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"eslint": "~5.8.0",