Skip to content

Commit eb4c4a3

Browse files
committed
chore(release): @nativescript/core 8.2.3
1 parent 36a55da commit eb4c4a3

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [8.2.3](https://github.com/NativeScript/NativeScript/compare/8.2.2-core...8.2.3) (2022-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** ensure android application is created before setting listeners ([#9876](https://github.com/NativeScript/NativeScript/issues/9876)) ([54f454f](https://github.com/NativeScript/NativeScript/commit/54f454f881204ec2a02ab1695819cf344c70dffe))
7+
* **android:** improve content uri handling ([#9874](https://github.com/NativeScript/NativeScript/issues/9874)) ([a272296](https://github.com/NativeScript/NativeScript/commit/a272296d875ca4bacf52c80dd568de6d3b73a4fc)), closes [#9871](https://github.com/NativeScript/NativeScript/issues/9871)
8+
* file access cross platform stub ([338ae56](https://github.com/NativeScript/NativeScript/commit/338ae56a829d9badf22c458b01d88c1ca9f3e677))
9+
* removed unecessary `console.log` ([#9877](https://github.com/NativeScript/NativeScript/issues/9877)) ([74e42fc](https://github.com/NativeScript/NativeScript/commit/74e42fcb8b68cf5740b33f337f7cdea7b0b94e3b))
10+
11+
12+
### Features
13+
14+
* added Utils.executeOnUIThread ([36a55da](https://github.com/NativeScript/NativeScript/commit/36a55dac7fd9db4ace98ac0a19286d8cfd0410bf))
15+
16+
17+
118
## [8.2.2](https://github.com/NativeScript/NativeScript/compare/8.2.1-core...8.2.2) (2022-04-07)
219

320

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.2.2",
3+
"version": "8.2.3",
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.2.3-alpha.0",
3+
"version": "8.2.3",
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)