react-native-persona 2.1.1 → 2.1.2

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,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## [v2.1.2] - 2021-12-17
11
+
12
+ ### Changed
13
+
14
+ - Upgrade to iOS Inquiry SDK 2.1.2
15
+ - Upgrade to Android Inquiry SDK 2.1.1
16
+
10
17
  ## [v2.1.1] - 2021-12-02
11
18
 
12
19
  ### Changed
@@ -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', '~> 2.1.1'
25
+ s.dependency 'PersonaInquirySDK', '~> 2.1.2'
26
26
 
27
27
  s.static_framework = true
28
28
  end
@@ -79,7 +79,7 @@ dependencies {
79
79
  implementation 'com.facebook.react:react-native:+' // From node_modules
80
80
 
81
81
  // NOTE: After updating, please update the `sdkVersions.android` in example/package.json
82
- implementation 'com.withpersona.sdk:inquiry:2.1.0'
82
+ implementation 'com.withpersona.sdk:inquiry:2.1.1'
83
83
  }
84
84
 
85
85
  def configureReactNativePom(def pom) {
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.1.1",
4
+ "version": "2.1.2",
5
5
  "description": "Launch a mobile native implementation of the Persona inquiry flow from React Native.",
6
6
  "main": "src/index.js",
7
7
  "bin": {