cloudcommerce 2.19.0 → 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.
- package/CHANGELOG.md +22 -0
- package/package.json +2 -2
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.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
|
+
|
|
19
|
+
## [2.19.1](https://github.com/ecomplus/cloud-commerce/compare/v2.19.0...v2.19.1) (2024-05-23)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **emails:** Revert email SMTP sender string with quotes for name ([dc9650b](https://github.com/ecomplus/cloud-commerce/commit/dc9650b96257d8ca14f04b3c385e76161fc6bbce))
|
|
25
|
+
* **feeds:** Routing by request pathname (not full URL) ([fda35ce](https://github.com/ecomplus/cloud-commerce/commit/fda35ce3294184ce61e9680eac70f5d0a83ea157))
|
|
26
|
+
|
|
5
27
|
## [2.19.0](https://github.com/ecomplus/cloud-commerce/compare/v2.18.6...v2.19.0) (2024-05-23)
|
|
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.
|
|
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.
|
|
44
|
+
"@cloudcommerce/eslint": "2.20.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|