cloudcommerce 2.52.1 → 2.52.2

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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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.2](https://github.com/ecomplus/cloud-commerce/compare/v2.52.1...v2.52.2) (2025-10-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#633](https://github.com/ecomplus/cloud-commerce/issues/633)) ([6c72941](https://github.com/ecomplus/cloud-commerce/commit/6c72941f5351e63340ed28a9488257f3ee54608f))
11
+ * **storefront:** Handle ?exp_id URL param to force A/B experiment variant ([2016d5f](https://github.com/ecomplus/cloud-commerce/commit/2016d5f685549064ba00f6c1d5317c16d6ca796d))
12
+
5
13
  ## [2.52.1](https://github.com/ecomplus/cloud-commerce/compare/v2.52.0...v2.52.1) (2025-10-08)
6
14
 
7
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.52.1",
4
+ "version": "2.52.2",
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": "^19.8.1",
29
- "@commitlint/config-conventional": "^19.8.1",
30
- "@commitlint/rules": "^19.8.1",
31
- "@types/node": "^20.19.19",
28
+ "@commitlint/cli": "^20.1.0",
29
+ "@commitlint/config-conventional": "^20.0.0",
30
+ "@commitlint/rules": "^20.0.0",
31
+ "@types/node": "^20.19.20",
32
32
  "commit-and-tag-version": "^12.6.0",
33
33
  "dotenv": "^17.2.3",
34
34
  "eslint": "^8.57.1",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.20",
43
43
  "vitest": "^2.1.9",
44
44
  "zx": "^8.8.4",
45
- "@cloudcommerce/eslint": "2.52.1"
45
+ "@cloudcommerce/eslint": "2.52.2"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",