diff --git a/package.json b/package.json index 9602603f..0780b5a6 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "prettier": "prettier --check --write packages/**/*.{js,ts,html,json,css,scss}", "prepare-templates": "node prepareTemplates.js", "publish.all": "npm run prepare-templates && lerna exec --no-bail --stream --concurrency 1 -- \"npm publish\"", + "bump.all.patch": "lerna exec --no-bail --stream --concurrency 1 -- \"npm version patch\"", + "bump.all.minor": "lerna exec --no-bail --stream --concurrency 1 -- \"npm version minor\"", + "bump.all.major": "lerna exec --no-bail --stream --concurrency 1 -- \"npm version major\"", "prepare": "husky install" }, "devDependencies": { diff --git a/packages/template-blank-ng/package.json b/packages/template-blank-ng/package.json index 86bf9569..b0e0c893 100644 --- a/packages/template-blank-ng/package.json +++ b/packages/template-blank-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Blank", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Blank template for NativeScript apps using Angular", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -48,7 +48,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "rxjs": "~7.8.0", "zone.js": "~0.14.0" @@ -56,8 +56,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-blank-react-vision/package.json b/packages/template-blank-react-vision/package.json index 3e689168..dbf8c701 100644 --- a/packages/template-blank-react-vision/package.json +++ b/packages/template-blank-react-vision/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/template-blank-react-vision", - "version": "8.7.1", + "version": "8.8.0", "description": "Nativescript visionOS Starter with React", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "src/app.ts", @@ -41,14 +41,14 @@ "Vision Pro" ], "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "react": "^18.2.0", "react-nativescript": "^5.0.0", "react-nativescript-navigation": "^5.0.0" }, "devDependencies": { "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.7.0", + "@nativescript/types": "~8.8.0", "@nativescript/webpack": "~5.0.0", "@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17", "tailwindcss": "~3.4.0", diff --git a/packages/template-blank-react/package.json b/packages/template-blank-react/package.json index a80a09f8..d5b11d47 100644 --- a/packages/template-blank-react/package.json +++ b/packages/template-blank-react/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/template-blank-react", - "version": "8.7.1", + "version": "8.8.0", "description": "Blank template for NativeScript apps using React.", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "src/app.ts", @@ -39,14 +39,14 @@ "template" ], "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "react": "^18.2.0", "react-nativescript": "^5.0.0", "react-nativescript-navigation": "^5.0.0" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17", "typescript": "~5.4.0" }, diff --git a/packages/template-blank-solid-vision/package.json b/packages/template-blank-solid-vision/package.json index 582bbc40..68b99e07 100644 --- a/packages/template-blank-solid-vision/package.json +++ b/packages/template-blank-solid-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-solid-vision", "main": "src/index.js", - "version": "8.7.1", + "version": "8.8.0", "description": "Nativescript visionOS Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "dependencies": { "@nativescript-community/solid-js": "^0.0.6", "@nativescript-community/ui-collectionview": "^5.3.0", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "dominative": "^0.1.3", "solid-js": "^1.7.12", "solid-navigation": "^1.0.0-alpha.11", diff --git a/packages/template-blank-solid/package.json b/packages/template-blank-solid/package.json index 12aefcb9..f553995f 100644 --- a/packages/template-blank-solid/package.json +++ b/packages/template-blank-solid/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-solid", "main": "src/app.js", - "version": "8.7.1", + "version": "8.8.0", "description": "Nativescript Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "scripts": {}, "dependencies": { "@nativescript-community/solid-js": "^0.0.6", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "dominative": "^0.1.3", "solid-js": "^1.8.16", "undom-ng": "^1.1.2" diff --git a/packages/template-blank-svelte-vision/package.json b/packages/template-blank-svelte-vision/package.json index c1583329..c28784bf 100644 --- a/packages/template-blank-svelte-vision/package.json +++ b/packages/template-blank-svelte-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-svelte-vision", "main": "src/app.ts", - "version": "8.7.1", + "version": "8.8.0", "description": "Nativescript visionOS Starter with Svelte", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,11 +39,11 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "svelte-native": "~1.0.9" }, "devDependencies": { - "@nativescript/types": "~8.7.0", + "@nativescript/types": "~8.8.0", "@nativescript/webpack": "~5.0.0", "svelte": "~4.2.2", "svelte-loader": "^3.2.0", diff --git a/packages/template-blank-svelte/package.json b/packages/template-blank-svelte/package.json index 55049f97..0eb7bd8d 100644 --- a/packages/template-blank-svelte/package.json +++ b/packages/template-blank-svelte/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Blank Svelte", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Blank template for NativeScript apps using Svelte", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -42,13 +42,13 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "svelte-native": "~1.0.9" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "svelte": "~4.2.2", "svelte-loader": "^3.1.9", "svelte-native-preprocessor": "^1.0.0", diff --git a/packages/template-blank-ts/package.json b/packages/template-blank-ts/package.json index 9d18a4bb..b7a1f3af 100644 --- a/packages/template-blank-ts/package.json +++ b/packages/template-blank-ts/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Blank", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Blank template for Vanilla NativeScript apps using TypeScript", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -38,12 +38,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "typescript": "~5.4.0" } } diff --git a/packages/template-blank-vue-ts/package.json b/packages/template-blank-vue-ts/package.json index 18fb69b7..da9f4c17 100644 --- a/packages/template-blank-vue-ts/package.json +++ b/packages/template-blank-vue-ts/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-blank-vue-ts", "main": "app/app.ts", "displayName": "Blank Vue Typescript", - "version": "8.7.1", + "version": "8.8.0", "description": "Blank Typescript template for NativeScript apps using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,13 +41,13 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "@types/node": "~17.0.21", "nativescript-vue-template-compiler": "~2.9.3", "typescript": "~5.4.0", diff --git a/packages/template-blank-vue-vision/package.json b/packages/template-blank-vue-vision/package.json index ac153363..81180776 100644 --- a/packages/template-blank-vue-vision/package.json +++ b/packages/template-blank-vue-vision/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-blank-vue-vision", "main": "src/app.ts", "displayName": "Blank Vue Typescript", - "version": "8.7.1", + "version": "8.8.0", "description": "Nativescript visionOS Starter with Vue", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -38,12 +38,12 @@ "Vision Pro" ], "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "nativescript-vue": "rc" }, "devDependencies": { "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.7.0", + "@nativescript/types": "~8.8.0", "@nativescript/webpack": "~5.0.0", "@types/node": "~17.0.21", "tailwindcss": "~3.4.0", diff --git a/packages/template-blank-vue/package.json b/packages/template-blank-vue/package.json index dd0f99ca..078ef899 100644 --- a/packages/template-blank-vue/package.json +++ b/packages/template-blank-vue/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-blank-vue", "main": "app/app.js", "displayName": "Blank", - "version": "8.7.1", + "version": "8.8.0", "description": "Blank template for NativeScript apps using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21", + "@nativescript/webpack": "~5.0.0", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-blank/package.json b/packages/template-blank/package.json index 8e857f4f..13d50ea8 100644 --- a/packages/template-blank/package.json +++ b/packages/template-blank/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Blank", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Blank template for Vanilla NativeScript apps using JavaScript", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -38,10 +38,10 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21" + "@nativescript/webpack": "~5.0.0" } } diff --git a/packages/template-drawer-navigation-ng/package.json b/packages/template-drawer-navigation-ng/package.json index 0544b675..0d40d00b 100644 --- a/packages/template-drawer-navigation-ng/package.json +++ b/packages/template-drawer-navigation-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0", @@ -59,8 +59,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-drawer-navigation-ts/package.json b/packages/template-drawer-navigation-ts/package.json index dbe33f8d..aa04ebe9 100644 --- a/packages/template-drawer-navigation-ts/package.json +++ b/packages/template-drawer-navigation-ts/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,14 +40,14 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "typescript": "~5.4.0" } } diff --git a/packages/template-drawer-navigation-vue/package.json b/packages/template-drawer-navigation-vue/package.json index 0839a4e0..800ec2c7 100644 --- a/packages/template-drawer-navigation-vue/package.json +++ b/packages/template-drawer-navigation-vue/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Side navigation template using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,14 +41,14 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-sidedrawer": "~15.2.0", "nativescript-vue": "~2.9.3", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21", + "@nativescript/webpack": "~5.0.0", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-drawer-navigation/package.json b/packages/template-drawer-navigation/package.json index 4f405415..58a51c59 100644 --- a/packages/template-drawer-navigation/package.json +++ b/packages/template-drawer-navigation/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,12 +39,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21" + "@nativescript/webpack": "~5.0.0" } } diff --git a/packages/template-hello-world-ng-vision/package.json b/packages/template-hello-world-ng-vision/package.json index 0a449b56..55fcbe2b 100644 --- a/packages/template-hello-world-ng-vision/package.json +++ b/packages/template-hello-world-ng-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ng-vision", "main": "./src/main.ts", - "version": "8.7.1", + "version": "8.8.0", "author": "NativeScript Team ", "description": "Nativescript visionOS Starter with Angular", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" }, @@ -52,7 +52,7 @@ "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.7.0", + "@nativescript/types": "~8.8.0", "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~18.0.0", "tailwindcss": "~3.4.0", diff --git a/packages/template-hello-world-ng/package.json b/packages/template-hello-world-ng/package.json index 1f00cff4..e2c62fe8 100644 --- a/packages/template-hello-world-ng/package.json +++ b/packages/template-hello-world-ng/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ng", "main": "./src/main.ts", - "version": "8.7.1", + "version": "8.8.0", "author": "NativeScript Team ", "description": "NativeScript Angular Hello World template", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "rxjs": "~7.8.0", "zone.js": "~0.14.0" @@ -50,8 +50,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-hello-world-ts-vision/package.json b/packages/template-hello-world-ts-vision/package.json index 15718985..fdd1598b 100644 --- a/packages/template-hello-world-ts-vision/package.json +++ b/packages/template-hello-world-ts-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ts-vision", "main": "src/app.ts", - "version": "8.7.1", + "version": "8.8.0", "author": "NativeScript Team ", "description": "NativeScript visionOS Starter with TypeScript", "license": "Apache-2.0", @@ -36,11 +36,11 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~8.7.0" + "@nativescript/core": "~8.8.0" }, "devDependencies": { "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.7.0", + "@nativescript/types": "~8.8.0", "@nativescript/webpack": "~5.0.0", "tailwindcss": "~3.4.0", "typescript": "~5.4.0" diff --git a/packages/template-hello-world-ts/package.json b/packages/template-hello-world-ts/package.json index f8bf2ae2..79fc6b4a 100644 --- a/packages/template-hello-world-ts/package.json +++ b/packages/template-hello-world-ts/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ts", "main": "app/app.ts", - "version": "8.7.1", + "version": "8.8.0", "author": "NativeScript Team ", "description": "Nativescript hello-world-ts project template", "license": "Apache-2.0", @@ -33,12 +33,12 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "typescript": "~5.4.0" } } diff --git a/packages/template-hello-world/package.json b/packages/template-hello-world/package.json index cab98866..15502af0 100644 --- a/packages/template-hello-world/package.json +++ b/packages/template-hello-world/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world", "main": "app/app.js", - "version": "8.7.1", + "version": "8.8.0", "author": "NativeScript Team ", "description": "Nativescript hello-world project template", "license": "Apache-2.0", @@ -34,10 +34,10 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21" + "@nativescript/webpack": "~5.0.0" } } diff --git a/packages/template-master-detail-ng/package.json b/packages/template-master-detail-ng/package.json index 6ff1be44..59f48718 100644 --- a/packages/template-master-detail-ng/package.json +++ b/packages/template-master-detail-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Master-Detail with Firebase", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties. ", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-listview": "~15.2.0", @@ -60,8 +60,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-master-detail-ts/package.json b/packages/template-master-detail-ts/package.json index 6f20b5b8..bf64dcdd 100644 --- a/packages/template-master-detail-ts/package.json +++ b/packages/template-master-detail-ts/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Master-Detail", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,15 +39,15 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "typescript": "~5.4.0" } } diff --git a/packages/template-master-detail-vue/package.json b/packages/template-master-detail-vue/package.json index 4e15b9dc..bd3f27a5 100644 --- a/packages/template-master-detail-vue/package.json +++ b/packages/template-master-detail-vue/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-master-detail-vue", "main": "app/app.js", "displayName": "Master Detail", - "version": "8.7.1", + "version": "8.8.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,14 +40,14 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-listview": "~15.2.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21", + "@nativescript/webpack": "~5.0.0", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-master-detail/package.json b/packages/template-master-detail/package.json index 159424bc..0b2e0aeb 100644 --- a/packages/template-master-detail/package.json +++ b/packages/template-master-detail/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Master-Detail", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,13 +39,13 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "~3.0.2", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21" + "@nativescript/webpack": "~5.0.0" } } diff --git a/packages/template-tab-navigation-ng/package.json b/packages/template-tab-navigation-ng/package.json index 2f33e1dd..67138264 100644 --- a/packages/template-tab-navigation-ng/package.json +++ b/packages/template-tab-navigation-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Tabs", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "rxjs": "~7.8.0", "zone.js": "~0.14.0" @@ -58,8 +58,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-tab-navigation-ts/package.json b/packages/template-tab-navigation-ts/package.json index 6df3e071..b48a8270 100644 --- a/packages/template-tab-navigation-ts/package.json +++ b/packages/template-tab-navigation-ts/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Tabs", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2" }, "devDependencies": { - "@nativescript/types": "~8.7.0", - "@nativescript/webpack": "~5.0.21", + "@nativescript/types": "~8.8.0", + "@nativescript/webpack": "~5.0.0", "typescript": "~5.4.0" } } diff --git a/packages/template-tab-navigation-vue/package.json b/packages/template-tab-navigation-vue/package.json index b55464bd..a86ffaf4 100644 --- a/packages/template-tab-navigation-vue/package.json +++ b/packages/template-tab-navigation-vue/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-tab-navigation-vue", "main": "app/app.js", "displayName": "Tabs", - "version": "8.7.1", + "version": "8.8.0", "description": "Tabbed interface template using Vue", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21", + "@nativescript/webpack": "~5.0.0", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-tab-navigation/package.json b/packages/template-tab-navigation/package.json index 5ce26a31..16c51a55 100644 --- a/packages/template-tab-navigation/package.json +++ b/packages/template-tab-navigation/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Tabs", "templateType": "App template", - "version": "8.7.1", + "version": "8.8.0", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,10 +39,10 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.7.0", + "@nativescript/core": "~8.8.0", "@nativescript/theme": "~3.0.2" }, "devDependencies": { - "@nativescript/webpack": "~5.0.21" + "@nativescript/webpack": "~5.0.0" } }