Skip to content

Commit e945e9a

Browse files
committed
chore: release 2.3.0
1 parent d150dc9 commit e945e9a

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

22

3+
# [2.3.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.2.0...v2.3.0) (2025-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* broken lint due to expo deps ([#57](https://github.com/gladiuscode/react-native-orientation-director/issues/57)) ([d150dc9](https://github.com/gladiuscode/react-native-orientation-director/commit/d150dc962fe196012e5a0f50fa917bc35fa09c98))
9+
10+
11+
### Features
12+
13+
* support expo cng ([#54](https://github.com/gladiuscode/react-native-orientation-director/issues/54)) ([e586dd8](https://github.com/gladiuscode/react-native-orientation-director/commit/e586dd8db2f0a30a82669b615cb7a72b60b448f4))
14+
* support react native .77 ([#50](https://github.com/gladiuscode/react-native-orientation-director/issues/50)) ([b7513bd](https://github.com/gladiuscode/react-native-orientation-director/commit/b7513bde9c98cb3ea2648662efd8ccb2572b7b4a))
15+
* upgrade create-react-native-library to latest ([#51](https://github.com/gladiuscode/react-native-orientation-director/issues/51)) ([03c0dd5](https://github.com/gladiuscode/react-native-orientation-director/commit/03c0dd5b05359e36bbc0beeb8045a3c1343f6ced))
16+
317
# [2.2.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.1.0...v2.2.0) (2025-02-04)
418

519

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