react-native-persona 2.2.5 → 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 +8 -1
- package/RNPersonaInquiry2.podspec +1 -1
- package/android/build.gradle +1 -1
- package/package.json +1 -1
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.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
|
+
|
|
10
17
|
## [v2.2.5] - 2022-03-22
|
|
11
18
|
|
|
12
19
|
### Fixed
|
|
@@ -43,7 +50,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
43
50
|
### Added
|
|
44
51
|
|
|
45
52
|
- Expose underlying Android/iOS SDK version with `#nativeSdkVersion`
|
|
46
|
-
- Add `#fromInquiry`, `#fromTemplate`, and `#fromTemplateVersion` static methods to `Inquiry`
|
|
53
|
+
- Add `#fromInquiry`, `#fromTemplate`, and `#fromTemplateVersion` static methods to `Inquiry`
|
|
47
54
|
|
|
48
55
|
### Deprecated
|
|
49
56
|
|
package/android/build.gradle
CHANGED
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.2.
|
|
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",
|