react-native-persona 2.4.3 → 2.4.4

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,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [v2.4.4] - 2023-03-08
11
+
12
+ ### Changed
13
+
14
+ - Upgrade to iOS Inquiry SDK 2.7.3
15
+
10
16
  ## [v2.4.3] - 2023-03-06
11
17
 
12
18
  ### Changed
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
22
22
  s.requires_arc = true
23
23
 
24
24
  s.dependency 'React-Core'
25
- s.dependency 'PersonaInquirySDK2', '2.7.2'
25
+ s.dependency 'PersonaInquirySDK2', '2.7.3'
26
26
  end
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.4.3",
4
+ "version": "2.4.4",
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",