expo-image-loader 4.1.1 → 4.2.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
+ ## 4.2.0 — 2023-05-08
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 4.1.1 — 2023-02-09
14
18
 
15
19
  _This version does not introduce any user-facing changes._
package/README.md CHANGED
@@ -4,7 +4,7 @@ Provides image loader
4
4
 
5
5
  # Installation in managed Expo projects
6
6
 
7
- For [managed](https://docs.expo.dev/versions/latest/introduction/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects — it is likely to be included in an upcoming Expo SDK release.
7
+ For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects — it is likely to be included in an upcoming Expo SDK release.
8
8
 
9
9
  # Installation in bare React Native projects
10
10
 
@@ -33,7 +33,7 @@ buildscript {
33
33
  }
34
34
 
35
35
  group = 'host.exp.exponent'
36
- version = '4.1.1'
36
+ version = '4.2.0'
37
37
 
38
38
  // Creating sources with comments
39
39
  task androidSourcesJar(type: Jar) {
@@ -74,7 +74,7 @@ android {
74
74
  minSdkVersion safeExtGet("minSdkVersion", 21)
75
75
  targetSdkVersion safeExtGet("targetSdkVersion", 33)
76
76
  versionCode 8
77
- versionName "4.1.1"
77
+ versionName "4.2.0"
78
78
  }
79
79
  lintOptions {
80
80
  abortOnError false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-image-loader",
3
- "version": "4.1.1",
3
+ "version": "4.2.0",
4
4
  "description": "Image loader",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -24,5 +24,5 @@
24
24
  "peerDependencies": {
25
25
  "expo": "*"
26
26
  },
27
- "gitHead": "1f8a6a09570fd451378565ca34933018ce48454e"
27
+ "gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78"
28
28
  }