expo-updates 0.24.10 → 0.24.11

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.24.11 — 2024-02-16
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 0.24.10 — 2024-02-06
14
18
 
15
19
  ### 🎉 New features
@@ -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.24.10'
7
+ version = '0.24.11'
8
8
 
9
9
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
10
10
  if (expoModulesCorePlugin.exists()) {
@@ -122,7 +122,7 @@ android {
122
122
  namespace "expo.modules.updates"
123
123
  defaultConfig {
124
124
  versionCode 31
125
- versionName '0.24.10'
125
+ versionName '0.24.11'
126
126
  consumerProguardFiles("proguard-rules.pro")
127
127
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
128
128
 
@@ -48,7 +48,7 @@ function getExpoDependencyChunks({
48
48
  ...(includeDevClient
49
49
  ? [['expo-dev-menu-interface'], ['expo-dev-menu'], ['expo-dev-launcher'], ['expo-dev-client']]
50
50
  : []),
51
- ...(includeTV ? [['expo-av', 'expo-image', 'expo-localization']] : []),
51
+ ...(includeTV ? [['expo-av', 'expo-blur', 'expo-image', 'expo-linear-gradient', 'expo-localization']] : []),
52
52
  ];
53
53
  }
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates",
3
- "version": "0.24.10",
3
+ "version": "0.24.11",
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",
@@ -65,5 +65,5 @@
65
65
  "peerDependencies": {
66
66
  "expo": "*"
67
67
  },
68
- "gitHead": "c4956bb901ddaffc2ad04ed22fd85aa36b8f3435"
68
+ "gitHead": "6ceeb37fe2ccd9b290f9d717d9792c68487118b1"
69
69
  }