expo-image-loader 5.0.1-canary-20250404-3c3b5fd → 5.1.0

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.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 5.1.0 — 2025-04-04
14
+
15
+ ### 💡 Others
16
+
13
17
  - [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
14
18
  - [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd))
15
19
 
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '5.0.0'
7
+ version = '5.1.0'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.imageloader"
11
11
  defaultConfig {
12
12
  versionCode 8
13
- versionName "5.0.0"
13
+ versionName "5.1.0"
14
14
  }
15
15
  }
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-image-loader",
3
- "version": "5.0.1-canary-20250404-3c3b5fd",
3
+ "version": "5.1.0",
4
4
  "description": "Image loader",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -22,6 +22,7 @@
22
22
  "dependencies": {},
23
23
  "devDependencies": {},
24
24
  "peerDependencies": {
25
- "expo": "53.0.0-canary-20250404-3c3b5fd"
26
- }
25
+ "expo": "*"
26
+ },
27
+ "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
27
28
  }