Skip to content

Commit f2a7ad2

Browse files
authored
chore: bump 8.3 (#214)
1 parent 934cdc2 commit f2a7ad2

File tree

22 files changed

+56
-56
lines changed

22 files changed

+56
-56
lines changed

packages/template-blank-ng/package.json

+3-3
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.2.2",
6+
"version": "8.2.3",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -48,15 +48,15 @@
4848
"@angular/platform-browser-dynamic": "~14.1.0",
4949
"@angular/router": "~14.1.0",
5050
"@nativescript/angular": "^14.0.0",
51-
"@nativescript/core": "~8.2.0",
51+
"@nativescript/core": "~8.3.0",
5252
"@nativescript/theme": "~3.0.2",
5353
"rxjs": "~7.5.0",
5454
"zone.js": "~0.11.5"
5555
},
5656
"devDependencies": {
5757
"@angular-devkit/build-angular": "~14.1.0",
5858
"@angular/compiler-cli": "~14.1.0",
59-
"@nativescript/types": "~8.2.0",
59+
"@nativescript/types": "~8.3.0",
6060
"@nativescript/webpack": "~5.0.6",
6161
"@ngtools/webpack": "~14.1.0",
6262
"typescript": "~4.7.0"

packages/template-blank-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"template"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.2.0",
44+
"@nativescript/core": "~8.3.0",
4545
"@react-navigation/core": "^5.15.3",
4646
"react": "~16.13.1",
4747
"react-nativescript": "^3.0.0-beta.1",
4848
"react-nativescript-navigation": "3.0.0-beta.2"
4949
},
5050
"devDependencies": {
51-
"@nativescript/types": "~8.2.0",
51+
"@nativescript/types": "~8.3.0",
5252
"@nativescript/webpack": "~5.0.6",
5353
"@types/react": "16.9.34",
5454
"patch-package": "~6.4.7",

packages/template-blank-svelte/package.json

+3-3
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.2.0",
6+
"version": "8.2.1",
77
"description": "Blank template for NativeScript apps using Svelte",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,12 +41,12 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@nativescript/core": "~8.2.0",
44+
"@nativescript/core": "~8.3.0",
4545
"@nativescript/theme": "~3.0.2",
4646
"svelte-native": "~1.0.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.2.0",
49+
"@nativescript/types": "~8.3.0",
5050
"@nativescript/webpack": "~5.0.6",
5151
"svelte": "~3.44.0",
5252
"svelte-loader": "^3.1.2",

packages/template-blank-ts/package.json

+3-3
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.2.0",
6+
"version": "8.2.1",
77
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -38,11 +38,11 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.2.0",
41+
"@nativescript/core": "~8.3.0",
4242
"@nativescript/theme": "~3.0.2"
4343
},
4444
"devDependencies": {
45-
"@nativescript/types": "~8.2.0",
45+
"@nativescript/types": "~8.3.0",
4646
"@nativescript/webpack": "~5.0.6",
4747
"typescript": "~4.5.5"
4848
}

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

+3-3
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.2.0",
5+
"version": "8.2.1",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -41,12 +41,12 @@
4141
"category-general"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.2.0",
44+
"@nativescript/core": "~8.3.0",
4545
"@nativescript/theme": "~3.0.2",
4646
"nativescript-vue": "~2.9.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.2.0",
49+
"@nativescript/types": "~8.3.0",
5050
"@nativescript/webpack": "~5.0.6",
5151
"@types/node": "~17.0.21",
5252
"nativescript-vue-template-compiler": "~2.9.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.2.0",
5+
"version": "8.2.1",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"category-general"
4141
],
4242
"dependencies": {
43-
"@nativescript/core": "~8.2.0",
43+
"@nativescript/core": "~8.3.0",
4444
"@nativescript/theme": "~3.0.2",
4545
"nativescript-vue": "~2.9.0"
4646
},

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.2.0",
6+
"version": "8.2.1",
77
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/NativeScript/NativeScript/issues"
3939
},
4040
"dependencies": {
41-
"@nativescript/core": "~8.2.0",
41+
"@nativescript/core": "~8.3.0",
4242
"@nativescript/theme": "~3.0.2"
4343
},
4444
"devDependencies": {

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

+3-3
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.2.2",
6+
"version": "8.2.3",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -50,7 +50,7 @@
5050
"@angular/platform-browser-dynamic": "~14.1.0",
5151
"@angular/router": "~14.1.0",
5252
"@nativescript/angular": "^14.0.0",
53-
"@nativescript/core": "~8.2.0",
53+
"@nativescript/core": "~8.3.0",
5454
"@nativescript/theme": "~3.0.2",
5555
"nativescript-ui-sidedrawer": "~10.0.2",
5656
"rxjs": "~7.5.0",
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@angular-devkit/build-angular": "~14.1.0",
6161
"@angular/compiler-cli": "~14.1.0",
62-
"@nativescript/types": "~8.2.0",
62+
"@nativescript/types": "~8.3.0",
6363
"@nativescript/webpack": "~5.0.6",
6464
"@ngtools/webpack": "~14.1.0",
6565
"typescript": "~4.7.0"

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

+3-3
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.2.0",
6+
"version": "8.2.1",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -40,13 +40,13 @@
4040
"url": "https://github.com/NativeScript/NativeScript/issues"
4141
},
4242
"dependencies": {
43-
"@nativescript/core": "~8.2.0",
43+
"@nativescript/core": "~8.3.0",
4444
"@nativescript/theme": "~3.0.2",
4545
"nativescript-ui-sidedrawer": "~10.0.2",
4646
"rxjs": "~7.5.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.2.0",
49+
"@nativescript/types": "~8.3.0",
5050
"@nativescript/webpack": "~5.0.6",
5151
"typescript": "~4.5.5"
5252
}

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.2.0",
6+
"version": "8.2.1",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/NativeScript/NativeScript/issues"
4242
},
4343
"dependencies": {
44-
"@nativescript/core": "~8.2.0",
44+
"@nativescript/core": "~8.3.0",
4545
"@nativescript/theme": "~3.0.2",
4646
"nativescript-ui-sidedrawer": "~10.0.2",
4747
"nativescript-vue": "~2.9.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.2.0",
6+
"version": "8.2.1",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@nativescript/core": "~8.2.0",
42+
"@nativescript/core": "~8.3.0",
4343
"@nativescript/theme": "~3.0.2",
4444
"nativescript-ui-sidedrawer": "~10.0.2",
4545
"rxjs": "~7.5.0"

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

+3-3
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.2.2",
4+
"version": "8.2.3",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "NativeScript Angular Hello World template",
77
"license": "Apache-2.0",
@@ -42,15 +42,15 @@
4242
"@angular/platform-browser-dynamic": "~14.1.0",
4343
"@angular/router": "~14.1.0",
4444
"@nativescript/angular": "^14.0.0",
45-
"@nativescript/core": "~8.2.0",
45+
"@nativescript/core": "~8.3.0",
4646
"@nativescript/theme": "~3.0.2",
4747
"rxjs": "~7.5.0",
4848
"zone.js": "~0.11.5"
4949
},
5050
"devDependencies": {
5151
"@angular-devkit/build-angular": "~14.1.0",
5252
"@angular/compiler-cli": "~14.1.0",
53-
"@nativescript/types": "~8.2.0",
53+
"@nativescript/types": "~8.3.0",
5454
"@nativescript/webpack": "~5.0.6",
5555
"@ngtools/webpack": "~14.1.0",
5656
"typescript": "~4.7.0"

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

+3-3
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.2.0",
4+
"version": "8.2.1",
55
"author": "NativeScript Team <[email protected]>",
66
"description": "Nativescript hello-world-ts project template",
77
"license": "Apache-2.0",
@@ -33,11 +33,11 @@
3333
},
3434
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
3535
"dependencies": {
36-
"@nativescript/core": "~8.2.0",
36+
"@nativescript/core": "~8.3.0",
3737
"@nativescript/theme": "~3.0.2"
3838
},
3939
"devDependencies": {
40-
"@nativescript/types": "~8.2.0",
40+
"@nativescript/types": "~8.3.0",
4141
"@nativescript/webpack": "~5.0.6",
4242
"typescript": "~4.5.5"
4343
}

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

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

+3-3
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.2.2",
6+
"version": "8.2.3",
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",
@@ -50,7 +50,7 @@
5050
"@angular/platform-browser-dynamic": "~14.1.0",
5151
"@angular/router": "~14.1.0",
5252
"@nativescript/angular": "^14.0.0",
53-
"@nativescript/core": "~8.2.0",
53+
"@nativescript/core": "~8.3.0",
5454
"@nativescript/imagepicker": "~1.0.6",
5555
"@nativescript/theme": "~3.0.2",
5656
"nativescript-ui-listview": "~10.1.0",
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@angular-devkit/build-angular": "~14.1.0",
6262
"@angular/compiler-cli": "~14.1.0",
63-
"@nativescript/types": "~8.2.0",
63+
"@nativescript/types": "~8.3.0",
6464
"@nativescript/webpack": "~5.0.6",
6565
"@ngtools/webpack": "~14.1.0",
6666
"typescript": "~4.7.0"

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

+3-3
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.2.0",
6+
"version": "8.2.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",
@@ -39,14 +39,14 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@nativescript/core": "~8.2.0",
42+
"@nativescript/core": "~8.3.0",
4343
"@nativescript/imagepicker": "~1.0.6",
4444
"@nativescript/theme": "~3.0.2",
4545
"nativescript-ui-listview": "~10.0.2",
4646
"rxjs": "~7.5.0"
4747
},
4848
"devDependencies": {
49-
"@nativescript/types": "~8.2.0",
49+
"@nativescript/types": "~8.3.0",
5050
"@nativescript/webpack": "~5.0.6",
5151
"typescript": "~4.5.5"
5252
}

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.2.0",
5+
"version": "8.2.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",
@@ -40,7 +40,7 @@
4040
"category-general"
4141
],
4242
"dependencies": {
43-
"@nativescript/core": "~8.2.0",
43+
"@nativescript/core": "~8.3.0",
4444
"@nativescript/imagepicker": "~1.0.6",
4545
"@nativescript/theme": "~3.0.2",
4646
"nativescript-ui-listview": "~10.0.2",

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.2.0",
6+
"version": "8.2.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",
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/NativeScript/NativeScript/issues"
4040
},
4141
"dependencies": {
42-
"@nativescript/core": "~8.2.0",
42+
"@nativescript/core": "~8.3.0",
4343
"@nativescript/imagepicker": "~1.0.6",
4444
"@nativescript/theme": "~3.0.2",
4545
"nativescript-ui-listview": "~10.0.0",

0 commit comments

Comments
 (0)