cloudcommerce 2.24.3 → 2.25.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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
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.25.0](https://github.com/ecomplus/cloud-commerce/compare/v2.24.3...v2.25.0) (2024-08-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **storefront:** Emitting custom `c_search_empty` gtag (to GA) event on showcase with no results ([4daf370](https://github.com/ecomplus/cloud-commerce/commit/4daf370a6cae095909794ecd85fd62fc6cb3e382))
|
|
11
|
+
* **storefront:** New methods `loadToCart` and `loadKitItems` returned on product card composabe ([abad411](https://github.com/ecomplus/cloud-commerce/commit/abad4115318d67d693274e90554cdadbda9eedd5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **storefront:** Properly setting optional props from non-required fields on `InferCmsOutput` ([ac84602](https://github.com/ecomplus/cloud-commerce/commit/ac8460283d74c02d0f979b11c8c00fc39d619f98))
|
|
17
|
+
|
|
5
18
|
## [2.24.3](https://github.com/ecomplus/cloud-commerce/compare/v2.24.2...v2.24.3) (2024-08-02)
|
|
6
19
|
|
|
7
20
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.25.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>",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vite": "^5.3.5",
|
|
43
43
|
"vitest": "^1.6.0",
|
|
44
44
|
"zx": "^8.1.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.25.0"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|