cloudcommerce 2.23.2 → 2.24.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 +22 -0
  2. 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.24.0](https://github.com/ecomplus/cloud-commerce/compare/v2.23.3...v2.24.0) (2024-08-01)
6
+
7
+
8
+ ### Features
9
+
10
+ * **i18n:** New messages for empty search results feedback ([caa32d0](https://github.com/ecomplus/cloud-commerce/commit/caa32d04d9179c9872079c44f91026c6b8b6d160))
11
+ * **storefront:** Start fetching popular search terms on search showcase composable ([adcb4d5](https://github.com/ecomplus/cloud-commerce/commit/adcb4d58dddc6ecefb07d27d756e7e40fb1bc967))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **apps,modules,firebase:** Fixing many logs using `@cloudcommerce/firebase` logger ([5d239b9](https://github.com/ecomplus/cloud-commerce/commit/5d239b97f083cf7ebb44fe58a171f6ee68c92b0c))
17
+ * **firebase:** Prevent error with `logger` bad usage (legacy) ([efc4bd5](https://github.com/ecomplus/cloud-commerce/commit/efc4bd51ce02d397f4d0c9cd0fa430ac053c7470))
18
+ * **tiny-erp:** Ensure context set up on Tiny webhook Function executions ([c5898ef](https://github.com/ecomplus/cloud-commerce/commit/c5898efc85656938760a1f168c21ed65a53ea940))
19
+
20
+ ## [2.23.3](https://github.com/ecomplus/cloud-commerce/compare/v2.23.2...v2.23.3) (2024-07-30)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **storefront:** Fixing default theme Iconify iconset imports ([577e8e7](https://github.com/ecomplus/cloud-commerce/commit/577e8e7ea098be50fa158482182ae7d9aa8d3e81))
26
+
5
27
  ## [2.23.2](https://github.com/ecomplus/cloud-commerce/compare/v2.23.1...v2.23.2) (2024-07-30)
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.23.2",
4
+ "version": "2.24.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.23.2"
45
+ "@cloudcommerce/eslint": "2.24.0"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {