@prelude.so/react-native-sdk 0.3.1 → 0.3.3

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 ADDED
@@ -0,0 +1,7 @@
1
+ # Change Log
2
+
3
+ Prelude React Native SDK Change Log
4
+
5
+ ## [0.3.3] - 2025-09-23
6
+
7
+ - Update native components to Android version 0.2.3 and iOS version 0.2.4 which added Silent Verification support for Bouygues
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'so.prelude.reactnative.sdk'
4
- version = '0.2.1'
4
+ version = '0.2.3'
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -44,5 +44,5 @@ android {
44
44
 
45
45
  dependencies {
46
46
  compileOnly('com.squareup.okhttp3:okhttp:4.12.0')
47
- implementation('so.prelude.android:sdk:0.2.1')
47
+ implementation('so.prelude.android:sdk:0.2.3')
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prelude.so/react-native-sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Prelude SDK for React Native",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -30,7 +30,8 @@
30
30
  "scripts/*",
31
31
  "src/*",
32
32
  "expo-module.config.json",
33
- "tsconfig.json"
33
+ "tsconfig.json",
34
+ "CHANGELOG.md"
34
35
  ],
35
36
  "repository": "https://github.com/prelude-so/react-native-sdk",
36
37
  "bugs": {
@@ -53,6 +54,6 @@
53
54
  "react-native": "*"
54
55
  },
55
56
  "so_prelude": {
56
- "apple_sdk_tag": "0.2.2"
57
+ "apple_sdk_tag": "0.2.4"
57
58
  }
58
59
  }