react-native-persona 2.2.22 → 2.2.24
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 +10 -0
- package/README.md +5 -0
- package/RNPersonaInquiry2.podspec +1 -1
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## [v2.2.24] - 2022-09-22
|
|
11
|
+
|
|
12
|
+
- Upgrade to iOS Inquiry SDK 2.4.0
|
|
13
|
+
- Upgrade to Android Inquiry SDK 2.2.37
|
|
14
|
+
|
|
15
|
+
## [v2.2.23] - 2022-09-07
|
|
16
|
+
|
|
17
|
+
- Upgrade to iOS Inquiry SDK 2.3.9
|
|
18
|
+
- Upgrade to Android Inquiry SDK 2.2.36
|
|
19
|
+
|
|
10
20
|
## [v2.2.22] - 2022-08-25
|
|
11
21
|
|
|
12
22
|
- Upgrade to iOS Inquiry SDK 2.3.6
|
package/README.md
CHANGED
|
@@ -51,6 +51,11 @@ $ cd example
|
|
|
51
51
|
$ yarn persona-tool
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
+
### Adding Dependencies
|
|
55
|
+
If you need to add any open source dependencies to this project, you'll need to make sure that the license for that project is acceptable. At the time of writing, licenses that are not GPL, LGPL, or AGPL are likely to be acceptable. Please consult with #legal for specific questions though.
|
|
56
|
+
|
|
57
|
+
We use the [license_finder](https://github.com/pivotal/LicenseFinder) gem to ensure that we're only using open source projects with licenses that we explicitly allow. If and when you need to add a new license to our allow-list, you can edit the file at `doc/dependency_decisions.yml` accordingly. If you check out `license_finder`'s [documentation](https://github.com/pivotal/LicenseFinder), you'll see how to use the tool to make these updates to the yml file.
|
|
58
|
+
|
|
54
59
|
# Installing in your own project
|
|
55
60
|
|
|
56
61
|
```
|
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.24",
|
|
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",
|