expo-updates 0.14.3 → 0.14.4

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
+ ## 0.14.4 — 2022-08-12
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 0.14.3 — 2022-07-25
14
18
 
15
19
  ### 🐛 Bug fixes
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-kapt'
4
4
  apply plugin: 'maven-publish'
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '0.14.3'
7
+ version = '0.14.4'
8
8
 
9
9
  apply from: "../scripts/create-manifest-android.gradle"
10
10
 
@@ -77,7 +77,7 @@ android {
77
77
  minSdkVersion safeExtGet("minSdkVersion", 21)
78
78
  targetSdkVersion safeExtGet("targetSdkVersion", 31)
79
79
  versionCode 31
80
- versionName '0.14.3'
80
+ versionName '0.14.4'
81
81
  consumerProguardFiles("proguard-rules.pro")
82
82
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
83
83
  // uncomment below to export the database schema when making changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@expo/code-signing-certificates": "0.0.2",
43
- "@expo/config": "~7.0.0",
44
- "@expo/config-plugins": "~5.0.0",
45
- "@expo/metro-config": "~0.3.18",
43
+ "@expo/config": "~7.0.1",
44
+ "@expo/config-plugins": "~5.0.1",
45
+ "@expo/metro-config": "~0.3.19",
46
46
  "arg": "4.1.0",
47
47
  "expo-eas-client": "~0.3.0",
48
48
  "expo-manifests": "~0.3.0",
@@ -64,5 +64,5 @@
64
64
  "peerDependencies": {
65
65
  "expo": "*"
66
66
  },
67
- "gitHead": "066000e04629874e1c67f2b3b9a38af805d9831c"
67
+ "gitHead": "ffcb7e155d3b6a9615ab7c233e0d6313887c9385"
68
68
  }