@rebilly/framepay-react 9.0.0 → 9.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -26
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,26 +1 @@
|
|
1
|
-
## [9.
|
2
|
-
|
3
|
-
|
4
|
-
### ⚠ BREAKING CHANGES
|
5
|
-
|
6
|
-
* **framepay-react:** use @rebilly/framepay in framepay-react (#8702)
|
7
|
-
* **framepay-npm:** initial release (#8815)
|
8
|
-
|
9
|
-
### Features
|
10
|
-
|
11
|
-
* **cashier:** Add hosted app ([#8723](https://github.com/Rebilly/rebilly/issues/8723)) ([49481ec](https://github.com/Rebilly/rebilly/commit/49481ec1336a518d5ba513b53b24a46fdcc47acb))
|
12
|
-
* **framepay-npm:** initial release ([#8815](https://github.com/Rebilly/rebilly/issues/8815)) ([4029127](https://github.com/Rebilly/rebilly/commit/402912752363d7da51424b38185ac239bae7afe6))
|
13
|
-
* **framepay-npm:** Prepare for publishing, and add error propagation ([#8765](https://github.com/Rebilly/rebilly/issues/8765)) ([b4ab4a5](https://github.com/Rebilly/rebilly/commit/b4ab4a52bba2de2c986b1292896391598194ace8))
|
14
|
-
|
15
|
-
|
16
|
-
### Bug Fixes
|
17
|
-
|
18
|
-
* **cashier, framepay-npm:** use framepay-npm types ([#8830](https://github.com/Rebilly/rebilly/issues/8830)) ([8bdeeea](https://github.com/Rebilly/rebilly/commit/8bdeeeaf7accec1d79f2ce4cbdb67a7d4ec76b74))
|
19
|
-
* **framepay-npm:** add the main export for the outdated build tools ([#8766](https://github.com/Rebilly/rebilly/issues/8766)) ([abcd6ea](https://github.com/Rebilly/rebilly/commit/abcd6eaec41223b964b0e71dec8a6893916359de))
|
20
|
-
* **framepay-npm:** publish package publically ([#8817](https://github.com/Rebilly/rebilly/issues/8817)) ([ccc245c](https://github.com/Rebilly/rebilly/commit/ccc245ccc142ea891695233ecd6e62bc905ddeda))
|
21
|
-
* **framepay-react:** fix undefined error ([#8837](https://github.com/Rebilly/rebilly/issues/8837)) ([8d4f6e6](https://github.com/Rebilly/rebilly/commit/8d4f6e65a5edd6d707c3bf36c008a42e67519877))
|
22
|
-
|
23
|
-
|
24
|
-
### Refactors
|
25
|
-
|
26
|
-
* **framepay-react:** use @rebilly/framepay in framepay-react ([#8702](https://github.com/Rebilly/rebilly/issues/8702)) ([87ef705](https://github.com/Rebilly/rebilly/commit/87ef7058f67abe0dfa790cc681adedb0aa710c93))
|
1
|
+
## [9.1.1](https://github.com/Rebilly/rebilly/compare/framepay-react-v9.1.0...framepay-react-v9.1.1) (2024-11-27)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rebilly/framepay-react",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.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",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"@testing-library/react": "^15.0.7",
|
72
72
|
"@types/jest": "^29.5.1",
|
73
73
|
"@types/node": "^22.7.7",
|
74
|
-
"core-js": "^3.
|
74
|
+
"core-js": "^3.39.0",
|
75
75
|
"cross-env": "^7.0.3",
|
76
76
|
"cypress": "^12.17.4",
|
77
77
|
"cypress-iframe": "^1.0.1",
|