expo-dev-launcher 6.0.3 → 6.0.5

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,14 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 6.0.5 — 2025-08-25
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
17
+ ## 6.0.4 — 2025-08-21
18
+
19
+ _This version does not introduce any user-facing changes._
20
+
13
21
  ## 6.0.3 — 2025-08-18
14
22
 
15
23
  ### 💡 Others
@@ -20,13 +20,13 @@ expoModule {
20
20
  }
21
21
 
22
22
  group = "host.exp.exponent"
23
- version = "6.0.3"
23
+ version = "6.0.5"
24
24
 
25
25
  android {
26
26
  namespace "expo.modules.devlauncher"
27
27
  defaultConfig {
28
28
  versionCode 9
29
- versionName "6.0.3"
29
+ versionName "6.0.5"
30
30
  }
31
31
 
32
32
  buildTypes {
@@ -348,7 +348,7 @@ fun HomeScreen(
348
348
  modifier = Modifier.fillMaxWidth()
349
349
  ) {
350
350
  NewText(
351
- "RECENTLY OPEND",
351
+ "RECENTLY OPENED",
352
352
  style = NewAppTheme.font.sm.merge(
353
353
  fontWeight = FontWeight.Medium,
354
354
  fontFamily = NewAppTheme.font.mono
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-dev-launcher",
3
3
  "title": "Expo Development Launcher",
4
- "version": "6.0.3",
4
+ "version": "6.0.5",
5
5
  "description": "Pre-release version of the Expo development launcher package for testing.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -15,11 +15,11 @@
15
15
  "license": "MIT",
16
16
  "homepage": "https://docs.expo.dev",
17
17
  "dependencies": {
18
- "expo-dev-menu": "7.0.3",
19
- "expo-manifests": "~1.0.2"
18
+ "expo-dev-menu": "7.0.4",
19
+ "expo-manifests": "~1.0.4"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "expo": "*"
23
23
  },
24
- "gitHead": "475cdabd3faad56f0e8c4abcaaf21140c01c094f"
24
+ "gitHead": "bbd466e1bdb1ba2aa6ba64192f58e900ea7478bc"
25
25
  }