expo-dev-menu
Advanced tools
Comparing version 0.7.6 to 0.7.7
@@ -13,2 +13,8 @@ # Changelog | ||
## 0.7.7 — 2021-08-06 | ||
### 🐛 Bug fixes | ||
- Fixed menu binds to all keyboard shortcuts on Android. ([#13794](https://github.com/expo/expo/pull/13794) by [@lukmccall](https://github.com/lukmccall)) | ||
## 0.7.6 — 2021-08-04 | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "expo-dev-menu", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"description": "Expo/React Native module with the developer menu.", | ||
@@ -45,3 +45,3 @@ "main": "build/DevMenu.js", | ||
"@expo/config-plugins": "^3.0.0", | ||
"expo-dev-menu-interface": "0.3.3" | ||
"expo-dev-menu-interface": "0.3.4" | ||
}, | ||
@@ -64,3 +64,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "5b7ae72196358c9ded95c2ad578383c08df8684b" | ||
"gitHead": "b588610e02acf18f338a3187882e139fd031a9b6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5125037
+ Addedexpo-dev-menu-interface@0.3.4(transitive)
- Removedexpo-dev-menu-interface@0.3.3(transitive)