cloudcommerce 2.40.12 → 2.41.1

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