diff --git a/packages/template-blank-ng/package.json b/packages/template-blank-ng/package.json index b0e0c893..b8358ece 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.8.0", + "version": "8.8.1", "description": "Blank template for NativeScript apps using Angular", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -49,7 +49,7 @@ "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" }, diff --git a/packages/template-blank-react-vision/package.json b/packages/template-blank-react-vision/package.json index dbf8c701..dc7c8a80 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.8.0", + "version": "8.8.1", "description": "Nativescript visionOS Starter with React", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "src/app.ts", diff --git a/packages/template-blank-react/package.json b/packages/template-blank-react/package.json index d5b11d47..ea50daa4 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.8.0", + "version": "8.8.1", "description": "Blank template for NativeScript apps using React.", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "src/app.ts", diff --git a/packages/template-blank-solid-vision/package.json b/packages/template-blank-solid-vision/package.json index 68b99e07..8da48cf0 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.8.0", + "version": "8.8.1", "description": "Nativescript visionOS Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", diff --git a/packages/template-blank-solid/package.json b/packages/template-blank-solid/package.json index f553995f..a1e704cb 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.8.0", + "version": "8.8.1", "description": "Nativescript Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", diff --git a/packages/template-blank-svelte-vision/package.json b/packages/template-blank-svelte-vision/package.json index c28784bf..15b84fbf 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.8.0", + "version": "8.8.1", "description": "Nativescript visionOS Starter with Svelte", "author": "NativeScript Team ", "license": "Apache-2.0", diff --git a/packages/template-blank-svelte/package.json b/packages/template-blank-svelte/package.json index 0eb7bd8d..957f15e9 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.8.0", + "version": "8.8.1", "description": "Blank template for NativeScript apps using Svelte", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -43,7 +43,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "svelte-native": "~1.0.9" }, "devDependencies": { diff --git a/packages/template-blank-ts/package.json b/packages/template-blank-ts/package.json index b7a1f3af..7195ab32 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.8.0", + "version": "8.8.1", "description": "Blank template for Vanilla NativeScript apps using TypeScript", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,7 +39,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2" + "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/types": "~8.8.0", diff --git a/packages/template-blank-vue-ts/package.json b/packages/template-blank-vue-ts/package.json index da9f4c17..b75066b9 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.8.0", + "version": "8.8.1", "description": "Blank Typescript template for NativeScript apps using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -42,7 +42,7 @@ ], "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { diff --git a/packages/template-blank-vue-vision/package.json b/packages/template-blank-vue-vision/package.json index 81180776..600da0fd 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.8.0", + "version": "8.8.1", "description": "Nativescript visionOS Starter with Vue", "author": "NativeScript Team ", "license": "Apache-2.0", diff --git a/packages/template-blank-vue/package.json b/packages/template-blank-vue/package.json index 078ef899..890df15b 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.8.0", + "version": "8.8.1", "description": "Blank template for NativeScript apps using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,7 +41,7 @@ ], "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { diff --git a/packages/template-blank/package.json b/packages/template-blank/package.json index 13d50ea8..0b78830a 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.8.0", + "version": "8.8.1", "description": "Blank template for Vanilla NativeScript apps using JavaScript", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,7 +39,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2" + "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/webpack": "~5.0.0" diff --git a/packages/template-drawer-navigation-ng/package.json b/packages/template-drawer-navigation-ng/package.json index 0d40d00b..fd31cfe8 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.8.0", + "version": "8.8.1", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -51,7 +51,7 @@ "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" diff --git a/packages/template-drawer-navigation-ts/package.json b/packages/template-drawer-navigation-ts/package.json index aa04ebe9..51014356 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.8.0", + "version": "8.8.1", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,7 +41,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" }, diff --git a/packages/template-drawer-navigation-vue/package.json b/packages/template-drawer-navigation-vue/package.json index 800ec2c7..29e1b538 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.8.0", + "version": "8.8.1", "description": "Side navigation template using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -42,7 +42,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "nativescript-vue": "~2.9.3", "rxjs": "~7.8.0" diff --git a/packages/template-drawer-navigation/package.json b/packages/template-drawer-navigation/package.json index 58a51c59..5e9dc814 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.8.0", + "version": "8.8.1", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" }, diff --git a/packages/template-hello-world-ng-vision/package.json b/packages/template-hello-world-ng-vision/package.json index 55fcbe2b..100c9d55 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.8.0", + "version": "8.8.1", "author": "NativeScript Team ", "description": "Nativescript visionOS Starter with Angular", "license": "Apache-2.0", diff --git a/packages/template-hello-world-ng/package.json b/packages/template-hello-world-ng/package.json index e2c62fe8..16cce801 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.8.0", + "version": "8.8.1", "author": "NativeScript Team ", "description": "NativeScript Angular Hello World template", "license": "Apache-2.0", @@ -43,7 +43,7 @@ "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" }, diff --git a/packages/template-hello-world-ts-vision/package.json b/packages/template-hello-world-ts-vision/package.json index fdd1598b..19c64c53 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.8.0", + "version": "8.8.1", "author": "NativeScript Team ", "description": "NativeScript visionOS Starter with TypeScript", "license": "Apache-2.0", diff --git a/packages/template-hello-world-ts/package.json b/packages/template-hello-world-ts/package.json index 79fc6b4a..07b9ce6a 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.8.0", + "version": "8.8.1", "author": "NativeScript Team ", "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/core": "~8.8.0", - "@nativescript/theme": "~3.0.2" + "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/types": "~8.8.0", diff --git a/packages/template-hello-world/package.json b/packages/template-hello-world/package.json index 15502af0..8a09869d 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.8.0", + "version": "8.8.1", "author": "NativeScript Team ", "description": "Nativescript hello-world project template", "license": "Apache-2.0", @@ -35,7 +35,7 @@ "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2" + "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/webpack": "~5.0.0" diff --git a/packages/template-master-detail-ng/package.json b/packages/template-master-detail-ng/package.json index 59f48718..aaa0f0ae 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.8.0", + "version": "8.8.1", "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", @@ -52,7 +52,7 @@ "@nativescript/angular": "^18.0.0", "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" diff --git a/packages/template-master-detail-ts/package.json b/packages/template-master-detail-ts/package.json index bf64dcdd..ebfaaf3f 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.8.0", + "version": "8.8.1", "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", @@ -41,7 +41,7 @@ "dependencies": { "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0" }, diff --git a/packages/template-master-detail-vue/package.json b/packages/template-master-detail-vue/package.json index bd3f27a5..1a986ef0 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.8.0", + "version": "8.8.1", "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", @@ -42,7 +42,7 @@ "dependencies": { "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "nativescript-vue": "~2.9.3" }, diff --git a/packages/template-master-detail/package.json b/packages/template-master-detail/package.json index 0b2e0aeb..9e6e020e 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.8.0", + "version": "8.8.1", "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", @@ -41,7 +41,7 @@ "dependencies": { "@nativescript/core": "~8.8.0", "@nativescript/imagepicker": "~3.1.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0" }, diff --git a/packages/template-tab-navigation-ng/package.json b/packages/template-tab-navigation-ng/package.json index 67138264..fc93be0d 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.8.0", + "version": "8.8.1", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -51,7 +51,7 @@ "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" }, diff --git a/packages/template-tab-navigation-ts/package.json b/packages/template-tab-navigation-ts/package.json index b48a8270..ebc62d37 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.8.0", + "version": "8.8.1", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,7 +41,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2" + "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/types": "~8.8.0", diff --git a/packages/template-tab-navigation-vue/package.json b/packages/template-tab-navigation-vue/package.json index a86ffaf4..2219a699 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.8.0", + "version": "8.8.1", "description": "Tabbed interface template using Vue", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,7 +41,7 @@ ], "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2", + "@nativescript/theme": "^3.1.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { diff --git a/packages/template-tab-navigation/package.json b/packages/template-tab-navigation/package.json index 16c51a55..b99b3d3d 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.8.0", + "version": "8.8.1", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ }, "dependencies": { "@nativescript/core": "~8.8.0", - "@nativescript/theme": "~3.0.2" + "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/webpack": "~5.0.0"