cloudcommerce 2.51.3 → 2.52.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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
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.52.0](https://github.com/ecomplus/cloud-commerce/compare/v2.51.4...v2.52.0) (2025-10-07)
6
+
7
+
8
+ ### Features
9
+
10
+ * **storefront:** Enable CMS preview in production for default store pages ([dc3917f](https://github.com/ecomplus/cloud-commerce/commit/dc3917fa1397f8f34568a8c50984d0c0172cae23))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** Update non-major dependencies ([#630](https://github.com/ecomplus/cloud-commerce/issues/630)) ([46f522d](https://github.com/ecomplus/cloud-commerce/commit/46f522d3f455c16ca2d526fecb18f894ca3a18f9))
16
+ * **emails:** Update nodemailer to v7.0.7 [security] ([#631](https://github.com/ecomplus/cloud-commerce/issues/631)) ([ac68612](https://github.com/ecomplus/cloud-commerce/commit/ac68612693137bf85a58ddceeb8c7e81ef8b7b62))
17
+ * **storefront:** CMS panel styles and organization improves ([6c6f299](https://github.com/ecomplus/cloud-commerce/commit/6c6f299a5b6658895439b7b38be562c445a180d8))
18
+ * **tiny-erp:** Increasing max images processed on new products import to 5 uploads ([bb22a1c](https://github.com/ecomplus/cloud-commerce/commit/bb22a1c5bb45c214813e510bd70f002778f6d914))
19
+
20
+ ## [2.51.4](https://github.com/ecomplus/cloud-commerce/compare/v2.51.3...v2.51.4) (2025-10-03)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **appmax:** Removing mocked User-Agent and debug strange unauthorizeds on notes ([7a563ef](https://github.com/ecomplus/cloud-commerce/commit/7a563efa63df2c3b2060bc90dd5ed9cfb711a9c7))
26
+
5
27
  ## [2.51.3](https://github.com/ecomplus/cloud-commerce/compare/v2.51.2...v2.51.3) (2025-10-03)
6
28
 
7
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.51.3",
4
+ "version": "2.52.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,21 +28,21 @@
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.17",
31
+ "@types/node": "^20.19.19",
32
32
  "commit-and-tag-version": "^12.6.0",
33
- "dotenv": "^17.2.2",
33
+ "dotenv": "^17.2.3",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^16.2.1",
37
- "tailwindcss": "^3.4.17",
36
+ "lint-staged": "^16.2.3",
37
+ "tailwindcss": "^3.4.18",
38
38
  "ts-node": "^10.9.2",
39
39
  "turbo": "^2.5.8",
40
- "typescript": "~5.9.2",
40
+ "typescript": "~5.9.3",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.20",
43
43
  "vitest": "^2.1.9",
44
- "zx": "^8.8.3",
45
- "@cloudcommerce/eslint": "2.51.3"
44
+ "zx": "^8.8.4",
45
+ "@cloudcommerce/eslint": "2.52.0"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",