Skip to content

Commit

Permalink
release: 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Apr 26, 2024
1 parent 4a6e9ad commit c6f42bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [8.7.1](https://github.com/NativeScript/ios/compare/v8.7.0...v8.7.1) (2024-04-26)


### Bug Fixes

* url href ([#252](https://github.com/NativeScript/ios/issues/252)) ([4a6e9ad](https://github.com/NativeScript/ios/commit/4a6e9adde6950e09ac0c2fd2713e25aa919ad448))
* 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.7.0](https://github.com/NativeScript/ios/compare/v8.6.3...v8.7.0) (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion NativeScript/NativeScript-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef NativeScript_Prefix_pch
#define NativeScript_Prefix_pch

#define NATIVESCRIPT_VERSION "8.7.0-rc.1"
#define NATIVESCRIPT_VERSION "8.7.1"

#ifdef DEBUG
#define SIZEOF_OFF_T 8
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/ios",
"description": "NativeScript Runtime for iOS",
"version": "8.7.0",
"version": "8.7.1",
"keywords": [
"NativeScript",
"iOS",
Expand Down Expand Up @@ -36,4 +36,4 @@
"dayjs": "^1.11.7",
"semver": "^7.5.0"
}
}
}

0 comments on commit c6f42bc

Please sign in to comment.