Skip to content

Commit 278b2cc

Browse files
committed
chore: bump versions
1 parent 8ecdb7b commit 278b2cc

File tree

30 files changed

+32
-29
lines changed

30 files changed

+32
-29
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"prettier": "prettier --check --write packages/**/*.{js,ts,html,json,css,scss}",
77
"prepare-templates": "node prepareTemplates.js",
88
"publish.all": "npm run prepare-templates && lerna exec --no-bail --stream --concurrency 1 -- \"npm publish\"",
9+
"bump.all.patch": "lerna exec --no-bail --stream --concurrency 1 -- \"npm version patch\"",
10+
"bump.all.minor": "lerna exec --no-bail --stream --concurrency 1 -- \"npm version minor\"",
11+
"bump.all.major": "lerna exec --no-bail --stream --concurrency 1 -- \"npm version major\"",
912
"prepare": "husky install"
1013
},
1114
"devDependencies": {

packages/template-blank-ng/package.json

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

packages/template-blank-react-vision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react-vision",
3-
"version": "8.7.1",
3+
"version": "8.8.0",
44
"description": "Nativescript visionOS Starter with React",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",

packages/template-blank-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "8.7.1",
3+
"version": "8.8.0",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",

packages/template-blank-solid-vision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-vision",
33
"main": "src/index.js",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"description": "Nativescript visionOS Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

packages/template-blank-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid",
33
"main": "src/app.js",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

packages/template-blank-svelte-vision/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-svelte-vision",
33
"main": "src/app.ts",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"description": "Nativescript visionOS Starter with Svelte",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

packages/template-blank-svelte/package.json

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

packages/template-blank-ts/package.json

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
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.7.1",
5+
"version": "8.8.0",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue-vision",
33
"main": "src/app.ts",
44
"displayName": "Blank Vue Typescript",
5-
"version": "8.7.1",
5+
"version": "8.8.0",
66
"description": "Nativescript visionOS Starter with Vue",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",

packages/template-blank-vue/package.json

+1-1
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.7.1",
5+
"version": "8.8.0",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",

packages/template-blank/package.json

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

packages/template-drawer-navigation/package.json

+1-1
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.7.1",
6+
"version": "8.8.0",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ng-vision",
33
"main": "./src/main.ts",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript visionOS Starter with Angular",
77
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ng",
33
"main": "./src/main.ts",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ts-vision",
33
"main": "src/app.ts",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript visionOS Starter with TypeScript",
77
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world-ts",
33
"main": "app/app.ts",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript hello-world-ts project template",
77
"license": "Apache-2.0",

packages/template-hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-hello-world",
33
"main": "app/app.js",
4-
"version": "8.7.1",
4+
"version": "8.8.0",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript hello-world project template",
77
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Master-Detail with Firebase",
55
"templateType": "App template",
6-
"version": "8.7.1",
6+
"version": "8.8.0",
77
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties. ",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Master-Detail",
55
"templateType": "App template",
6-
"version": "8.7.1",
6+
"version": "8.8.0",
77
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-master-detail-vue",
33
"main": "app/app.js",
44
"displayName": "Master Detail",
5-
"version": "8.7.1",
5+
"version": "8.8.0",
66
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",

packages/template-master-detail/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.js",
44
"displayName": "Master-Detail",
55
"templateType": "App template",
6-
"version": "8.7.1",
6+
"version": "8.8.0",
77
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "8.7.1",
6+
"version": "8.8.0",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.ts",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "8.7.1",
6+
"version": "8.8.0",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-tab-navigation-vue",
33
"main": "app/app.js",
44
"displayName": "Tabs",
5-
"version": "8.7.1",
5+
"version": "8.8.0",
66
"description": "Tabbed interface template using Vue",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",

packages/template-tab-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.js",
44
"displayName": "Tabs",
55
"templateType": "App template",
6-
"version": "8.7.1",
6+
"version": "8.8.0",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

0 commit comments

Comments
 (0)