@rebilly/framepay-react 9.0.0 → 9.1.0
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 +2 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.1.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v9.0.0...framepay-react-v9.1.0) (2024-11-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
### ⚠ BREAKING CHANGES
|
|
5
|
-
|
|
6
|
-
* **framepay-react:** use @rebilly/framepay in framepay-react (#8702)
|
|
7
|
-
* **framepay-npm:** initial release (#8815)
|
|
8
|
-
|
|
9
4
|
### Features
|
|
10
5
|
|
|
11
|
-
* **
|
|
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))
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#8740](https://github.com/Rebilly/rebilly/issues/8740)) ([e0b7123](https://github.com/Rebilly/rebilly/commit/e0b7123076aa95556a6cefdd4aa8fcce7ac3f5ff))
|
package/package.json
CHANGED