expo-dev-client 55.0.0 → 55.0.2

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,16 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 55.0.2 — 2026-01-26
14
+
15
+ ### 🎉 New features
16
+
17
+ - Add sources button to dev client on iOS. ([#42493](https://github.com/expo/expo/pull/42493) by [@EvanBacon](https://github.com/EvanBacon))
18
+
19
+ ## 55.0.1 — 2026-01-22
20
+
21
+ _This version does not introduce any user-facing changes._
22
+
13
23
  ## 55.0.0 — 2026-01-21
14
24
 
15
25
  ### 🎉 New features
@@ -8,13 +8,13 @@ expoModule {
8
8
  }
9
9
 
10
10
  group = "host.exp.exponent"
11
- version = "55.0.0"
11
+ version = "55.0.2"
12
12
 
13
13
  android {
14
14
  namespace "expo.modules.devclient"
15
15
  defaultConfig {
16
16
  versionCode 1
17
- versionName "55.0.0"
17
+ versionName "55.0.2"
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-dev-client",
3
- "version": "55.0.0",
3
+ "version": "55.0.2",
4
4
  "description": "Expo Development Client",
5
5
  "main": "build/DevClient.js",
6
6
  "types": "build/DevClient.d.ts",
@@ -32,15 +32,15 @@
32
32
  "license": "MIT",
33
33
  "homepage": "https://docs.expo.dev/versions/latest/sdk/dev-client/",
34
34
  "dependencies": {
35
- "expo-dev-launcher": "55.0.0",
36
- "expo-dev-menu": "55.0.0",
35
+ "expo-dev-launcher": "55.0.3",
36
+ "expo-dev-menu": "55.0.2",
37
37
  "expo-dev-menu-interface": "55.0.0",
38
- "expo-manifests": "~55.0.0",
39
- "expo-updates-interface": "~55.0.0"
38
+ "expo-manifests": "~55.0.2",
39
+ "expo-updates-interface": "~55.1.1"
40
40
  },
41
41
  "devDependencies": {
42
- "expo-module-scripts": "^55.0.0",
43
- "expo-test-runner": "0.3.9"
42
+ "expo-module-scripts": "^55.0.2",
43
+ "expo-test-runner": "0.3.11"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "expo": "*"
@@ -48,5 +48,5 @@
48
48
  "jest": {
49
49
  "preset": "expo-module-scripts"
50
50
  },
51
- "gitHead": "6b424b7810c62417bb53f7e3d4e18a25403dbfeb"
51
+ "gitHead": "7d7f6762fc6907c27a329953c682134a84410dea"
52
52
  }