react-native-persona 2.2.28 → 2.2.30

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
@@ -7,6 +7,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [v2.2.30] - 2023-01-25
11
+
12
+ - Upgrade to iOS Inquiry SDK 2.5.11
13
+ - Upgrade to Android Inquiry SDK 2.3.5
14
+
15
+ ## [v2.2.29] - 2022-12-15
16
+
17
+ - Upgrade to iOS Inquiry SDK 2.5.4
18
+ - Upgrade to Android Inquiry SDK 2.3.0
19
+
10
20
  ## [v2.2.28] - 2022-11-30
11
21
 
12
22
  - Upgrade to iOS Inquiry SDK 2.5.3
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
  s.requires_arc = true
23
23
 
24
24
  s.dependency 'React-Core'
25
- s.dependency 'PersonaInquirySDK2', '2.5.3'
25
+ s.dependency 'PersonaInquirySDK2', '2.5.11'
26
26
 
27
27
  s.static_framework = true
28
28
  end
@@ -66,5 +66,5 @@ dependencies {
66
66
  //noinspection GradleDynamicVersion
67
67
  implementation 'com.facebook.react:react-native:+' // From node_modules
68
68
 
69
- implementation 'com.withpersona.sdk2:inquiry:2.2.45'
69
+ implementation 'com.withpersona.sdk2:inquiry:2.3.5'
70
70
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-persona",
3
3
  "title": "React Native Persona",
4
- "version": "2.2.28",
4
+ "version": "2.2.30",
5
5
  "description": "Launch a mobile native implementation of the Persona inquiry flow from React Native.",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",