Skip to content

Commit ba27a5f

Browse files
committed
chore: release 3.0.0
1 parent 725c832 commit ba27a5f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
# [3.0.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.6.5...v3.0.0) (2026-03-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **plugin:** missing typescript dependency ([#104](https://github.com/gladiuscode/react-native-orientation-director/issues/104)) ([725c832](https://github.com/gladiuscode/react-native-orientation-director/commit/725c832b6d1738361326096acdf562684498733c))
9+
10+
11+
### Features
12+
13+
* **android:** rewrite sensor logic to improve reliability ([#103](https://github.com/gladiuscode/react-native-orientation-director/issues/103)) ([ba58945](https://github.com/gladiuscode/react-native-orientation-director/commit/ba589455f73714f115df6ab9eb7d080ddcfcff77))
14+
* drop old arch support ([#102](https://github.com/gladiuscode/react-native-orientation-director/issues/102)) ([32e6a84](https://github.com/gladiuscode/react-native-orientation-director/commit/32e6a84d0b768d3e6391c698d10d291e6e7e3c94))
15+
* upgrade react native to latest ([#101](https://github.com/gladiuscode/react-native-orientation-director/issues/101)) ([073e134](https://github.com/gladiuscode/react-native-orientation-director/commit/073e134c8a390da975317fdbe96f2c2297568b02))
16+
317
## <small>2.6.5 (2025-12-17)</small>
418

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

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

0 commit comments

Comments
 (0)