Skip to content

Commit f24ac1d

Browse files
committed
release: @nativescript/core 8.5.2
1 parent 18bba2b commit f24ac1d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [8.5.2](https://github.com/NativeScript/NativeScript/compare/8.5.1-core...8.5.2) (2023-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** resilience to nativeView access under edge cases ([#10276](https://github.com/NativeScript/NativeScript/issues/10276)) ([4551da0](https://github.com/NativeScript/NativeScript/commit/4551da075b074f4c67da52f5279e2823169731ec))
7+
8+
9+
### Features
10+
11+
* **file-system:** allow copy when opening a File ([#10274](https://github.com/NativeScript/NativeScript/issues/10274)) ([18bba2b](https://github.com/NativeScript/NativeScript/commit/18bba2bc11743b8927109e6f01a9cc30e50e95a4))
12+
* **file:** copy sync and async support ([#10273](https://github.com/NativeScript/NativeScript/issues/10273)) ([c63a50a](https://github.com/NativeScript/NativeScript/commit/c63a50a19627159ca13c513fb8026f42f7c5918e))
13+
14+
15+
116
## [8.5.1](https://github.com/NativeScript/NativeScript/compare/8.5.0-core...8.5.1) (2023-04-17)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "8.5.1",
3+
"version": "8.5.2",
44
"license": "MIT",
55
"scripts": {
66
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/core",
3-
"version": "8.5.1",
3+
"version": "8.5.2",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"main": "index",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)