@rebilly/framepay-vue 7.3.0 → 8.0.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 +6 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
- ## [7.3.0](https://github.com/Rebilly/rebilly/compare/framepay-vue-v7.2.1...framepay-vue-v7.3.0) (2024-11-25)
1
+ ## [8.0.0](https://github.com/Rebilly/rebilly/compare/framepay-vue-v7.3.1...framepay-vue-v8.0.0) (2024-11-25)
2
2
 
3
3
 
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * **framepay-npm:** initial release (#8815)
7
+
4
8
  ### Features
5
9
 
6
- * **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))
10
+ * **framepay-npm:** initial release ([#8815](https://github.com/Rebilly/rebilly/issues/8815)) ([4029127](https://github.com/Rebilly/rebilly/commit/402912752363d7da51424b38185ac239bae7afe6))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-vue",
3
3
  "type": "module",
4
- "version": "7.3.0",
4
+ "version": "8.0.0",
5
5
  "description": "Official Vue wrapper for Rebilly FramePay",
6
6
  "author": "Rebilly",
7
7
  "repository": {