cloudcommerce 2.36.14 → 2.36.16

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 +19 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
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.36.16](https://github.com/ecomplus/cloud-commerce/compare/v2.36.15...v2.36.16) (2025-01-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** Update non-major dependencies ([#520](https://github.com/ecomplus/cloud-commerce/issues/520)) ([d397f2d](https://github.com/ecomplus/cloud-commerce/commit/d397f2d25c8de37de973c27e397793787f6aa606))
11
+ * **i18n:** Direct `i19reviews` translations ([ffa3cad](https://github.com/ecomplus/cloud-commerce/commit/ffa3cadef51e6f24770fa93b764d50b4a7a46b53))
12
+ * **mercadopago:** Setting `X-Idempotency-Key` on transaction with order ID ([77941d5](https://github.com/ecomplus/cloud-commerce/commit/77941d5a171e4dabe7f1c8d9d334d24aeace08ae))
13
+ * **storefront:** Minor fix for Decap CMS for extra pages and blog posts body field (md) not required ([6d7b37f](https://github.com/ecomplus/cloud-commerce/commit/6d7b37f6087695fd4af1c3d85283622cb0893f51))
14
+
15
+ ## [2.36.15](https://github.com/ecomplus/cloud-commerce/compare/v2.36.14...v2.36.15) (2025-01-17)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **firebase:** Prevent changing object by reference on logger with context `execId` ([a5a1b13](https://github.com/ecomplus/cloud-commerce/commit/a5a1b13d72a2fa29855d94db538af2489d3cfda2))
21
+ * **loyalty-points:** Fixing initial returned (un)authorized status on create transaction ([baa14cf](https://github.com/ecomplus/cloud-commerce/commit/baa14cfb0194f0694a7d6fab707fc6f4977aa262))
22
+ * **storefront:** Clear invalid UTF-8 chars on CMS content frontmatter ([e3d95af](https://github.com/ecomplus/cloud-commerce/commit/e3d95af85791eac0dd8e6c356765ae1aa66d799b))
23
+
5
24
  ## [2.36.14](https://github.com/ecomplus/cloud-commerce/compare/v2.36.13...v2.36.14) (2025-01-14)
6
25
 
7
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.36.14",
4
+ "version": "2.36.16",
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>",
@@ -28,21 +28,21 @@
28
28
  "@commitlint/cli": "^19.6.1",
29
29
  "@commitlint/config-conventional": "^19.6.0",
30
30
  "@commitlint/rules": "^19.6.0",
31
- "@types/node": "^18.19.70",
31
+ "@types/node": "^18.19.71",
32
32
  "commit-and-tag-version": "^12.5.0",
33
33
  "dotenv": "^16.4.7",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
- "lint-staged": "^15.3.0",
36
+ "lint-staged": "^15.4.1",
37
37
  "tailwindcss": "^3.4.17",
38
38
  "ts-node": "^10.9.2",
39
39
  "turbo": "^2.3.3",
40
40
  "typescript": "~5.7.3",
41
41
  "uglify-js": "^3.19.3",
42
- "vite": "^5.4.11",
42
+ "vite": "^5.4.12",
43
43
  "vitest": "^2.1.8",
44
44
  "zx": "^8.3.0",
45
- "@cloudcommerce/eslint": "2.36.14"
45
+ "@cloudcommerce/eslint": "2.36.16"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {