expo-dev-launcher 5.0.0 → 5.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
+ ## 5.0.2 — 2024-10-24
14
+
15
+ ### 🎉 New features
16
+
17
+ - Add support for react-native 0.76 ([#32285](https://github.com/expo/expo/pull/32285) by [@gabrieldonadel](https://github.com/gabrieldonadel))
18
+
19
+ ## 5.0.1 — 2024-10-22
20
+
21
+ _This version does not introduce any user-facing changes._
22
+
13
23
  ## 5.0.0 — 2024-10-22
14
24
 
15
25
  ### 🛠 Breaking changes
@@ -40,6 +50,7 @@
40
50
  - Refactor expo-updates context injection ([#31951](https://github.com/expo/expo/pull/31951) by [@wschurman](https://github.com/wschurman))
41
51
  - Remove unused `semver` dependency. ([#32063](https://github.com/expo/expo/pull/32063) by [@kitten](https://github.com/kitten))
42
52
  - [ios] Remove appContext property from updates interface. ([#32103](https://github.com/expo/expo/pull/32103) by [@wschurman](https://github.com/wschurman))
53
+ - Fixed broken unit tests since React Native 0.76 bump. ([#32210](https://github.com/expo/expo/pull/32210) by [@kudo](https://github.com/kudo))
43
54
 
44
55
  ## 4.0.27 - 2024-08-23
45
56
 
@@ -17,7 +17,7 @@ android {
17
17
  namespace "expo.modules.devlauncher"
18
18
  defaultConfig {
19
19
  versionCode 9
20
- versionName "5.0.0"
20
+ versionName "5.0.2"
21
21
  }
22
22
 
23
23
  buildTypes {