cloudcommerce 2.41.7 → 2.41.9

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
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.9](https://github.com/ecomplus/cloud-commerce/compare/v2.41.8...v2.41.9) (2025-04-03)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **emails:** Fix matching `fulfillments` on modified fields to trigger emails (typo) ([a5bdd10](https://github.com/ecomplus/cloud-commerce/commit/a5bdd10a3705d5faaa375d8cc242d10f53d543e8))
11
+
12
+ ## [2.41.8](https://github.com/ecomplus/cloud-commerce/compare/v2.41.7...v2.41.8) (2025-04-02)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **storefront:** Ensure persisting `final_price` on cart item when set ([5923df7](https://github.com/ecomplus/cloud-commerce/commit/5923df7d6c9f3485999374cddf20e4051c9ba28a))
18
+ * **storefront:** Fix watch and fixing shopping cart items without loops on item middlewares ([b5e4d5d](https://github.com/ecomplus/cloud-commerce/commit/b5e4d5d6c86ade3f34b5aeaeb42bcac381329568))
19
+ * **storefront:** Storing product `weight` on shopping cart items (when available) ([61fd7c9](https://github.com/ecomplus/cloud-commerce/commit/61fd7c9fbed854cad3aa48343fc34d0edb3a877b))
20
+ * **tiny-erp:** Handle product with variations Tiny webhook to stock updates ([93a7263](https://github.com/ecomplus/cloud-commerce/commit/93a7263200251cb2d633fa07c9d62e84718e266a))
21
+ * **tiny-erp:** Regressions of 93a7263 ([762586f](https://github.com/ecomplus/cloud-commerce/commit/762586ffbd2b904f444b5a81deb33251c353d11a))
22
+
5
23
  ## [2.41.7](https://github.com/ecomplus/cloud-commerce/compare/v2.41.6...v2.41.7) (2025-04-01)
6
24
 
7
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.41.7",
4
+ "version": "2.41.9",
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.16",
43
43
  "vitest": "^2.1.9",
44
44
  "zx": "^8.4.1",
45
- "@cloudcommerce/eslint": "2.41.7"
45
+ "@cloudcommerce/eslint": "2.41.9"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",