Skip to content

Commit 8a34758

Browse files
authored
chore: merge release to master (#78)
1 parent cd37ca4 commit 8a34758

File tree

26 files changed

+52
-52
lines changed

26 files changed

+52
-52
lines changed

packages/template-blank-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.Blank",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-blank-ng",
1313
"displayName": "Blank",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Blank template for NativeScript apps using Angular",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-blank-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.Blank",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-blank-ts",
1313
"displayName": "Blank",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-blank-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"id": "org.nativescript.Blank",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
1010
}
1111
},
1212
"name": "tns-template-blank-vue",
1313
"displayName": "Blank",
14-
"version": "6.0.2",
14+
"version": "6.0.3",
1515
"description": "Blank template for NativeScript apps using Vue.",
1616
"author": "Telerik <[email protected]>",
1717
"license": "Apache-2.0",

packages/template-blank/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.Blank",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-blank",
1313
"displayName": "Blank",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-drawer-navigation-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.DrawerNavigation",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-drawer-navigation-ng",
1313
"displayName": "Navigation Drawer",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Side navigation template",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-drawer-navigation-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.DrawerNavigation",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-drawer-navigation-ts",
1313
"displayName": "Navigation Drawer",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Side navigation template",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-drawer-navigation-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.DrawerNavigation",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-drawer-navigation-vue",
1313
"displayName": "Navigation Drawer",
1414
"templateType": "App template",
15-
"version": "6.0.2",
15+
"version": "6.0.3",
1616
"description": "Side navigation template using Vue.",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-drawer-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.DrawerNavigation",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-drawer-navigation",
1313
"displayName": "Navigation Drawer",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Side navigation template",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-enterprise-auth-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.EnterpriseAuth",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-enterprise-auth-ng",
1313
"displayName": "Entertprise Auth",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, OpenID Connect, Active Directory and more.",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-enterprise-auth-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.EnterpriseAuth",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-enterprise-auth-ts",
1313
"displayName": "Enterprise Auth",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, OpenID Connect, Active Directory and more.",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-enterprise-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.EnterpriseAuth",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-enterprise-auth",
1313
"displayName": "Enterprise Auth",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Login interface implemented using Kinvey Mobile Identity Connect",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-health-survey-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"id": "org.nativescript.HealthSurvey",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
1010
}
1111
},
1212
"name": "tns-template-health-survey-ng",
1313
"displayName": "Health Survey with Kinvey",
14-
"version": "6.0.2",
14+
"version": "6.0.3",
1515
"description": "Health survey template that saves data to Kinvey database.",
1616
"license": "SEE LICENSE IN <your-license-filename>",
1717
"keywords": [

packages/template-hello-world-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"id": "org.nativescript.HelloWorld",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
1010
}
1111
},
1212
"name": "tns-template-hello-world-ng",
13-
"version": "6.0.1",
13+
"version": "6.0.2",
1414
"author": "Telerik <[email protected]>",
1515
"description": "NativeScript Angular Hello World template",
1616
"license": "Apache-2.0",

packages/template-hello-world-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"id": "org.nativescript.HelloWorld",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
1010
}
1111
},
1212
"name": "tns-template-hello-world-ts",
1313
"main": "app.js",
14-
"version": "6.0.1",
14+
"version": "6.0.2",
1515
"author": "Telerik <[email protected]>",
1616
"description": "Nativescript hello-world-ts project template",
1717
"license": "Apache-2.0",

packages/template-hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"id": "org.nativescript.HelloWorld",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
1010
}
1111
},
1212
"name": "tns-template-hello-world",
13-
"version": "6.0.1",
13+
"version": "6.0.2",
1414
"author": "Telerik <[email protected]>",
1515
"description": "Nativescript hello-world project template",
1616
"license": "Apache-2.0",

packages/template-master-detail-kinvey-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.MasterDetailKinvey",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-master-detail-kinvey-ng",
1313
"displayName": "Master-Detail with Kinvey",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ",
1717
"license": "SEE LICENSE IN <your-license-filename>",
1818
"keywords": [

packages/template-master-detail-kinvey-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.MasterDetailKinvey",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-master-detail-kinvey-ts",
1313
"displayName": "Master-Detail with Kinvey",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-master-detail-kinvey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.MasterDetailKinvey",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-master-detail-kinvey",
1313
"displayName": "Master-Detail with Kinvey",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-master-detail-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.MasterDetail",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-master-detail-ng",
1313
"displayName": "Master-Detail with Firebase",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-master-detail-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.MasterDetail",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-master-detail-ts",
1313
"displayName": "Master-Detail with Firebase",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

packages/template-master-detail-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"id": "org.nativescript.MasterDetail",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
1010
}
1111
},
1212
"name": "tns-template-master-detail-vue",
1313
"displayName": "Master Detail with Firebase",
14-
"version": "6.0.2",
14+
"version": "6.0.3",
1515
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.",
1616
"author": "Telerik <[email protected]>",
1717
"license": "Apache-2.0",

packages/template-master-detail/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "org.nativescript.MasterDetail",
44
"templateVersion": "v2",
55
"tns-android": {
6-
"version": "6.0.1"
6+
"version": "6.0.2"
77
},
88
"tns-ios": {
99
"version": "6.0.2"
@@ -12,7 +12,7 @@
1212
"name": "tns-template-master-detail",
1313
"displayName": "Master-Detail with Firebase",
1414
"templateType": "App template",
15-
"version": "6.0.1",
15+
"version": "6.0.2",
1616
"description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ",
1717
"author": "Telerik <[email protected]>",
1818
"license": "Apache-2.0",

0 commit comments

Comments
 (0)