Skip to content

Commit cedb3cd

Browse files
committed
chore: release 2.5.1
1 parent dc634c5 commit cedb3cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## <small>2.5.1 (2025-05-25)</small>
4+
5+
* fix(iOS): iOS 15 doesn't lock the interface using provided methods (#76) ([5e178f8](https://github.com/gladiuscode/react-native-orientation-director/commit/5e178f8)), closes [#76](https://github.com/gladiuscode/react-native-orientation-director/issues/76)
6+
* fix(iOS): simulator infinite loop rotating orientation (#74) ([dc634c5](https://github.com/gladiuscode/react-native-orientation-director/commit/dc634c5)), closes [#74](https://github.com/gladiuscode/react-native-orientation-director/issues/74)
7+
38
## 2.5.0 (2025-05-11)
49

510
* feat: upgrade react native to 79.2 (#72) ([0e25040](https://github.com/gladiuscode/react-native-orientation-director/commit/0e25040)), closes [#72](https://github.com/gladiuscode/react-native-orientation-director/issues/72)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-orientation-director",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)