Skip to content

Commit 6ae782e

Browse files
committed
chore(release): publish
- @nativescript/template-blank-ng@8.0.5 - @nativescript/template-blank-react@8.0.3 - @nativescript/template-blank-svelte@8.0.5 - @nativescript/template-blank-ts@8.0.6 - @nativescript/template-blank-vue-ts@8.0.3 - @nativescript/template-blank-vue@8.0.4 - @nativescript/template-blank@8.0.5 - @nativescript/template-drawer-navigation-ng@8.0.5 - @nativescript/template-drawer-navigation-ts@8.0.5 - @nativescript/template-drawer-navigation-vue@8.0.5 - @nativescript/template-drawer-navigation@8.0.5 - @nativescript/template-hello-world-ng@8.0.6 - @nativescript/template-hello-world-ts@8.0.6 - @nativescript/template-hello-world@8.0.5 - @nativescript/template-master-detail-ng@8.0.1 - @nativescript/template-master-detail-ts@8.0.1 - @nativescript/template-master-detail-vue@8.0.1 - @nativescript/template-master-detail@8.0.1 - @nativescript/template-tab-navigation-ng@8.0.6 - @nativescript/template-tab-navigation-ts@8.0.5 - @nativescript/template-tab-navigation-vue@8.0.5 - @nativescript/template-tab-navigation@8.0.5
1 parent 97dd6f4 commit 6ae782e

File tree

22 files changed

+24
-24
lines changed

22 files changed

+24
-24
lines changed

packages/template-blank-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.0.4",
6+
"version": "8.0.5",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",

packages/template-blank-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
66
"main": "src/app.ts",

packages/template-blank-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Blank Svelte",
55
"templateType": "App template",
6-
"version": "8.0.4",
6+
"version": "8.0.5",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",

packages/template-blank-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.0.5",
6+
"version": "8.0.6",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",

packages/template-blank-vue-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue-ts",
33
"main": "app/app.ts",
44
"displayName": "Blank Vue Typescript",
5-
"version": "8.0.2",
5+
"version": "8.0.3",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <oss@nativescript.org>",
88
"license": "Apache-2.0",
@@ -41,9 +41,9 @@
4141
"category-general"
4242
],
4343
"dependencies": {
44-
"nativescript-vue": "~2.9.0",
4544
"@nativescript/core": "~8.0.0",
46-
"@nativescript/theme": "~3.0.1"
45+
"@nativescript/theme": "~3.0.1",
46+
"nativescript-vue": "~2.9.0"
4747
},
4848
"devDependencies": {
4949
"@nativescript/types": "~8.0.0",

packages/template-blank-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue",
33
"main": "app/app.js",
44
"displayName": "Blank",
5-
"version": "8.0.3",
5+
"version": "8.0.4",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <oss@nativescript.org>",
88
"license": "Apache-2.0",

packages/template-blank/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.js",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.0.4",
6+
"version": "8.0.5",
77
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "8.0.4",
6+
"version": "8.0.5",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "8.0.4",
6+
"version": "8.0.5",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "8.0.4",
6+
"version": "8.0.5",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",

0 commit comments

Comments
 (0)