cloudcommerce 2.39.0 → 2.39.3

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
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.39.3](https://github.com/ecomplus/cloud-commerce/compare/v2.39.2...v2.39.3) (2025-03-14)
6
+
7
+ ## [2.39.2](https://github.com/ecomplus/cloud-commerce/compare/v2.39.1...v2.39.2) (2025-03-14)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **storefront:** Ensure prefering context API doc meta title and description on base head ([7ea959b](https://github.com/ecomplus/cloud-commerce/commit/7ea959b7afbe09ca3b22ca33adf2bd447bd41a9c))
13
+ * **storefront:** Meta tag fields on CMS config for all pages ([fdfc8ad](https://github.com/ecomplus/cloud-commerce/commit/fdfc8adf5ed8739be581e97de7c3c11bb1ffaec6))
14
+
15
+ ## [2.39.1](https://github.com/ecomplus/cloud-commerce/compare/v2.39.0...v2.39.1) (2025-03-14)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **mandae:** Fix checking shipping rules max weight ([be0acc7](https://github.com/ecomplus/cloud-commerce/commit/be0acc7ed18c8cb8d3d0b1a15e7edc75b41e0ee1))
21
+ * **storefront:** Also pass non-parent categories on `filterMainCategories` with selected slugs ([ffed0c4](https://github.com/ecomplus/cloud-commerce/commit/ffed0c4875529026e8d91f742aac8b38bdc4ac4a))
22
+
5
23
  ## [2.39.0](https://github.com/ecomplus/cloud-commerce/compare/v2.38.1...v2.39.0) (2025-03-13)
6
24
 
7
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.39.0",
4
+ "version": "2.39.3",
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>",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.14",
43
43
  "vitest": "^2.1.9",
44
44
  "zx": "^8.4.0",
45
- "@cloudcommerce/eslint": "2.39.0"
45
+ "@cloudcommerce/eslint": "2.39.3"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",