expo-dev-client-components 3.0.8-canary-20251127-587bc53 → 3.0.9-canary-20251205-756eb7a

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,6 +14,10 @@
14
14
 
15
15
  - Added support for React Native 0.82.x. ([#39678](https://github.com/expo/expo/pull/39678) by [@gabrieldonadel](https://github.com/gabrieldonadel))
16
16
 
17
+ ## 3.0.8 - 2025-12-05
18
+
19
+ _This version does not introduce any user-facing changes._
20
+
17
21
  ## 3.0.7 — 2025-09-11
18
22
 
19
23
  _This version does not introduce any user-facing changes._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-dev-client-components",
3
- "version": "3.0.8-canary-20251127-587bc53",
3
+ "version": "3.0.9-canary-20251205-756eb7a",
4
4
  "description": "Shared JS components and configuration for expo-dev-client",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "homepage": "https://docs.expo.dev",
30
30
  "dependencies": {
31
31
  "@expo/styleguide-native": "^1.0.1",
32
- "expo-module-scripts": "5.1.0-canary-20251127-587bc53"
32
+ "expo-module-scripts": "5.1.0-canary-20251205-756eb7a"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@testing-library/react-native": "^13.2.0"