Skip to content

Commit

Permalink
fix: theme sass deprecation (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored Jul 22, 2024
1 parent 0298deb commit 8211992
Show file tree
Hide file tree
Showing 29 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions packages/template-blank-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-react-vision/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"main": "src/app.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-react/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"main": "src/app.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid-vision/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-svelte-vision/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-vue-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template-hello-world-ng-vision/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"description": "Nativescript visionOS Starter with Angular",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-hello-world-ng/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"description": "NativeScript Angular Hello World template",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template-hello-world-ts-vision/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"description": "NativeScript visionOS Starter with TypeScript",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-hello-world-ts/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"description": "Nativescript hello-world-ts project template",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-hello-world",
"main": "app/app.js",
"version": "8.8.0",
"version": "8.8.1",
"author": "NativeScript Team <[email protected]>",
"description": "Nativescript hello-world project template",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/template-master-detail-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/template-master-detail-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/template-master-detail-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/template-master-detail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/template-tab-navigation-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
Loading

0 comments on commit 8211992

Please sign in to comment.