expo-updates 0.26.13 → 0.26.14

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.26.14 — 2025-01-31
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 0.26.13 — 2025-01-19
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -16,7 +16,7 @@ apply plugin: 'com.android.library'
16
16
  apply plugin: 'com.google.devtools.ksp'
17
17
 
18
18
  group = 'host.exp.exponent'
19
- version = '0.26.13'
19
+ version = '0.26.14'
20
20
 
21
21
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
22
22
  apply from: expoModulesCorePlugin
@@ -63,7 +63,7 @@ android {
63
63
  namespace "expo.modules.updates"
64
64
  defaultConfig {
65
65
  versionCode 31
66
- versionName '0.26.13'
66
+ versionName '0.26.14'
67
67
  consumerProguardFiles("proguard-rules.pro")
68
68
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
69
69
 
@@ -60,6 +60,7 @@ function getExpoDependencyChunks({
60
60
  'expo-crypto',
61
61
  'expo-network',
62
62
  'expo-secure-store',
63
+ 'expo-symbols',
63
64
  'expo-video',
64
65
  ],
65
66
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates",
3
- "version": "0.26.13",
3
+ "version": "0.26.14",
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",
@@ -67,5 +67,5 @@
67
67
  "expo": "*",
68
68
  "react": "*"
69
69
  },
70
- "gitHead": "0a0c6d35a691fc59c0d94675d159ac9e3dfd6f26"
70
+ "gitHead": "d13f18276d52b15263754f35ec72befcb2785104"
71
71
  }