expo-dev-launcher 2.1.4 → 2.1.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,12 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 2.1.5 — 2023-03-03
14
+
15
+ ### 💡 Others
16
+
17
+ - Update JS bundle to fix dev client not showing logged user and initial data. ([#21510](https://github.com/expo/expo/pull/21510) by [@gabrieldonadel](https://github.com/gabrieldonadel))
18
+
13
19
  ## 2.1.4 — 2023-02-28
14
20
 
15
21
  ### 🐛 Bug fixes
@@ -40,7 +40,7 @@ android {
40
40
  minSdkVersion safeExtGet('minSdkVersion', 21)
41
41
  targetSdkVersion safeExtGet("targetSdkVersion", 33)
42
42
  versionCode 9
43
- versionName "2.1.4"
43
+ versionName "2.1.5"
44
44
  }
45
45
 
46
46
  lintOptions {