cloudcommerce 2.41.11 → 2.41.12

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 +11 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
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.41.12](https://github.com/ecomplus/cloud-commerce/compare/v2.41.11...v2.41.12) (2025-04-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#565](https://github.com/ecomplus/cloud-commerce/issues/565)) ([a684290](https://github.com/ecomplus/cloud-commerce/commit/a6842909071afde249f41441717da660bb58c014))
11
+ * **deps:** Update non-major dependencies ([#566](https://github.com/ecomplus/cloud-commerce/issues/566)) ([1a430d5](https://github.com/ecomplus/cloud-commerce/commit/1a430d576e82731ab172c056c2d292f0d7e73119))
12
+ * **discounts:** Multiply kit discount value by qnt groups only when min quantity > 1 ([2aeb46d](https://github.com/ecomplus/cloud-commerce/commit/2aeb46d8b44fa5cb6783cbfa8afbc3c0046266a5))
13
+ * **mandae:** Supporting shipping rules with min kg weight filter ([7bfcba7](https://github.com/ecomplus/cloud-commerce/commit/7bfcba7c52c1d30520c91bbf56a5d17ff1a26adf))
14
+ * **storefront:** Ensure social networks on server data set after global `$storefront` init ([5c4af7d](https://github.com/ecomplus/cloud-commerce/commit/5c4af7dfa626109f6ac02c584529feb88028b509))
15
+
5
16
  ## [2.41.11](https://github.com/ecomplus/cloud-commerce/compare/v2.41.10...v2.41.11) (2025-04-08)
6
17
 
7
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.41.11",
4
+ "version": "2.41.12",
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.0",
29
29
  "@commitlint/config-conventional": "^19.8.0",
30
30
  "@commitlint/rules": "^19.8.0",
31
- "@types/node": "^20.17.28",
32
- "commit-and-tag-version": "^12.5.0",
33
- "dotenv": "^16.4.7",
31
+ "@types/node": "^20.17.30",
32
+ "commit-and-tag-version": "^12.5.1",
33
+ "dotenv": "^16.5.0",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^15.5.0",
36
+ "lint-staged": "^15.5.1",
37
37
  "tailwindcss": "^3.4.17",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.4.4",
39
+ "turbo": "^2.5.0",
40
40
  "typescript": "~5.8.3",
41
41
  "uglify-js": "^3.19.3",
42
- "vite": "^5.4.17",
42
+ "vite": "^5.4.18",
43
43
  "vitest": "^2.1.9",
44
- "zx": "^8.4.1",
45
- "@cloudcommerce/eslint": "2.41.11"
44
+ "zx": "^8.5.3",
45
+ "@cloudcommerce/eslint": "2.41.12"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",