react-native-persona 1.3.1 → 1.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 CHANGED
@@ -7,6 +7,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [v1.3.3] - 2022-11-30
11
+
12
+ - Upgrade to iOS Inquiry SDK 1.1.28
13
+ - Upgrade to Android Inquiry SDK 1.1.23
14
+
15
+ ## [v1.3.2] - 2022-10-18
16
+
17
+ ### Changed
18
+
19
+ - Upgrade to Android Inquiry SDK 1.1.21
20
+ - Upgrade to iOS Inquiry SDK 1.1.27
21
+
10
22
  ## [v1.3.1] - 2022-03-02
11
23
 
12
24
  ### Fixed
@@ -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 'PersonaInquirySDK', '~> 1.1.25'
25
+ s.dependency 'PersonaInquirySDK', '~> 1.1.28'
26
26
 
27
27
  s.static_framework = true
28
28
  end
@@ -64,5 +64,5 @@ dependencies {
64
64
  implementation "com.facebook.react:react-native:+" // From node_modules
65
65
 
66
66
  // NOTE: After updating, please update the `sdkVersions.android` in example/package.json
67
- implementation 'com.withpersona.sdk:inquiry:1.1.19'
67
+ implementation 'com.withpersona.sdk:inquiry:1.1.23'
68
68
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-persona",
3
3
  "title": "React Native Persona",
4
- "version": "1.3.1",
4
+ "version": "1.3.3",
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",