Skip to content

Commit ecbcaff

Browse files
committed
release: 8.2.3
1 parent e8681ff commit ecbcaff

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [8.2.3](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.2.2...v8.2.3) (2022-03-30)
2+
3+
4+
### Bug Fixes
5+
6+
* use serial queues and revert string copy changes ([#156](https://github.com/NativeScript/ns-v8ios-runtime/issues/156)) ([e8681ff](https://github.com/NativeScript/ns-v8ios-runtime/commit/e8681ff46ca240e819b1eaffc2c6c5b2d7cac866))
7+
8+
9+
110
## [8.2.2](https://github.com/NativeScript/ns-v8ios-runtime/compare/v8.2.1...v8.2.2) (2022-03-22)
211

312

NativeScript/NativeScript-Prefix.pch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef NativeScript_Prefix_pch
22
#define NativeScript_Prefix_pch
33

4-
#define NATIVESCRIPT_VERSION "8.2.3-alpha.0"
4+
#define NATIVESCRIPT_VERSION "8.2.3"
55

66
#ifdef DEBUG
77
#define SIZEOF_OFF_T 8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/ios",
33
"description": "NativeScript Runtime for iOS",
4-
"version": "8.2.3-alpha.0",
4+
"version": "8.2.3",
55
"keywords": [
66
"NativeScript",
77
"iOS",

0 commit comments

Comments
 (0)