@ankhorage/expo-runtime 3.0.12 → 3.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/expo-runtime
2
2
 
3
+ ## 3.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - dbf640c: Update Ankhorage dependencies: `@ankhorage/zora`.
8
+
3
9
  ## 3.0.12
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ankhorage/expo-runtime",
3
3
  "type": "module",
4
- "version": "3.0.12",
4
+ "version": "3.0.13",
5
5
  "description": "Declarative runtime integration for Expo apps: maps app capabilities to permissions, packages, config plugins, providers, and adapters",
6
6
  "homepage": "https://github.com/ankhorage/expo-runtime#readme",
7
7
  "bugs": {
@@ -126,7 +126,7 @@
126
126
  },
127
127
  "peerDependencies": {
128
128
  "@ankhorage/permissions": "^0.2.3",
129
- "@ankhorage/zora": "^3.0.1",
129
+ "@ankhorage/zora": "^3.0.2",
130
130
  "@react-native-vector-icons/fontawesome": "^13.1.3",
131
131
  "@react-native-vector-icons/fontawesome5": "^13.1.3",
132
132
  "@react-native-vector-icons/fontawesome6": "^13.1.3",
@@ -192,7 +192,7 @@
192
192
  "@ankhorage/devtools": "^1.8.2",
193
193
  "@ankhorage/paradox": "^0.1.24",
194
194
  "@ankhorage/permissions": "^0.2.3",
195
- "@ankhorage/zora": "^3.0.1",
195
+ "@ankhorage/zora": "^3.0.2",
196
196
  "@react-native-picker/picker": "2.11.4",
197
197
  "@react-native-vector-icons/fontawesome": "^13.1.3",
198
198
  "@react-native-vector-icons/fontawesome5": "^13.1.3",