cloudcommerce 2.39.3 → 2.39.4

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
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.4](https://github.com/ecomplus/cloud-commerce/compare/v2.39.3...v2.39.4) (2025-03-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **frenet:** Request timeout, SKU on params and handler for mapped labels ([904058a](https://github.com/ecomplus/cloud-commerce/commit/904058a90c42ba92ad83bfc9a67e60fc18d5e69e))
11
+ * **storefront:** Additional custom element `d-blk` and `d-iblk` styles for responsive content JSON ([99b2ba5](https://github.com/ecomplus/cloud-commerce/commit/99b2ba5bac86ce76365e0c3a209d5c93bb38cb39))
12
+ * **tiny-erp:** Properly find by product OR variation SKU from Store API on import ([965df5f](https://github.com/ecomplus/cloud-commerce/commit/965df5f5e872919cc311b10ab49993ec07179251))
13
+
5
14
  ## [2.39.3](https://github.com/ecomplus/cloud-commerce/compare/v2.39.2...v2.39.3) (2025-03-14)
6
15
 
7
16
  ## [2.39.2](https://github.com/ecomplus/cloud-commerce/compare/v2.39.1...v2.39.2) (2025-03-14)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.39.3",
4
+ "version": "2.39.4",
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.39.3"
45
+ "@cloudcommerce/eslint": "2.39.4"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",