Skip to content

Commit 985892c

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2025-09-01) ### Bug Fixes * potential fix for missing import suggestion ([2fad6a4](2fad6a4))
1 parent df13e69 commit 985892c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.2](https://github.com/JairajJangle/react-native-navigation-mode/compare/v1.2.1...v1.2.2) (2025-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* potential fix for missing import suggestion ([2fad6a4](https://github.com/JairajJangle/react-native-navigation-mode/commit/2fad6a427df4cdbf3b14328f7d343c7de5478085))
7+
18
## [1.2.2-beta.1](https://github.com/JairajJangle/react-native-navigation-mode/compare/v1.2.1...v1.2.2-beta.1) (2025-09-01)
29

310

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-navigation-mode",
3-
"version": "1.2.2-beta.1",
3+
"version": "1.2.2",
44
"description": "Detect Android navigation mode (3-button, 2-button, or gesture)",
55
"main": "./lib/module/index.js",
66
"react-native": "./lib/module/index.js",

0 commit comments

Comments
 (0)