cloudcommerce 2.40.0 → 2.40.2

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
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.40.2](https://github.com/ecomplus/cloud-commerce/compare/v2.40.1...v2.40.2) (2025-03-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **tiny-erp:** Prevent syntax error on after queue handler with undefined objects in app data ([46d9dfd](https://github.com/ecomplus/cloud-commerce/commit/46d9dfd373bbd2f40d073f67e79b3e8ff4fc1e60))
11
+ * **tiny-erp:** Prevents unecessary updates on app data when handler event is not queued ([75d4bda](https://github.com/ecomplus/cloud-commerce/commit/75d4bda6761c4c45a6fc5962addfc344b3e4091e))
12
+
13
+ ## [2.40.1](https://github.com/ecomplus/cloud-commerce/compare/v2.40.0...v2.40.1) (2025-03-18)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **discounts:** Updating with latest from @ecomplus/discounts-v2 ([6e2ca39](https://github.com/ecomplus/cloud-commerce/commit/6e2ca396ed0059ec67318fb057b34ac6117b6fe6))
19
+ * **storefront:** Fetch items categories on cart state update ([0f97e7f](https://github.com/ecomplus/cloud-commerce/commit/0f97e7ff3b68b9c4a98a3a9585f2bdac499678ec))
20
+ * **storefront:** Storing product `categories` and `brands` on shopping cart items (when available) ([a0b700c](https://github.com/ecomplus/cloud-commerce/commit/a0b700c87a3b0d364e34bfe35169430753941b5b))
21
+
5
22
  ## [2.40.0](https://github.com/ecomplus/cloud-commerce/compare/v2.39.5...v2.40.0) (2025-03-17)
6
23
 
7
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.40.0",
4
+ "version": "2.40.2",
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.1",
45
- "@cloudcommerce/eslint": "2.40.0"
45
+ "@cloudcommerce/eslint": "2.40.2"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",