cloudcommerce 2.40.12 → 2.41.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 +16 -0
- package/package.json +2 -2
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.41.0](https://github.com/ecomplus/cloud-commerce/compare/v2.40.12...v2.41.0) (2025-03-28)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **custom-shipping:** Supporting delivery "default" delivery time and total price from services ([44d10bb](https://github.com/ecomplus/cloud-commerce/commit/44d10bb6d8cce3da0162170bd5708b8afdb65a69))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **cli:** Ensure default `localhost:4321` on dev without host and port args ([3a89a3e](https://github.com/ecomplus/cloud-commerce/commit/3a89a3ee8fc5c803c9385e811eeae7016d14c022))
|
|
16
|
+
* **custom-shipping:** Check rules with zip range min OR max matching only exact zip code ([564842c](https://github.com/ecomplus/cloud-commerce/commit/564842cb04d3b8e949f25f7e051914d2173c13a1))
|
|
17
|
+
* **storefront:** Fetch search with term `null` when term has less than 2 chars (or empty) ([74c58b8](https://github.com/ecomplus/cloud-commerce/commit/74c58b889f5801147bfcd067e179b39e3acb093a))
|
|
18
|
+
* **storefront:** Fix defining collections shelfs from content fields ([4e8fdcc](https://github.com/ecomplus/cloud-commerce/commit/4e8fdcc79f1f89be634579d66d14f87e9c3baf8f))
|
|
19
|
+
* **storefront:** Update `PageContent` type for hero with maybe undefined `slides` ([3f55c5c](https://github.com/ecomplus/cloud-commerce/commit/3f55c5c90fbc7e092c20aead9eb7a0b2fef229aa))
|
|
20
|
+
|
|
5
21
|
## [2.40.12](https://github.com/ecomplus/cloud-commerce/compare/v2.40.11...v2.40.12) (2025-03-26)
|
|
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.
|
|
4
|
+
"version": "2.41.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.15",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.4.1",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.41.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|