cloudcommerce 2.19.1 → 2.20.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
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.20.0](https://github.com/ecomplus/cloud-commerce/compare/v2.19.1...v2.20.0) (2024-05-24)
6
+
7
+
8
+ ### Features
9
+
10
+ * **ssr:** Sending additional user data to Meta Conversions API on purchase events ([9dcc900](https://github.com/ecomplus/cloud-commerce/commit/9dcc9002237166ff02560fa7128dc665d67b6a19))
11
+ * **storefront:** Type and handle hashing for additional purchase params on analytics state ([361cf88](https://github.com/ecomplus/cloud-commerce/commit/361cf883c8cdda56f7054b9ec9d48c3522c1be4c))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **feeds:** Fetching products with all categories, inclusing IDs, for catalog filter params ([d964ec5](https://github.com/ecomplus/cloud-commerce/commit/d964ec5a86e87ba02ff203b61e85cf1b62c42d9b))
17
+ * **storefront:** Properly setting hashed data to gtag params with `_hash` suffix ([a637d7e](https://github.com/ecomplus/cloud-commerce/commit/a637d7e7d03d73f46262e4d0c2fb63bd5bacddf6))
18
+
5
19
  ## [2.19.1](https://github.com/ecomplus/cloud-commerce/compare/v2.19.0...v2.19.1) (2024-05-23)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.19.1",
4
+ "version": "2.20.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>",
@@ -41,7 +41,7 @@
41
41
  "vite": "^5.2.11",
42
42
  "vitest": "^1.6.0",
43
43
  "zx": "^7.2.3",
44
- "@cloudcommerce/eslint": "2.19.1"
44
+ "@cloudcommerce/eslint": "2.20.0"
45
45
  },
46
46
  "scripts": {
47
47
  "fix-install": "bash scripts/pre-install.sh && pnpm i",