cloudcommerce 2.48.20 → 2.49.1

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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [2.49.1](https://github.com/ecomplus/cloud-commerce/compare/v2.49.0...v2.49.1) (2025-09-07)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **pagarme-v5:** Add changedback charge status parsed to `in_dispute` ([e637b5f](https://github.com/ecomplus/cloud-commerce/commit/e637b5f696798cb4da6ead1931ae43be795538ef))
11
+ * **paghiper:** Fix reading PagHiper notifications on webhooks process ([4783a80](https://github.com/ecomplus/cloud-commerce/commit/4783a80ba88390f780b69122df58a92c42974dda))
12
+
13
+ ## [2.49.0](https://github.com/ecomplus/cloud-commerce/compare/v2.48.20...v2.49.0) (2025-09-05)
14
+
15
+
16
+ ### Features
17
+
18
+ * **vindi:** Setup Vindi payment integration app ([05a3b86](https://github.com/ecomplus/cloud-commerce/commit/05a3b864d6caadfe0ee3387ff46c8124e96410f5))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **appmax:** Ensure installments is sent on transaction ([204b427](https://github.com/ecomplus/cloud-commerce/commit/204b4277b1ff73dc63a2d07ef7c1c24977d9cd90))
24
+ * **custom-payment:** Create transaction directly paid when order amount is zero (free) ([3f773cf](https://github.com/ecomplus/cloud-commerce/commit/3f773cf416e0f373236be2c48b2ad981de8d31e2))
25
+
5
26
  ## [2.48.20](https://github.com/ecomplus/cloud-commerce/compare/v2.48.19...v2.48.20) (2025-08-27)
6
27
 
7
28
  ## [2.48.19](https://github.com/ecomplus/cloud-commerce/compare/v2.48.18...v2.48.19) (2025-08-27)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.48.20",
4
+ "version": "2.49.1",
5
5
  "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
6
6
  "main": "packages/api/lib/index.js",
7
7
  "author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.19",
43
43
  "vitest": "^2.1.9",
44
44
  "zx": "^8.8.1",
45
- "@cloudcommerce/eslint": "2.48.20"
45
+ "@cloudcommerce/eslint": "2.49.1"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",