expo-media-library 17.1.0-canary-20250404-87e2506 → 17.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
@@ -6,11 +6,17 @@
6
6
 
7
7
  ### 🎉 New features
8
8
 
9
+ ### 🐛 Bug fixes
10
+
11
+ ### 💡 Others
12
+
13
+ ## 17.1.0 — 2025-04-04
14
+
15
+ ### 🎉 New features
16
+
9
17
  - [iOS] Adding `pairedVideoAsset` for Live Photo support. ([#33274](https://github.com/expo/expo/pull/33274) by [@entiendoNull](https://github.com/entiendoNull))
10
18
  - Add `album` parameter to `createAssetAsync`. ([#35686](https://github.com/expo/expo/pull/35686) by [@behenate](https://github.com/behenate))
11
19
 
12
- ### 🐛 Bug fixes
13
-
14
20
  ### 💡 Others
15
21
 
16
22
  - [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '17.0.3'
7
+ version = '17.1.0'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.medialibrary"
11
11
  defaultConfig {
12
12
  versionCode 37
13
- versionName "17.0.3"
13
+ versionName "17.1.0"
14
14
  }
15
15
  }
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-media-library",
3
- "version": "17.1.0-canary-20250404-87e2506",
3
+ "version": "17.1.0",
4
4
  "description": "Provides access to user's media library.",
5
5
  "main": "build/MediaLibrary.js",
6
6
  "types": "build/MediaLibrary.d.ts",
@@ -38,10 +38,10 @@
38
38
  "preset": "expo-module-scripts"
39
39
  },
40
40
  "devDependencies": {
41
- "expo-module-scripts": "4.0.6-canary-20250404-87e2506"
41
+ "expo-module-scripts": "^4.1.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "expo": "53.0.0-canary-20250404-87e2506",
44
+ "expo": "*",
45
45
  "react-native": "*"
46
46
  },
47
47
  "codegenConfig": {
@@ -53,5 +53,6 @@
53
53
  "RCTImageURLLoader": "MediaLibraryImageLoader"
54
54
  }
55
55
  }
56
- }
56
+ },
57
+ "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
57
58
  }