expo-dev-client 5.3.0-canary-20250811-5c940c0 → 6.0.0

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
@@ -6,12 +6,18 @@
6
6
 
7
7
  ### 🎉 New features
8
8
 
9
- - [iOS] Partial support for Apple TV. ([#38388](https://github.com/expo/expo/pull/38388) by [@douglowder](https://github.com/douglowder))
10
-
11
9
  ### 🐛 Bug fixes
12
10
 
13
11
  ### 💡 Others
14
12
 
13
+ ## 6.0.0 — 2025-08-13
14
+
15
+ ### 🎉 New features
16
+
17
+ - [iOS] Partial support for Apple TV. ([#38388](https://github.com/expo/expo/pull/38388) by [@douglowder](https://github.com/douglowder))
18
+
19
+ ### 💡 Others
20
+
15
21
  - fix TS error when running tests ([#38660](https://github.com/expo/expo/pull/38660) by [@vonovak](https://github.com/vonovak))
16
22
 
17
23
  ## 5.2.4 - 2025-07-03
@@ -8,13 +8,13 @@ expoModule {
8
8
  }
9
9
 
10
10
  group = "host.exp.exponent"
11
- version = "5.3.0-canary-20250811-5c940c0"
11
+ version = "6.0.0"
12
12
 
13
13
  android {
14
14
  namespace "expo.modules.devclient"
15
15
  defaultConfig {
16
16
  versionCode 1
17
- versionName "5.3.0-canary-20250811-5c940c0"
17
+ versionName "6.0.0"
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": "5.3.0-canary-20250811-5c940c0",
3
+ "version": "6.0.0",
4
4
  "description": "Expo Development Client",
5
5
  "main": "build/DevClient.js",
6
6
  "types": "build/DevClient.d.ts",
@@ -32,20 +32,21 @@
32
32
  "license": "MIT",
33
33
  "homepage": "https://docs.expo.dev/versions/latest/sdk/dev-client/",
34
34
  "dependencies": {
35
- "expo-dev-launcher": "5.2.0-canary-20250811-5c940c0",
36
- "expo-dev-menu": "6.2.0-canary-20250811-5c940c0",
37
- "expo-dev-menu-interface": "1.10.1-canary-20250811-5c940c0",
38
- "expo-manifests": "0.17.0-canary-20250811-5c940c0",
39
- "expo-updates-interface": "1.2.0-canary-20250811-5c940c0"
35
+ "expo-dev-launcher": "6.0.0",
36
+ "expo-dev-menu": "7.0.0",
37
+ "expo-dev-menu-interface": "2.0.0",
38
+ "expo-manifests": "~1.0.0",
39
+ "expo-updates-interface": "~2.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "expo-module-scripts": "4.1.11-canary-20250811-5c940c0",
43
- "expo-test-runner": "0.2.6-canary-20250811-5c940c0"
42
+ "expo-module-scripts": "^5.0.0",
43
+ "expo-test-runner": "0.3.0"
44
44
  },
45
45
  "peerDependencies": {
46
- "expo": "54.0.0-canary-20250811-5c940c0"
46
+ "expo": "*"
47
47
  },
48
48
  "jest": {
49
49
  "preset": "expo-module-scripts"
50
- }
50
+ },
51
+ "gitHead": "cb7062e2c17d1fb09522834aaaac0e19b766df62"
51
52
  }