Skip to content

Commit b4e8c20

Browse files
committed
chore: release 1.2.2
1 parent 059c78e commit b4e8c20

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [1.2.2](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.2.1...v1.2.2) (2024-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **iOS:** wrong MACRO used for resetSupportedInterfaceOrientations ([#20](https://github.com/gladiuscode/react-native-orientation-director/issues/20)) ([059c78e](https://github.com/gladiuscode/react-native-orientation-director/commit/059c78e434a7d0caacac7815bb225a2e94ac0cdd))
9+
310
## [1.2.1](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.2.0...v1.2.1) (2024-05-27)
411

512

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": "1.2.1",
3+
"version": "1.2.2",
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)