Skip to content

Commit 8211992

Browse files
authored
fix: theme sass deprecation (#234)
1 parent 0298deb commit 8211992

File tree

29 files changed

+50
-50
lines changed

29 files changed

+50
-50
lines changed

packages/template-blank-ng/package.json

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -49,7 +49,7 @@
4949
"@angular/router": "~18.0.0",
5050
"@nativescript/angular": "^18.0.0",
5151
"@nativescript/core": "~8.8.0",
52-
"@nativescript/theme": "~3.0.2",
52+
"@nativescript/theme": "^3.1.0",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.14.0"
5555
},

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.8.0",
3+
"version": "8.8.1",
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.8.0",
3+
"version": "8.8.1",
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.8.0",
4+
"version": "8.8.1",
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.8.0",
4+
"version": "8.8.1",
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.8.0",
4+
"version": "8.8.1",
55
"description": "Nativescript visionOS Starter with Svelte",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

packages/template-blank-svelte/package.json

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@nativescript/core": "~8.8.0",
46-
"@nativescript/theme": "~3.0.2",
46+
"@nativescript/theme": "^3.1.0",
4747
"svelte-native": "~1.0.9"
4848
},
4949
"devDependencies": {

packages/template-blank-ts/package.json

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@nativescript/core": "~8.8.0",
42-
"@nativescript/theme": "~3.0.2"
42+
"@nativescript/theme": "^3.1.0"
4343
},
4444
"devDependencies": {
4545
"@nativescript/types": "~8.8.0",

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

+2-2
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.8.0",
5+
"version": "8.8.1",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
],
4343
"dependencies": {
4444
"@nativescript/core": "~8.8.0",
45-
"@nativescript/theme": "~3.0.2",
45+
"@nativescript/theme": "^3.1.0",
4646
"nativescript-vue": "~2.9.3"
4747
},
4848
"devDependencies": {

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.8.0",
5+
"version": "8.8.1",
66
"description": "Nativescript visionOS Starter with Vue",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",

packages/template-blank-vue/package.json

+2-2
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.8.0",
5+
"version": "8.8.1",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {

packages/template-blank/package.json

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@nativescript/core": "~8.8.0",
42-
"@nativescript/theme": "~3.0.2"
42+
"@nativescript/theme": "^3.1.0"
4343
},
4444
"devDependencies": {
4545
"@nativescript/webpack": "~5.0.0"

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

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -51,7 +51,7 @@
5151
"@angular/router": "~18.0.0",
5252
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.8.0",
54-
"@nativescript/theme": "~3.0.2",
54+
"@nativescript/theme": "^3.1.0",
5555
"nativescript-ui-sidedrawer": "~15.2.0",
5656
"rxjs": "~7.8.0",
5757
"zone.js": "~0.14.0"

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

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-ui-sidedrawer": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},

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

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@nativescript/core": "~8.8.0",
45-
"@nativescript/theme": "~3.0.2",
45+
"@nativescript/theme": "^3.1.0",
4646
"nativescript-ui-sidedrawer": "~15.2.0",
4747
"nativescript-vue": "~2.9.3",
4848
"rxjs": "~7.8.0"

packages/template-drawer-navigation/package.json

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@nativescript/core": "~8.8.0",
43-
"@nativescript/theme": "~3.0.2",
43+
"@nativescript/theme": "^3.1.0",
4444
"nativescript-ui-sidedrawer": "~15.2.0",
4545
"rxjs": "~7.8.0"
4646
},

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.8.0",
4+
"version": "8.8.1",
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

+2-2
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.8.0",
4+
"version": "8.8.1",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",
@@ -43,7 +43,7 @@
4343
"@angular/router": "~18.0.0",
4444
"@nativescript/angular": "^18.0.0",
4545
"@nativescript/core": "~8.8.0",
46-
"@nativescript/theme": "~3.0.2",
46+
"@nativescript/theme": "^3.1.0",
4747
"rxjs": "~7.8.0",
4848
"zone.js": "~0.14.0"
4949
},

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.8.0",
4+
"version": "8.8.1",
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

+2-2
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.8.0",
4+
"version": "8.8.1",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript hello-world-ts project template",
77
"license": "Apache-2.0",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3535
"dependencies": {
3636
"@nativescript/core": "~8.8.0",
37-
"@nativescript/theme": "~3.0.2"
37+
"@nativescript/theme": "^3.1.0"
3838
},
3939
"devDependencies": {
4040
"@nativescript/types": "~8.8.0",

packages/template-hello-world/package.json

+2-2
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.8.0",
4+
"version": "8.8.1",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript hello-world project template",
77
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3636
"dependencies": {
3737
"@nativescript/core": "~8.8.0",
38-
"@nativescript/theme": "~3.0.2"
38+
"@nativescript/theme": "^3.1.0"
3939
},
4040
"devDependencies": {
4141
"@nativescript/webpack": "~5.0.0"

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

+2-2
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.8.0",
6+
"version": "8.8.1",
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",
@@ -52,7 +52,7 @@
5252
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.8.0",
5454
"@nativescript/imagepicker": "~3.1.0",
55-
"@nativescript/theme": "~3.0.2",
55+
"@nativescript/theme": "^3.1.0",
5656
"nativescript-ui-listview": "~15.2.0",
5757
"rxjs": "~7.8.0",
5858
"zone.js": "~0.14.0"

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

+2-2
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.8.0",
6+
"version": "8.8.1",
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",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@nativescript/core": "~8.8.0",
4343
"@nativescript/imagepicker": "~3.1.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-ui-listview": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},

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

+2-2
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.8.0",
5+
"version": "8.8.1",
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",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@nativescript/core": "~8.8.0",
4444
"@nativescript/imagepicker": "~3.1.0",
45-
"@nativescript/theme": "~3.0.2",
45+
"@nativescript/theme": "^3.1.0",
4646
"nativescript-ui-listview": "~15.2.0",
4747
"nativescript-vue": "~2.9.3"
4848
},

packages/template-master-detail/package.json

+2-2
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.8.0",
6+
"version": "8.8.1",
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",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@nativescript/core": "~8.8.0",
4343
"@nativescript/imagepicker": "~3.1.0",
44-
"@nativescript/theme": "~3.0.2",
44+
"@nativescript/theme": "^3.1.0",
4545
"nativescript-ui-listview": "~15.2.0",
4646
"rxjs": "~7.8.0"
4747
},

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

+2-2
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.8.0",
6+
"version": "8.8.1",
77
"description": "Tabbed interface template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -51,7 +51,7 @@
5151
"@angular/router": "~18.0.0",
5252
"@nativescript/angular": "^18.0.0",
5353
"@nativescript/core": "~8.8.0",
54-
"@nativescript/theme": "~3.0.2",
54+
"@nativescript/theme": "^3.1.0",
5555
"rxjs": "~7.8.0",
5656
"zone.js": "~0.14.0"
5757
},

0 commit comments

Comments
 (0)