cloudcommerce 2.46.3 → 2.48.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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
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.48.0](https://github.com/ecomplus/cloud-commerce/compare/v2.47.0...v2.48.0) (2025-07-18)
6
+
7
+
8
+ ### Features
9
+
10
+ * **asaas:** Setup Asaas payment integration app ([f95f319](https://github.com/ecomplus/cloud-commerce/commit/f95f3191c397f0d485d1a956cfe08c4affd96123))
11
+ * **paypal:** Setup PayPal (Plus) payment integration app ([37e76b7](https://github.com/ecomplus/cloud-commerce/commit/37e76b7f450e58e20f22774876d2fd75f6909d5f))
12
+
13
+ ## [2.47.0](https://github.com/ecomplus/cloud-commerce/compare/v2.46.3...v2.47.0) (2025-07-16)
14
+
15
+
16
+ ### Features
17
+
18
+ * **i18n:** New `i19discounts` word ([b015e50](https://github.com/ecomplus/cloud-commerce/commit/b015e5002d4ffa054aff69d094bbe56028854971))
19
+ * **storefront:** New `useCartSidebar` composable optionally abstracting discount and freight ([7ee98ca](https://github.com/ecomplus/cloud-commerce/commit/7ee98ca76c3cd876a1d84f0888af5f46cd3987f2))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **discounts:** Handle new optional `DISCOUNTS_DISABLE_OPEN` bool env ([c34f53c](https://github.com/ecomplus/cloud-commerce/commit/c34f53c589154c845677a667af3323d6efb9efc7))
25
+ * **storefront:** Skip duplicating extra discount on amount total or other final price ([b4a195c](https://github.com/ecomplus/cloud-commerce/commit/b4a195c95e61193a8a042cc5d45e0bf8309c5ad1))
26
+
5
27
  ## [2.46.3](https://github.com/ecomplus/cloud-commerce/compare/v2.46.2...v2.46.3) (2025-07-10)
6
28
 
7
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.46.3",
4
+ "version": "2.48.0",
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.6.1",
45
- "@cloudcommerce/eslint": "2.46.3"
45
+ "@cloudcommerce/eslint": "2.48.0"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",