cloudcommerce 2.38.0 → 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 +22 -0
- package/package.json +7 -7
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.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
|
+
|
|
18
|
+
## [2.38.1](https://github.com/ecomplus/cloud-commerce/compare/v2.38.0...v2.38.1) (2025-03-13)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **deps:** Update non-major dependencies ([#548](https://github.com/ecomplus/cloud-commerce/issues/548)) ([e753153](https://github.com/ecomplus/cloud-commerce/commit/e753153512938f07136674c2d79636bb9e7466cb))
|
|
24
|
+
* **mandae:** Always sing best rule discount/price when multiple rules match on calculate ([dd9055b](https://github.com/ecomplus/cloud-commerce/commit/dd9055ba309681b825ef7cd5cc747c1d08176548))
|
|
25
|
+
* **mandae:** Pass rules without checking items subtotal when min amount (optional) is not set ([5f7aae9](https://github.com/ecomplus/cloud-commerce/commit/5f7aae9a2ad5e420fde1e6812e0d29986ee23e9e))
|
|
26
|
+
|
|
5
27
|
## [2.38.0](https://github.com/ecomplus/cloud-commerce/compare/v2.37.4...v2.38.0) (2025-03-08)
|
|
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.
|
|
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>",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "^19.
|
|
29
|
-
"@commitlint/config-conventional": "^19.
|
|
30
|
-
"@commitlint/rules": "^19.
|
|
31
|
-
"@types/node": "^20.17.
|
|
28
|
+
"@commitlint/cli": "^19.8.0",
|
|
29
|
+
"@commitlint/config-conventional": "^19.8.0",
|
|
30
|
+
"@commitlint/rules": "^19.8.0",
|
|
31
|
+
"@types/node": "^20.17.24",
|
|
32
32
|
"commit-and-tag-version": "^12.5.0",
|
|
33
33
|
"dotenv": "^16.4.7",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.14",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
|
-
"zx": "^8.
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
44
|
+
"zx": "^8.4.0",
|
|
45
|
+
"@cloudcommerce/eslint": "2.39.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|