File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 8.7.1] ( https://github.com/NativeScript/ios/compare/v8.7.0...v8.7.1 ) (2024-04-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * url href ([ #252 ] ( https://github.com/NativeScript/ios/issues/252 ) ) ([ 4a6e9ad] ( https://github.com/NativeScript/ios/commit/4a6e9adde6950e09ac0c2fd2713e25aa919ad448 ) )
7
+ * Xcode 15.3+ not setting TARGET_OS_IOS correctly ([ #248 ] ( https://github.com/NativeScript/ios/issues/248 ) ) ([ 74e1444] ( https://github.com/NativeScript/ios/commit/74e144432bf17cc043d0e64affc9cb1703e80832 ) )
8
+
9
+
10
+
1
11
# [ 8.7.0] ( https://github.com/NativeScript/ios/compare/v8.6.3...v8.7.0 ) (2024-04-08)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
#ifndef NativeScript_Prefix_pch
2
2
#define NativeScript_Prefix_pch
3
3
4
- #define NATIVESCRIPT_VERSION "8.7.0-rc. 1"
4
+ #define NATIVESCRIPT_VERSION "8.7.1"
5
5
6
6
#ifdef DEBUG
7
7
#define SIZEOF_OFF_T 8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/ios" ,
3
3
"description" : " NativeScript Runtime for iOS" ,
4
- "version" : " 8.7.0 " ,
4
+ "version" : " 8.7.1 " ,
5
5
"keywords" : [
6
6
" NativeScript" ,
7
7
" iOS" ,
36
36
"dayjs" : " ^1.11.7" ,
37
37
"semver" : " ^7.5.0"
38
38
}
39
- }
39
+ }
You can’t perform that action at this time.
0 commit comments