Skip to content

Commit 12323b9

Browse files
committed
chore: release 2.3.1
1 parent 9c93d94 commit 12323b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [2.3.1](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.3.0...v2.3.1) (2025-03-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **android:** interface orientation listener not working with manual rotation ([#59](https://github.com/gladiuscode/react-native-orientation-director/issues/59)) ([9c93d94](https://github.com/gladiuscode/react-native-orientation-director/commit/9c93d949422a361a66d03b266929b02eefbfa6cb))
9+
310
# [2.3.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.2.0...v2.3.0) (2025-02-27)
411

512

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.3.0",
3+
"version": "2.3.1",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)