cloudcommerce 2.23.3 → 2.24.1

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.1](https://github.com/ecomplus/cloud-commerce/compare/v2.24.0...v2.24.1) (2024-08-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **apps:** Prefering keys from app data (when available) over env vars ([613c095](https://github.com/ecomplus/cloud-commerce/commit/613c09594fa11a72170dcdd6c302b6f9b8ff7aed))
11
+
12
+ ## [2.24.0](https://github.com/ecomplus/cloud-commerce/compare/v2.23.3...v2.24.0) (2024-08-01)
13
+
14
+
15
+ ### Features
16
+
17
+ * **i18n:** New messages for empty search results feedback ([caa32d0](https://github.com/ecomplus/cloud-commerce/commit/caa32d04d9179c9872079c44f91026c6b8b6d160))
18
+ * **storefront:** Start fetching popular search terms on search showcase composable ([adcb4d5](https://github.com/ecomplus/cloud-commerce/commit/adcb4d58dddc6ecefb07d27d756e7e40fb1bc967))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **apps,modules,firebase:** Fixing many logs using `@cloudcommerce/firebase` logger ([5d239b9](https://github.com/ecomplus/cloud-commerce/commit/5d239b97f083cf7ebb44fe58a171f6ee68c92b0c))
24
+ * **firebase:** Prevent error with `logger` bad usage (legacy) ([efc4bd5](https://github.com/ecomplus/cloud-commerce/commit/efc4bd51ce02d397f4d0c9cd0fa430ac053c7470))
25
+ * **tiny-erp:** Ensure context set up on Tiny webhook Function executions ([c5898ef](https://github.com/ecomplus/cloud-commerce/commit/c5898efc85656938760a1f168c21ed65a53ea940))
26
+
5
27
  ## [2.23.3](https://github.com/ecomplus/cloud-commerce/compare/v2.23.2...v2.23.3) (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.3",
4
+ "version": "2.24.1",
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.3"
45
+ "@cloudcommerce/eslint": "2.24.1"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {