expo-application 5.8.2 → 5.8.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
+ ## 5.8.3 — 2024-01-18
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 5.8.2 — 2024-01-10
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-publish'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '5.8.2'
6
+ version = '5.8.3'
7
7
 
8
8
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
9
9
  if (expoModulesCorePlugin.exists()) {
@@ -94,7 +94,7 @@ android {
94
94
  namespace "expo.modules.application"
95
95
  defaultConfig {
96
96
  versionCode 12
97
- versionName '5.8.2'
97
+ versionName '5.8.3'
98
98
  }
99
99
  }
100
100
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "platforms": ["ios", "android", "web", "tvos"],
3
- "ios": {
2
+ "platforms": ["apple", "android", "web"],
3
+ "apple": {
4
4
  "modules": ["ApplicationModule"]
5
5
  },
6
6
  "android": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-application",
3
- "version": "5.8.2",
3
+ "version": "5.8.3",
4
4
  "description": "A universal module that gets native application information such as its ID, app name, and build version at runtime",
5
5
  "main": "build/Application.js",
6
6
  "types": "build/Application.d.ts",
@@ -36,5 +36,5 @@
36
36
  "peerDependencies": {
37
37
  "expo": "*"
38
38
  },
39
- "gitHead": "ca014bf2516c7644ef303f4c21fdd68de4d99f76"
39
+ "gitHead": "102899632731658eecba006c0d1c79b98ba8f5f7"
40
40
  }