expo-manifests
Advanced tools
Comparing version 0.7.1 to 0.8.0
@@ -13,6 +13,16 @@ # Changelog | ||
## 0.7.1 — 2023-06-30 | ||
## 0.8.0 — 2023-07-28 | ||
### 🎉 New features | ||
- [iOS] Expose getMetadata method to match android. ([#23445](https://github.com/expo/expo/pull/23445) by [@wschurman](https://github.com/wschurman)) | ||
### 🐛 Bug fixes | ||
- [iOS] Fix error in handling nested array. ([#23562](https://github.com/expo/expo/pull/23562) by [@douglowder](https://github.com/douglowder)) | ||
## 0.7.1 - 2023-06-30 | ||
### 🐛 Bug fixes | ||
- Fixed iOS build errors in `use_frameworks!` mode. ([#23218](https://github.com/expo/expo/pull/23218) by [@kudo](https://github.com/kudo)) | ||
@@ -19,0 +29,0 @@ |
{ | ||
"name": "expo-manifests", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "Code to parse and use Expo and Expo Updates manifests.", | ||
@@ -23,5 +23,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"expo-json-utils": "~0.7.0" | ||
"expo-json-utils": "~0.8.0" | ||
}, | ||
"gitHead": "554e8b88a1a5d7f54c67cdb66e928a0adfb8731d" | ||
"gitHead": "663654577a7068c641b5e9474efbc502e3f334ea" | ||
} |
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
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
60927
+ Addedexpo-json-utils@0.8.0(transitive)
- Removedexpo-json-utils@0.7.1(transitive)
Updatedexpo-json-utils@~0.8.0