cloudcommerce 2.50.0 → 2.51.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +4 -4
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.51.0](https://github.com/ecomplus/cloud-commerce/compare/v2.50.1...v2.51.0) (2025-09-28)
6
+
7
+
8
+ ### Features
9
+
10
+ * **storefront:** New `useProductDetails` composable abstract variation and shipped items handlers ([0903741](https://github.com/ecomplus/cloud-commerce/commit/0903741a6d00bad722c6e8b3983070260b3c23d8))
11
+
12
+ ## [2.50.1](https://github.com/ecomplus/cloud-commerce/compare/v2.50.0...v2.50.1) (2025-09-25)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** Update non-major dependencies ([#625](https://github.com/ecomplus/cloud-commerce/issues/625)) ([a609e48](https://github.com/ecomplus/cloud-commerce/commit/a609e4804665653f0a47614bd9a40ca874fdc9ca))
18
+ * **tiny-erp:** Fix uploading images when importing new products from Tiny ([fbebed8](https://github.com/ecomplus/cloud-commerce/commit/fbebed88fb1c9ed4e60f9d74bada633fd478c03f))
19
+ * **tiny-erp:** Properly handling product parse on Tiny webhook with product overwrite enabled ([0b26ad9](https://github.com/ecomplus/cloud-commerce/commit/0b26ad9cfdbe47124677657a87b28d36a1c59763))
20
+
5
21
  ## [2.50.0](https://github.com/ecomplus/cloud-commerce/compare/v2.49.5...v2.50.0) (2025-09-21)
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.50.0",
4
+ "version": "2.51.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>",
@@ -28,7 +28,7 @@
28
28
  "@commitlint/cli": "^19.8.1",
29
29
  "@commitlint/config-conventional": "^19.8.1",
30
30
  "@commitlint/rules": "^19.8.1",
31
- "@types/node": "^20.19.14",
31
+ "@types/node": "^20.19.17",
32
32
  "commit-and-tag-version": "^12.6.0",
33
33
  "dotenv": "^17.2.2",
34
34
  "eslint": "^8.57.1",
@@ -41,8 +41,8 @@
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.20",
43
43
  "vitest": "^2.1.9",
44
- "zx": "^8.8.1",
45
- "@cloudcommerce/eslint": "2.50.0"
44
+ "zx": "^8.8.2",
45
+ "@cloudcommerce/eslint": "2.51.0"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",