Skip to content

Commit d0fc711

Browse files
committed
chore: release 2.6.5
1 parent d877a78 commit d0fc711

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## <small>2.6.5 (2025-12-17)</small>
4+
5+
* fix(#98): initial device computation breaking sensor usages on android (#100) ([d877a78](https://github.com/gladiuscode/react-native-orientation-director/commit/d877a78)), closes [#98](https://github.com/gladiuscode/react-native-orientation-director/issues/98) [#100](https://github.com/gladiuscode/react-native-orientation-director/issues/100)
6+
37
## <small>2.6.4 (2025-11-16)</small>
48

59
* fix(android): portrait falsy report when degrees don't match clauses (#96) ([b6a27da](https://github.com/gladiuscode/react-native-orientation-director/commit/b6a27da)), closes [#96](https://github.com/gladiuscode/react-native-orientation-director/issues/96)

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.4",
3+
"version": "2.6.5",
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)