expo-manifests
Advanced tools
Comparing version 0.5.2 to 0.6.0
@@ -13,4 +13,14 @@ # Changelog | ||
## 0.5.2 — 2023-02-21 | ||
## 0.6.0 — 2023-05-08 | ||
### 🎉 New features | ||
- Support new SDK version field in new manifests. ([#22356](https://github.com/expo/expo/pull/22356) by [@wschurman](https://github.com/wschurman)) | ||
### 💡 Others | ||
- Convert iOS implementation to Swift. ([#21298](https://github.com/expo/expo/pull/21298), [#21648](https://github.com/expo/expo/pull/21648) by [@wschurman](https://github.com/wschurman)) | ||
## 0.5.2 - 2023-02-21 | ||
### 🐛 Bug fixes | ||
@@ -17,0 +27,0 @@ |
{ | ||
"name": "expo-manifests", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "Code to parse and use Expo and Expo Updates manifests.", | ||
@@ -23,5 +23,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"expo-json-utils": "~0.5.0" | ||
"expo-json-utils": "~0.6.0" | ||
}, | ||
"gitHead": "d7ecf4eaf234d2f1100249a2c893a948d47376aa" | ||
"gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78" | ||
} |
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
51877
23
+ Addedexpo-json-utils@0.6.0(transitive)
- Removedexpo-json-utils@0.5.1(transitive)
Updatedexpo-json-utils@~0.6.0