cloudcommerce 2.36.4 → 2.36.6
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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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.36.6](https://github.com/ecomplus/cloud-commerce/compare/v2.36.5...v2.36.6) (2025-01-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **braspag:** Properly calculating max installments with consistent `min_installment` ([8dffdf3](https://github.com/ecomplus/cloud-commerce/commit/8dffdf32b74478f7f387b197634494980805538b))
|
|
11
|
+
|
|
12
|
+
## [2.36.5](https://github.com/ecomplus/cloud-commerce/compare/v2.36.4...v2.36.5) (2025-01-03)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **storefront:** Do not force `content-entry` section when MD content is empty ([6eb44f3](https://github.com/ecomplus/cloud-commerce/commit/6eb44f3958924fd1115391c4b784c240cb69db72))
|
|
18
|
+
* **storefront:** Skip empty metafields and layout custom fields from CMS config ([30872f7](https://github.com/ecomplus/cloud-commerce/commit/30872f730fabfb24afe746735c568e6a8037ae60))
|
|
19
|
+
|
|
5
20
|
## [2.36.4](https://github.com/ecomplus/cloud-commerce/compare/v2.36.3...v2.36.4) (2025-01-02)
|
|
6
21
|
|
|
7
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.36.
|
|
4
|
+
"version": "2.36.6",
|
|
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.11",
|
|
43
43
|
"vitest": "^2.1.8",
|
|
44
44
|
"zx": "^8.3.0",
|
|
45
|
-
"@cloudcommerce/eslint": "2.36.
|
|
45
|
+
"@cloudcommerce/eslint": "2.36.6"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|