cloudcommerce 2.52.0 → 2.52.2
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.
- package/CHANGELOG.md +16 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
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.52.2](https://github.com/ecomplus/cloud-commerce/compare/v2.52.1...v2.52.2) (2025-10-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Update non-major dependencies ([#633](https://github.com/ecomplus/cloud-commerce/issues/633)) ([6c72941](https://github.com/ecomplus/cloud-commerce/commit/6c72941f5351e63340ed28a9488257f3ee54608f))
|
|
11
|
+
* **storefront:** Handle ?exp_id URL param to force A/B experiment variant ([2016d5f](https://github.com/ecomplus/cloud-commerce/commit/2016d5f685549064ba00f6c1d5317c16d6ca796d))
|
|
12
|
+
|
|
13
|
+
## [2.52.1](https://github.com/ecomplus/cloud-commerce/compare/v2.52.0...v2.52.1) (2025-10-08)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **pagarme-v5:** Hide Pix QR Code on webhook with paid status check only ([b7c84c8](https://github.com/ecomplus/cloud-commerce/commit/b7c84c89702e46e2382a7b75d4e8ba6b73ef5055))
|
|
19
|
+
* **tiny-erp:** Calculate and save proper image dimensions for product pictures ([aba0858](https://github.com/ecomplus/cloud-commerce/commit/aba08580af2f627e2e08d723b5d0cfdd21015c44))
|
|
20
|
+
|
|
5
21
|
## [2.52.0](https://github.com/ecomplus/cloud-commerce/compare/v2.51.4...v2.52.0) (2025-10-07)
|
|
6
22
|
|
|
7
23
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.52.
|
|
4
|
+
"version": "2.52.2",
|
|
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>",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "^
|
|
29
|
-
"@commitlint/config-conventional": "^
|
|
30
|
-
"@commitlint/rules": "^
|
|
31
|
-
"@types/node": "^20.19.
|
|
28
|
+
"@commitlint/cli": "^20.1.0",
|
|
29
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
30
|
+
"@commitlint/rules": "^20.0.0",
|
|
31
|
+
"@types/node": "^20.19.20",
|
|
32
32
|
"commit-and-tag-version": "^12.6.0",
|
|
33
33
|
"dotenv": "^17.2.3",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vite": "^5.4.20",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.8.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.52.
|
|
45
|
+
"@cloudcommerce/eslint": "2.52.2"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|