cloudcommerce 2.57.0 → 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.
- package/CHANGELOG.md +16 -0
- package/package.json +6 -6
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.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
|
+
|
|
5
21
|
## [2.57.0](https://github.com/ecomplus/cloud-commerce/compare/v2.56.4...v2.57.0) (2026-01-23)
|
|
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.
|
|
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,9 +25,9 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "^20.
|
|
29
|
-
"@commitlint/config-conventional": "^20.
|
|
30
|
-
"@commitlint/rules": "^20.
|
|
28
|
+
"@commitlint/cli": "^20.4.0",
|
|
29
|
+
"@commitlint/config-conventional": "^20.4.0",
|
|
30
|
+
"@commitlint/rules": "^20.4.0",
|
|
31
31
|
"@types/node": "^20.19.30",
|
|
32
32
|
"commit-and-tag-version": "^12.6.1",
|
|
33
33
|
"dotenv": "^17.2.3",
|
|
@@ -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.
|
|
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.
|
|
45
|
+
"@cloudcommerce/eslint": "2.58.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|