expo-linear-gradient 10.0.2 → 10.0.3

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
+ ## 10.0.3 — 2021-10-21
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 10.0.2 — 2021-10-15
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '10.0.2'
6
+ version = '10.0.3'
7
7
 
8
8
  buildscript {
9
9
  // Simple helper that allows the root project to override versions declared by this library.
@@ -57,7 +57,7 @@ android {
57
57
  minSdkVersion safeExtGet("minSdkVersion", 21)
58
58
  targetSdkVersion safeExtGet("targetSdkVersion", 30)
59
59
  versionCode 17
60
- versionName "10.0.2"
60
+ versionName "10.0.3"
61
61
  }
62
62
  lintOptions {
63
63
  abortOnError false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-linear-gradient",
3
- "version": "10.0.2",
3
+ "version": "10.0.3",
4
4
  "description": "Provides a React component that renders a gradient view.",
5
5
  "main": "build/LinearGradient.js",
6
6
  "types": "build/LinearGradient.d.ts",
@@ -34,10 +34,10 @@
34
34
  "license": "MIT",
35
35
  "homepage": "https://docs.expo.dev/versions/latest/sdk/linear-gradient/",
36
36
  "dependencies": {
37
- "expo-modules-core": "~0.4.3"
37
+ "expo-modules-core": "~0.4.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "expo-module-scripts": "^2.0.0"
41
41
  },
42
- "gitHead": "d23e1ac491da96b51c25eb2533efcd56499ee287"
42
+ "gitHead": "4fa0497a180ae707fa860cb03858630ab7af19f4"
43
43
  }