Skip to content

Commit f1e68a3

Browse files
committed
chore: release 2.5.0
1 parent 0e25040 commit f1e68a3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# Changelog
12

3+
## 2.5.0 (2025-05-11)
4+
5+
* feat: upgrade react native to 79.2 (#72) ([0e25040](https://github.com/gladiuscode/react-native-orientation-director/commit/0e25040)), closes [#72](https://github.com/gladiuscode/react-native-orientation-director/issues/72)
6+
* fix(docs): wrong app delegate file mention (#71) ([6ff29e8](https://github.com/gladiuscode/react-native-orientation-director/commit/6ff29e8)), closes [#71](https://github.com/gladiuscode/react-native-orientation-director/issues/71)
27

38
# [2.4.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.3.2...v2.4.0) (2025-04-10)
49

@@ -186,4 +191,4 @@
186191
* **js:** implement interfaceOrientationDidChange event emit ([58784d5](https://github.com/gladiuscode/react-native-orientation-director/commit/58784d5f4e25ddcf77f48aaa5661ba7b261a6872))
187192
* **js:** implement listenForDeviceOrientationChanges and enhance code structure ([12a8184](https://github.com/gladiuscode/react-native-orientation-director/commit/12a81843717a4ec5536e12bea2e6faa1ccb54936))
188193
* **js:** implement lockTo given orientation ([8c42c23](https://github.com/gladiuscode/react-native-orientation-director/commit/8c42c23e14cf055a21e853e6ef1dba33998c72e2))
189-
* **js:** implement unlock method ([c063acc](https://github.com/gladiuscode/react-native-orientation-director/commit/c063acc4280e4b4a1844096340992089bf890563))
194+
* **js:** implement unlock method ([c063acc](https://github.com/gladiuscode/react-native-orientation-director/commit/c063acc4280e4b4a1844096340992089bf890563))

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

0 commit comments

Comments
 (0)