Skip to content

Commit a50866c

Browse files
committed
chore: release 2.6.1
1 parent 26cf330 commit a50866c

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.6.1 (2025-07-27)</small>
4+
5+
* fix(android): broken interface computation (#89) ([26cf330](https://github.com/gladiuscode/react-native-orientation-director/commit/26cf330)), closes [#89](https://github.com/gladiuscode/react-native-orientation-director/issues/89)
6+
* docs: indicate required android imports (#88) ([ef8a429](https://github.com/gladiuscode/react-native-orientation-director/commit/ef8a429)), closes [#88](https://github.com/gladiuscode/react-native-orientation-director/issues/88)
7+
38
## 2.6.0 (2025-06-28)
49

510
* fix(android): face up or down detection and improve portrait (#84) ([9bc1d9c](https://github.com/gladiuscode/react-native-orientation-director/commit/9bc1d9c)), closes [#84](https://github.com/gladiuscode/react-native-orientation-director/issues/84)

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.6.0",
3+
"version": "2.6.1",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/module/src/index.d.ts",

0 commit comments

Comments
 (0)