react-native-persona 2.2.3 → 2.2.6

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,26 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [v2.2.6] - 2022-03-28
11
+
12
+ ### Changed
13
+
14
+ - Upgrade to iOS Inquiry SDK 2.2.8
15
+ - Upgrade to Android Inquiry SDK 2.2.11
16
+
17
+ ## [v2.2.5] - 2022-03-22
18
+
19
+ ### Fixed
20
+
21
+ - Point the type definition to the correct file
22
+
23
+ ## [v2.2.4] - 2022-03-07
24
+
25
+ ### Changed
26
+
27
+ - Upgrade to Android Inquiry SDK 2.2.9
28
+ - Upgrade to iOS Inquiry SDK 2.2.6
29
+
10
30
  ## [v2.2.3] - 2022-03-02
11
31
 
12
32
  ### Fixed
@@ -30,7 +50,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
30
50
  ### Added
31
51
 
32
52
  - Expose underlying Android/iOS SDK version with `#nativeSdkVersion`
33
- - Add `#fromInquiry`, `#fromTemplate`, and `#fromTemplateVersion` static methods to `Inquiry`
53
+ - Add `#fromInquiry`, `#fromTemplate`, and `#fromTemplateVersion` static methods to `Inquiry`
34
54
 
35
55
  ### Deprecated
36
56
 
@@ -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.2.4'
25
+ s.dependency 'PersonaInquirySDK2', '2.2.8'
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.8'
69
+ implementation 'com.withpersona.sdk2:inquiry:2.2.11'
70
70
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "react-native-persona",
3
3
  "title": "React Native Persona",
4
- "version": "2.2.3",
4
+ "version": "2.2.6",
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",
8
- "types": "lib/typescript/src/index.d.ts",
8
+ "types": "lib/typescript/index.d.ts",
9
9
  "react-native": "src/index",
10
10
  "source": "src/index",
11
11
  "bin": {