Skip to content

feat: 8.9 #237

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

Merged
merged 2 commits into from
Feb 27, 2025
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
6 changes: 3 additions & 3 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.5",
"version": "8.9.0",
"description": "Blank template for NativeScript apps using Angular",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,15 +49,15 @@
"@angular/platform-browser-dynamic": "~19.0.0",
"@angular/router": "~19.0.0",
"@nativescript/angular": "^19.0.0",
"@nativescript/core": "~8.8.0",
"@nativescript/core": "~8.9.0",
"rxjs": "~7.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.8.0",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~19.0.0",
"tailwindcss": "~3.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.8.2",
"version": "8.9.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.8.0",
"@nativescript/core": "~8.9.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.8.0",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"tailwindcss": "~3.4.0",
Expand Down
6 changes: 3 additions & 3 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.8.2",
"version": "8.9.0",
"description": "Blank template for NativeScript apps using React.",
"author": "Jamie Birch <[email protected]>",
"main": "src/app.ts",
Expand Down Expand Up @@ -39,13 +39,13 @@
"template"
],
"dependencies": {
"@nativescript/core": "~8.8.0",
"@nativescript/core": "~8.9.0",
"react": "^18.2.0",
"react-nativescript": "^5.0.0",
"react-nativescript-navigation": "^5.0.0"
},
"devDependencies": {
"@nativescript/types": "~8.8.0",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"typescript": "~5.4.0"
Expand Down
8 changes: 3 additions & 5 deletions packages/template-blank-solid-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-solid-ts",
"main": "src/index.js",
"version": "8.8.5",
"version": "8.9.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.8.0",
"@nativescript/core": "~8.9.0",
"dominative": "^0.1.3",
"solid-js": "^1.8.21",
"solid-navigation": "1.0.0-alpha.16",
Expand All @@ -52,9 +52,7 @@
"@babel/preset-typescript": "^7.24.1",
"@nativescript-dom/core-types": "1.0.29",
"@nativescript-dom/solidjs-types": "1.0.23",
"@nativescript/android": "8.8.2",
"@nativescript/ios": "8.8.1",
"@nativescript/types": "~8.8.0",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"babel": "^6.23.0",
"babel-loader": "^9.1.3",
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.8.2",
"version": "8.9.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.8.0",
"@nativescript/core": "~8.9.0",
"dominative": "^0.1.3",
"solid-js": "^1.7.12",
"solid-navigation": "^1.0.0-alpha.11",
Expand Down
Loading
Loading