From 3772043ac2e806e628c0355f14f3a6abf1680a4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Dec 2023 09:26:19 +0000 Subject: [PATCH] Version Packages --- .changeset/khaki-numbers-admire.md | 10 ---------- packages/marupay/CHANGELOG.md | 11 +++++++++++ packages/marupay/package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/khaki-numbers-admire.md diff --git a/.changeset/khaki-numbers-admire.md b/.changeset/khaki-numbers-admire.md deleted file mode 100644 index 6c5ec5d..0000000 --- a/.changeset/khaki-numbers-admire.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"marupay": patch ---- - -- Added new vendor exceptions to handle specific error scenarios (commit: 51f1ec0) -- Added handling for the scenario when a vendor account is not found (commit: fc392ac) -- Introduced a ValidationError interface to handle validation errors in Purchase (commit: 0424299) -- Added a VendorInsufficientBalance exception and handled it in edahab and w (commit: 326915f) -- Refactored error handling in edahab.ts for better readability and maintainability (commit: ba8483d) -- Added unit tests for the new vendor exceptions to ensure they work as expected (commit: ) diff --git a/packages/marupay/CHANGELOG.md b/packages/marupay/CHANGELOG.md index 2a24eda..3b610b6 100644 --- a/packages/marupay/CHANGELOG.md +++ b/packages/marupay/CHANGELOG.md @@ -1,5 +1,16 @@ # marupay +## 0.2.5 + +### Patch Changes + +- 3ea9530: - Added new vendor exceptions to handle specific error scenarios (commit: 51f1ec0) + - Added handling for the scenario when a vendor account is not found (commit: fc392ac) + - Introduced a ValidationError interface to handle validation errors in Purchase (commit: 0424299) + - Added a VendorInsufficientBalance exception and handled it in edahab and w (commit: 326915f) + - Refactored error handling in edahab.ts for better readability and maintainability (commit: ba8483d) + - Added unit tests for the new vendor exceptions to ensure they work as expected (commit: ) + ## 0.2.4 ### Patch Changes diff --git a/packages/marupay/package.json b/packages/marupay/package.json index 96b3e8d..b7e9ef7 100644 --- a/packages/marupay/package.json +++ b/packages/marupay/package.json @@ -1,6 +1,6 @@ { "name": "marupay", - "version": "0.2.4", + "version": "0.2.5", "description": "A package for making payment transactions with different african payments gateways.", "license": "MIT", "main": "./dist/index.js",