@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -22
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,26 +1,6 @@
1
- ## [9.0.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v8.3.0...framepay-react-v9.0.0) (2024-11-26)
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
- * **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))
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
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",