Skip to content

Commit f712873

Browse files
authored
feat: 8.9 (#237)
1 parent ea8aa6a commit f712873

File tree

31 files changed

+80
-7003
lines changed

31 files changed

+80
-7003
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.8.5",
6+
"version": "8.9.0",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -49,15 +49,15 @@
4949
"@angular/platform-browser-dynamic": "~19.0.0",
5050
"@angular/router": "~19.0.0",
5151
"@nativescript/angular": "^19.0.0",
52-
"@nativescript/core": "~8.8.0",
52+
"@nativescript/core": "~8.9.0",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.15.0"
5555
},
5656
"devDependencies": {
5757
"@angular-devkit/build-angular": "~19.0.0",
5858
"@angular/compiler-cli": "~19.0.0",
5959
"@nativescript/tailwind": "^2.1.0",
60-
"@nativescript/types": "~8.8.0",
60+
"@nativescript/types": "~8.9.0",
6161
"@nativescript/webpack": "~5.0.0",
6262
"@ngtools/webpack": "~19.0.0",
6363
"tailwindcss": "~3.4.0",

packages/template-blank-react-vision/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react-vision",
3-
"version": "8.8.2",
3+
"version": "8.9.0",
44
"description": "Nativescript visionOS Starter with React",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",
@@ -41,14 +41,14 @@
4141
"Vision Pro"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.8.0",
44+
"@nativescript/core": "~8.9.0",
4545
"react": "^18.2.0",
4646
"react-nativescript": "^5.0.0",
4747
"react-nativescript-navigation": "^5.0.0"
4848
},
4949
"devDependencies": {
5050
"@nativescript/tailwind": "^2.1.0",
51-
"@nativescript/types": "~8.8.0",
51+
"@nativescript/types": "~8.9.0",
5252
"@nativescript/webpack": "~5.0.0",
5353
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5454
"tailwindcss": "~3.4.0",

packages/template-blank-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "8.8.2",
3+
"version": "8.9.0",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <[email protected]>",
66
"main": "src/app.ts",
@@ -39,13 +39,13 @@
3939
"template"
4040
],
4141
"dependencies": {
42-
"@nativescript/core": "~8.8.0",
42+
"@nativescript/core": "~8.9.0",
4343
"react": "^18.2.0",
4444
"react-nativescript": "^5.0.0",
4545
"react-nativescript-navigation": "^5.0.0"
4646
},
4747
"devDependencies": {
48-
"@nativescript/types": "~8.8.0",
48+
"@nativescript/types": "~8.9.0",
4949
"@nativescript/webpack": "~5.0.0",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5151
"typescript": "~5.4.0"

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-ts",
33
"main": "src/index.js",
4-
"version": "8.8.5",
4+
"version": "8.9.0",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"scripts": {},
4141
"dependencies": {
4242
"@nativescript-community/solid-js": "^0.0.6",
43-
"@nativescript/core": "~8.8.0",
43+
"@nativescript/core": "~8.9.0",
4444
"dominative": "^0.1.3",
4545
"solid-js": "^1.8.21",
4646
"solid-navigation": "1.0.0-alpha.16",
@@ -52,9 +52,7 @@
5252
"@babel/preset-typescript": "^7.24.1",
5353
"@nativescript-dom/core-types": "1.0.29",
5454
"@nativescript-dom/solidjs-types": "1.0.23",
55-
"@nativescript/android": "8.8.2",
56-
"@nativescript/ios": "8.8.1",
57-
"@nativescript/types": "~8.8.0",
55+
"@nativescript/types": "~8.9.0",
5856
"@nativescript/webpack": "~5.0.0",
5957
"babel": "^6.23.0",
6058
"babel-loader": "^9.1.3",

packages/template-blank-solid-vision/package.json

+2-2
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.2",
4+
"version": "8.9.0",
55
"description": "Nativescript visionOS Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@nativescript-community/solid-js": "^0.0.6",
4444
"@nativescript-community/ui-collectionview": "^5.3.0",
45-
"@nativescript/core": "~8.8.0",
45+
"@nativescript/core": "~8.9.0",
4646
"dominative": "^0.1.3",
4747
"solid-js": "^1.7.12",
4848
"solid-navigation": "^1.0.0-alpha.11",

0 commit comments

Comments
 (0)