Skip to content

Commit

Permalink
bump to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Apr 20, 2024
1 parent 2e20a4c commit 22b3db9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ A react-native module that can listen on orientation changing of device, get cur
### ChangeLog
<details>
<summary>ChangeLog details</summary>
v1.7.0
1. Add: Add support for new iOS orientation API on newer OS versions
2. Fix: Fix reporting UI orientation upon unlock

v1.6.0
1. Add: Add vs2022 support. Remove unnecessary reference
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-orientation-locker",
"version": "1.6.0",
"version": "1.7.0",
"summary": "A react-native module that can listen on orientation changing of device",
"description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
"homepage": "https://github.com/wonday/react-native-orientation-locker",
Expand Down

0 comments on commit 22b3db9

Please sign in to comment.