@prelude.so/react-native-sdk 0.5.0 → 0.5.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 +8 -0
- package/android/build.gradle +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Prelude React Native SDK Change Log
|
|
4
4
|
|
|
5
|
+
## [0.5.2] - 2026-05-12
|
|
6
|
+
|
|
7
|
+
- Update native Android SDK to version 0.5.1, fixing a regression where signal dispatch could fail on Android when transport detection raced a 50ms timeout. iOS unchanged.
|
|
8
|
+
|
|
9
|
+
## [0.5.1] - 2026-04-21
|
|
10
|
+
|
|
11
|
+
- Update native iOS SDK to version 0.5.1. Fixes a build failure introduced in 0.5.0.
|
|
12
|
+
|
|
5
13
|
## [0.5.0] - 2026-04-17
|
|
6
14
|
|
|
7
15
|
- Update native Android SDK to version 0.5.0 and iOS SDK to version 0.5.0. These updates include improved Silent Network Authentication per carrier configuration, stronger device signals, and an improved signal dispatch algorithm.
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prelude.so/react-native-sdk",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Prelude SDK for React Native",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"react-native": "*"
|
|
55
55
|
},
|
|
56
56
|
"so_prelude": {
|
|
57
|
-
"apple_sdk_tag": "0.5.
|
|
57
|
+
"apple_sdk_tag": "0.5.1"
|
|
58
58
|
}
|
|
59
59
|
}
|