Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 8.8 updates #233

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 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.7.1",
"version": "8.8.0",
"description": "Blank template for NativeScript apps using Angular",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,16 +48,16 @@
"@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"
},
"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"
}
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "8.8.0",
"description": "Nativescript visionOS Starter with React",
"author": "Jamie Birch <[email protected]>",
"main": "src/app.ts",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions 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.7.1",
"version": "8.8.0",
"description": "Blank template for NativeScript apps using React.",
"author": "Jamie Birch <[email protected]>",
"main": "src/app.ts",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "8.8.0",
"description": "Nativescript visionOS Starter with Solid",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "8.8.0",
"description": "Nativescript Starter with Solid",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "8.8.0",
"description": "Nativescript visionOS Starter with Svelte",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 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.7.1",
"version": "8.8.0",
"description": "Blank template for NativeScript apps using Svelte",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 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.7.1",
"version": "8.8.0",
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 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.7.1",
"version": "8.8.0",
"description": "Blank Typescript template for NativeScript apps using Vue.",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions 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.7.1",
"version": "8.8.0",
"description": "Nativescript visionOS Starter with Vue",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 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.7.1",
"version": "8.8.0",
"description": "Blank template for NativeScript apps using Vue.",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 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.7.1",
"version": "8.8.0",
"description": "Blank template for Vanilla NativeScript apps using JavaScript",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 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.7.1",
"version": "8.8.0",
"description": "Side navigation template",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down
8 changes: 4 additions & 4 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.7.1",
"version": "8.8.0",
"description": "Side navigation template",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 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.7.1",
"version": "8.8.0",
"description": "Side navigation template using Vue.",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
}
}
Loading
Loading