Skip to content

Commit 83d7f3f

Browse files
committed
chore: release 2.6.2
1 parent 1142126 commit 83d7f3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.2 (2025-10-20)</small>
4+
5+
* fix: expo plugin breaking due to override keyword not supported in version 54 (#92) ([1142126](https://github.com/gladiuscode/react-native-orientation-director/commit/1142126)), closes [#92](https://github.com/gladiuscode/react-native-orientation-director/issues/92)
6+
37
## <small>2.6.1 (2025-07-27)</small>
48

59
* 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)

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