Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c20b4f

Browse filesBrowse files
committed
chore(release): core 8.9.2
1 parent 30b6b54 commit 1c20b4f
Copy full SHA for 1c20b4f

File tree

2 files changed

+85
-79
lines changed
Filter options

2 files changed

+85
-79
lines changed

‎packages/core/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/core/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.9.2 (2025-04-18)
2+
3+
### 🩹 Fixes
4+
5+
- **ios:** 18.4 simulator networking case ([#10732](https://github.com/NativeScript/NativeScript/pull/10732))
6+
17
## 8.9.1 (2025-03-16)
28

39
### 🚀 Features

‎packages/core/package.json

Copy file name to clipboard
+79-79Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
11
{
2-
"name": "@nativescript/core",
3-
"version": "8.9.2",
4-
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
5-
"main": "index",
6-
"types": "index.d.ts",
7-
"sideEffects": [
8-
"bundle-entry-points.js",
9-
"./globals/index.js",
10-
"./globals"
11-
],
12-
"files": [
13-
"**/*.d.ts",
14-
"**/*.js",
15-
"**/*.map",
16-
"**/platforms/ios/**",
17-
"platforms/android/**",
18-
"!platforms/android/core.aar",
19-
"**/package.json"
20-
],
21-
"keywords": [
22-
"NativeScript",
23-
"JavaScript",
24-
"Android",
25-
"iOS",
26-
"TypeScript"
27-
],
28-
"funding": [
29-
{
30-
"type": "opencollective",
31-
"url": "https://opencollective.com/NativeScript"
32-
},
33-
{
34-
"type": "github",
35-
"url": "https://github.com/sponsors/NativeScript"
36-
}
37-
],
38-
"homepage": "https://nativescript.org",
39-
"repository": {
40-
"type": "git",
41-
"url": "https://github.com/NativeScript/NativeScript"
42-
},
43-
"author": {
44-
"name": "NativeScript",
45-
"email": "oss@nativescript.org"
46-
},
47-
"bugs": {
48-
"url": "https://github.com/NativeScript/NativeScript/issues"
49-
},
50-
"license": "Apache-2.0",
51-
"scripts": {
52-
"postinstall": "node cli-hooks/postinstall.js",
53-
"preuninstall": "node cli-hooks/preuninstall.js"
54-
},
55-
"dependencies": {
56-
"@csstools/css-calc": "~2.1.2",
57-
"@csstools/css-color-parser": "^3.0.8",
58-
"@csstools/css-parser-algorithms": "^3.0.4",
59-
"@csstools/css-tokenizer": "^3.0.3",
60-
"@nativescript/hook": "~2.0.0",
61-
"acorn": "^8.7.0",
62-
"css-tree": "^1.1.2",
63-
"css-what": "^6.1.0",
64-
"emoji-regex": "^10.2.1",
65-
"tslib": "^2.0.0"
66-
},
67-
"nativescript": {
68-
"platforms": {
69-
"ios": "6.0.0",
70-
"android": "6.0.0"
71-
},
72-
"hooks": [
73-
{
74-
"name": "nativescript-core",
75-
"type": "before-checkForChanges",
76-
"script": "cli-hooks/before-checkForChanges.js",
77-
"inject": true
78-
}
79-
]
80-
}
2+
"name": "@nativescript/core",
3+
"version": "8.9.2",
4+
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
5+
"main": "index",
6+
"types": "index.d.ts",
7+
"sideEffects": [
8+
"bundle-entry-points.js",
9+
"./globals/index.js",
10+
"./globals"
11+
],
12+
"files": [
13+
"**/*.d.ts",
14+
"**/*.js",
15+
"**/*.map",
16+
"**/platforms/ios/**",
17+
"platforms/android/**",
18+
"!platforms/android/core.aar",
19+
"**/package.json"
20+
],
21+
"keywords": [
22+
"NativeScript",
23+
"JavaScript",
24+
"Android",
25+
"iOS",
26+
"TypeScript"
27+
],
28+
"funding": [
29+
{
30+
"type": "opencollective",
31+
"url": "https://opencollective.com/NativeScript"
32+
},
33+
{
34+
"type": "github",
35+
"url": "https://github.com/sponsors/NativeScript"
36+
}
37+
],
38+
"homepage": "https://nativescript.org",
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/NativeScript/NativeScript"
42+
},
43+
"author": {
44+
"name": "NativeScript",
45+
"email": "oss@nativescript.org"
46+
},
47+
"bugs": {
48+
"url": "https://github.com/NativeScript/NativeScript/issues"
49+
},
50+
"license": "Apache-2.0",
51+
"scripts": {
52+
"postinstall": "node cli-hooks/postinstall.js",
53+
"preuninstall": "node cli-hooks/preuninstall.js"
54+
},
55+
"dependencies": {
56+
"@csstools/css-calc": "~2.1.2",
57+
"@csstools/css-color-parser": "^3.0.8",
58+
"@csstools/css-parser-algorithms": "^3.0.4",
59+
"@csstools/css-tokenizer": "^3.0.3",
60+
"@nativescript/hook": "~2.0.0",
61+
"acorn": "^8.7.0",
62+
"css-tree": "^1.1.2",
63+
"css-what": "^6.1.0",
64+
"emoji-regex": "^10.2.1",
65+
"tslib": "^2.0.0"
66+
},
67+
"nativescript": {
68+
"platforms": {
69+
"ios": "6.0.0",
70+
"android": "6.0.0"
71+
},
72+
"hooks": [
73+
{
74+
"name": "nativescript-core",
75+
"type": "before-checkForChanges",
76+
"script": "cli-hooks/before-checkForChanges.js",
77+
"inject": true
78+
}
79+
]
80+
}
8181
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.