Skip to content

Commit b0a0076

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

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-beta.1](https://github.com/JairajJangle/react-native-navigation-mode/compare/v1.2.1...v1.2.2-beta.1) (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.1](https://github.com/JairajJangle/react-native-navigation-mode/compare/v1.2.0...v1.2.1) (2025-08-02)
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.1",
3+
"version": "1.2.2-beta.1",
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)