cloudcommerce 2.38.1 → 2.39.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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
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.39.0](https://github.com/ecomplus/cloud-commerce/compare/v2.38.1...v2.39.0) (2025-03-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **feeds:** Support dynamic custom properties on products catalog with `<id>` on string value ([feca9d1](https://github.com/ecomplus/cloud-commerce/commit/feca9d1a05e348bc11f6ba3bcb4545c11fd090b5))
|
|
11
|
+
* **mandae:** Cron events to send orders and update fulfillment status with tracking codes ([64f2b77](https://github.com/ecomplus/cloud-commerce/commit/64f2b7700525ecef552768f93bd72fba6cfce54e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **mandae:** Properly supporting bigger box and rules max weight options ([1bd4a51](https://github.com/ecomplus/cloud-commerce/commit/1bd4a51fd3d97b2a7169cdc79fa6488722bed987))
|
|
17
|
+
|
|
5
18
|
## [2.38.1](https://github.com/ecomplus/cloud-commerce/compare/v2.38.0...v2.38.1) (2025-03-13)
|
|
6
19
|
|
|
7
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.39.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.14",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.4.0",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.39.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|