You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reset version to 0.1.7 and ensure RC prerelease config
- Reset package version back to 0.1.7
- Maintain RC prerelease configuration for development branch
- This should fix the semantic-release branch configuration error
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "expo-focus-menu",
3
-
"version": "1.0.0",
3
+
"version": "0.1.7",
4
4
"description": "Native iOS context menus with haptic feedback, SF Symbols, and interactive emoji reactions for React Native. Provides an elegant focus menu UI component for Expo and React Native apps.",
0 commit comments