Skip to content

Commit 71f2bc0

Browse files
committed
release: @nativescript/core 8.5.6
1 parent c278430 commit 71f2bc0

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [8.5.5](https://github.com/NativeScript/NativeScript/compare/8.5.4-core...8.5.5) (2023-06-19)
1+
## [8.5.6](https://github.com/NativeScript/NativeScript/compare/8.5.5-core...8.5.6-core) (2023-06-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** unhandled error typings ([#10320](https://github.com/NativeScript/NativeScript/issues/10320)) ([c278430](https://github.com/NativeScript/NativeScript/commit/c27843024050115c3ee058828ed6f404d513c07a))
7+
* **android:** early access to context and packageName ([#10321](https://github.com/NativeScript/NativeScript/issues/10321)) ([0873894](https://github.com/NativeScript/NativeScript/commit/0873894a27cc2785c9b1db189d63e2cd2e2c60f7))
8+
9+
10+
11+
## [8.5.5](https://github.com/NativeScript/NativeScript/compare/8.5.4-core...8.5.5-core) (2023-06-19)
212

313

414
### Bug Fixes
@@ -8,7 +18,7 @@
818

919

1020

11-
## [8.5.4](https://github.com/NativeScript/NativeScript/compare/5.0.15-webpack...8.5.4) (2023-06-17)
21+
## [8.5.4](https://github.com/NativeScript/NativeScript/compare/5.0.15-webpack...8.5.4-core) (2023-06-17)
1222

1323

1424
### Bug Fixes
@@ -22,7 +32,7 @@
2232

2333

2434

25-
## [8.5.3](https://github.com/NativeScript/NativeScript/compare/8.5.2-core...8.5.3) (2023-05-04)
35+
## [8.5.3](https://github.com/NativeScript/NativeScript/compare/8.5.2-core...8.5.3-core) (2023-05-04)
2636

2737

2838
### Bug Fixes
@@ -37,7 +47,7 @@
3747

3848

3949

40-
## [8.5.2](https://github.com/NativeScript/NativeScript/compare/8.5.1-core...8.5.2) (2023-04-25)
50+
## [8.5.2](https://github.com/NativeScript/NativeScript/compare/8.5.1-core...8.5.2-core) (2023-04-25)
4151

4252

4353
### Bug Fixes
@@ -52,7 +62,7 @@
5262

5363

5464

55-
## [8.5.1](https://github.com/NativeScript/NativeScript/compare/8.5.0-core...8.5.1) (2023-04-17)
65+
## [8.5.1](https://github.com/NativeScript/NativeScript/compare/8.5.0-core...8.5.1-core) (2023-04-17)
5666

5767

5868
### Bug Fixes
@@ -71,7 +81,7 @@
7181

7282

7383

74-
# [8.5.0](https://github.com/NativeScript/NativeScript/compare/8.4.7-core...8.5.0) (2023-03-28)
84+
# [8.5.0](https://github.com/NativeScript/NativeScript/compare/8.4.7-core...8.5.0-core) (2023-03-28)
7585

7686

7787
### Bug Fixes
@@ -224,7 +234,7 @@ for (var i = 0; i < collection.count; i++) {
224234
225235
226236
227-
## [8.4.7](https://github.com/NativeScript/NativeScript/compare/5.0.13-webpack...8.4.7) (2023-01-23)
237+
## [8.4.7](https://github.com/NativeScript/NativeScript/compare/5.0.13-webpack...8.4.7-core) (2023-01-23)
228238
229239
230240
### Bug Fixes

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.5",
3+
"version": "8.5.6",
44
"license": "MIT",
55
"scripts": {
66
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",

0 commit comments

Comments
 (0)