cloudcommerce 2.56.4 → 2.58.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 +29 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
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.58.0](https://github.com/ecomplus/cloud-commerce/compare/v2.57.0...v2.58.0) (2026-02-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * **tiny-erp:** Support custom product price list on import ([#689](https://github.com/ecomplus/cloud-commerce/issues/689)) ([84ea061](https://github.com/ecomplus/cloud-commerce/commit/84ea0615052835d3657d01358d64a85b275243a3))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** Downgrade eslint-plugin-vue to v9 for ESLint 8 compatibility ([44eeaad](https://github.com/ecomplus/cloud-commerce/commit/44eeaada00a7a11163c3a0fac2b11604388727b7))
16
+ * **deps:** Update non-major dependencies ([#686](https://github.com/ecomplus/cloud-commerce/issues/686)) ([1c0dd7f](https://github.com/ecomplus/cloud-commerce/commit/1c0dd7fc4eb3dd3a4c6b17299e0588a7fc9ec18e))
17
+ * **emails:** Update templates with `@ecomplus/transactional-mails` v2.2.2 [skip ci] ([2ecfcde](https://github.com/ecomplus/cloud-commerce/commit/2ecfcde860d02f348232a4f179b5ff50db88914d))
18
+ * **storefront:** Update Vue to ^3.5.27 ([#678](https://github.com/ecomplus/cloud-commerce/issues/678)) ([5aa8e7d](https://github.com/ecomplus/cloud-commerce/commit/5aa8e7d3dc7f249685cc235552a62a7b7c2f1467))
19
+ * **storefront:** Updating checkout vbeta-app script version ([c9fc10e](https://github.com/ecomplus/cloud-commerce/commit/c9fc10e8d8613586a0285f1af4aa7c9fdd40b23e))
20
+
21
+ ## [2.57.0](https://github.com/ecomplus/cloud-commerce/compare/v2.56.4...v2.57.0) (2026-01-23)
22
+
23
+
24
+ ### Features
25
+
26
+ * **tiny-erp:** New `cronSendOrders` function to work as queue fallback ([a534e5a](https://github.com/ecomplus/cloud-commerce/commit/a534e5ad3622ec2d34e9cab7630748b7e12989df))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **deps:** Update non-major dependencies ([#674](https://github.com/ecomplus/cloud-commerce/issues/674)) ([3c4cdf7](https://github.com/ecomplus/cloud-commerce/commit/3c4cdf704e64d02ef6def3470b00dee580b61f12))
32
+ * **deps:** Update non-major dependencies ([#676](https://github.com/ecomplus/cloud-commerce/issues/676)) ([7bd06b4](https://github.com/ecomplus/cloud-commerce/commit/7bd06b4b5149eb9adf52941a53ce4acb694fd3e5))
33
+
5
34
  ## [2.56.4](https://github.com/ecomplus/cloud-commerce/compare/v2.56.3...v2.56.4) (2026-01-08)
6
35
 
7
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.56.4",
4
+ "version": "2.58.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>",
@@ -25,10 +25,10 @@
25
25
  }
26
26
  },
27
27
  "devDependencies": {
28
- "@commitlint/cli": "^20.3.0",
29
- "@commitlint/config-conventional": "^20.3.0",
30
- "@commitlint/rules": "^20.3.0",
31
- "@types/node": "^20.19.27",
28
+ "@commitlint/cli": "^20.4.0",
29
+ "@commitlint/config-conventional": "^20.4.0",
30
+ "@commitlint/rules": "^20.4.0",
31
+ "@types/node": "^20.19.30",
32
32
  "commit-and-tag-version": "^12.6.1",
33
33
  "dotenv": "^17.2.3",
34
34
  "eslint": "^8.57.1",
@@ -36,13 +36,13 @@
36
36
  "lint-staged": "^16.2.7",
37
37
  "tailwindcss": "^3.4.19",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.7.2",
39
+ "turbo": "^2.8.0",
40
40
  "typescript": "~5.9.3",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.21",
43
43
  "vitest": "^2.1.9",
44
44
  "zx": "^8.8.5",
45
- "@cloudcommerce/eslint": "2.56.4"
45
+ "@cloudcommerce/eslint": "2.58.0"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",