cloudcommerce 2.57.0 → 2.58.1

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 +27 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,33 @@
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.1](https://github.com/ecomplus/cloud-commerce/compare/v2.58.0...v2.58.1) (2026-02-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#690](https://github.com/ecomplus/cloud-commerce/issues/690)) ([e7a9052](https://github.com/ecomplus/cloud-commerce/commit/e7a905209e7ec595e21fc68e1e193b631c99703d))
11
+ * **deps:** Update non-major dependencies ([#697](https://github.com/ecomplus/cloud-commerce/issues/697)) ([44b2fb5](https://github.com/ecomplus/cloud-commerce/commit/44b2fb5b21b5dc568c0d8b97331e1f2aeda25678))
12
+ * **storefront:** Bump Firebase SDK and fix firestore/lite import ([d495157](https://github.com/ecomplus/cloud-commerce/commit/d495157ea0c088f0abdbfb5e455b32b24e69f9a8))
13
+ * **storefront:** Update Vue to ^3.5.28 ([#696](https://github.com/ecomplus/cloud-commerce/issues/696)) ([0526746](https://github.com/ecomplus/cloud-commerce/commit/0526746b63e27275733f4a857129f6064b675c1f))
14
+ * **storefront:** Updating checkout vbeta-app script version ([4ea33f8](https://github.com/ecomplus/cloud-commerce/commit/4ea33f834ccb33dc651796dda42e0a42c6a0767e))
15
+
16
+ ## [2.58.0](https://github.com/ecomplus/cloud-commerce/compare/v2.57.0...v2.58.0) (2026-02-09)
17
+
18
+
19
+ ### Features
20
+
21
+ * **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))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **deps:** Downgrade eslint-plugin-vue to v9 for ESLint 8 compatibility ([44eeaad](https://github.com/ecomplus/cloud-commerce/commit/44eeaada00a7a11163c3a0fac2b11604388727b7))
27
+ * **deps:** Update non-major dependencies ([#686](https://github.com/ecomplus/cloud-commerce/issues/686)) ([1c0dd7f](https://github.com/ecomplus/cloud-commerce/commit/1c0dd7fc4eb3dd3a4c6b17299e0588a7fc9ec18e))
28
+ * **emails:** Update templates with `@ecomplus/transactional-mails` v2.2.2 [skip ci] ([2ecfcde](https://github.com/ecomplus/cloud-commerce/commit/2ecfcde860d02f348232a4f179b5ff50db88914d))
29
+ * **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))
30
+ * **storefront:** Updating checkout vbeta-app script version ([c9fc10e](https://github.com/ecomplus/cloud-commerce/commit/c9fc10e8d8613586a0285f1af4aa7c9fdd40b23e))
31
+
5
32
  ## [2.57.0](https://github.com/ecomplus/cloud-commerce/compare/v2.56.4...v2.57.0) (2026-01-23)
6
33
 
7
34
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.57.0",
4
+ "version": "2.58.1",
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,24 +25,24 @@
25
25
  }
26
26
  },
27
27
  "devDependencies": {
28
- "@commitlint/cli": "^20.3.1",
29
- "@commitlint/config-conventional": "^20.3.1",
30
- "@commitlint/rules": "^20.3.1",
31
- "@types/node": "^20.19.30",
28
+ "@commitlint/cli": "^20.4.1",
29
+ "@commitlint/config-conventional": "^20.4.1",
30
+ "@commitlint/rules": "^20.4.1",
31
+ "@types/node": "^20.19.33",
32
32
  "commit-and-tag-version": "^12.6.1",
33
- "dotenv": "^17.2.3",
33
+ "dotenv": "^17.3.1",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
36
  "lint-staged": "^16.2.7",
37
37
  "tailwindcss": "^3.4.19",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.7.4",
39
+ "turbo": "^2.8.7",
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.57.0"
45
+ "@cloudcommerce/eslint": "2.58.1"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",