expo-manifests
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -13,2 +13,16 @@ # Changelog | ||
## 0.7.0 — 2023-06-21 | ||
### 📚 3rd party library updates | ||
- Updated `junit` to `4.13.2`. ([#22395](https://github.com/expo/expo/pull/22395) by [@josephyanks](https://github.com/josephyanks)) | ||
### 🎉 New features | ||
- Added `Manifests.getPluginProperties()` helper to query dedicated package's properties inside the `plugins` config. ([#22701](https://github.com/expo/expo/pull/22701) by [@kudo](https://github.com/kudo)) | ||
### 🐛 Bug fixes | ||
- Fixed Android build warnings for Gradle version 8. ([#22537](https://github.com/expo/expo/pull/22537), [#22609](https://github.com/expo/expo/pull/22609) by [@kudo](https://github.com/kudo)) | ||
## 0.6.0 — 2023-05-08 | ||
@@ -15,0 +29,0 @@ |
{ | ||
"name": "expo-manifests", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Code to parse and use Expo and Expo Updates manifests.", | ||
@@ -23,5 +23,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"expo-json-utils": "~0.6.0" | ||
"expo-json-utils": "~0.7.0" | ||
}, | ||
"gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78" | ||
"gitHead": "fa5ecca8251986b9f197cc14074eec0ab6dfb6db" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59726
26
+ Addedexpo-json-utils@0.7.1(transitive)
- Removedexpo-json-utils@0.6.0(transitive)
Updatedexpo-json-utils@~0.7.0