@rebilly/framepay-react 6.0.1 → 6.1.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
@@ -1,3 +1,17 @@
1
+ ## [6.1.1](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.1.0...framepay-react-v6.1.1) (2024-01-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **fe:** Add MobilePay method to framepay-react ([#2872](https://github.com/Rebilly/rebilly/issues/2872)) ([ca69960](https://github.com/Rebilly/rebilly/commit/ca6996083411e9239fce4a67a4709aa1ed22d89b))
7
+
8
+ ## [6.1.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.0.1...framepay-react-v6.1.0) (2024-01-05)
9
+
10
+
11
+ ### Features
12
+
13
+ * **kyc-document-gatherer:** face liveness and set it as optional ([#2752](https://github.com/Rebilly/rebilly/issues/2752)) ([bac2f34](https://github.com/Rebilly/rebilly/commit/bac2f34a5d27fdd820ee8bd67e6d430a4f315170))
14
+
1
15
  ## [6.0.1](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.0.0...framepay-react-v6.0.1) (2024-01-04)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "6.0.1",
3
+ "version": "6.1.1",
4
4
  "description": "A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features",
5
5
  "main": "build/index.js",
6
6
  "author": "Rebilly",
@@ -34,6 +34,7 @@ type PaymentMethods =
34
34
  | 'invoice'
35
35
  | 'Jeton'
36
36
  | 'Klarna'
37
+ | 'MobilePay'
37
38
  | 'miscellaneous'
38
39
  | 'Neteller'
39
40
  | 'Nordea-Solo'