react-native-persona 2.4.0 → 2.4.1

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.1] - 2023-02-27
11
+
12
+ ### Changed
13
+
14
+ - No longer enforcing `use_frameworks!` requirement for iOS / Cocoapods, allowing RNPersonaInquiry2 to compile as a dynamic framework within cocoapods. This breaks support for Cocoapods 1.9.3.
15
+
10
16
  ## [v2.4.0] - 2023-02-24
11
17
 
12
18
  ### Changed
@@ -23,6 +23,4 @@ Pod::Spec.new do |s|
23
23
 
24
24
  s.dependency 'React-Core'
25
25
  s.dependency 'PersonaInquirySDK2', '2.7.0'
26
-
27
- s.static_framework = true
28
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.0",
4
+ "version": "2.4.1",
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",