cloudcommerce 2.21.6 → 2.22.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 +13 -0
  2. 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.22.0](https://github.com/ecomplus/cloud-commerce/compare/v2.21.6...v2.22.0) (2024-07-16)
6
+
7
+
8
+ ### Features
9
+
10
+ * **storefront:** New `InferCmsOutput` generic and `CmsFields` type on `@@sf/content` ([54f9f2f](https://github.com/ecomplus/cloud-commerce/commit/54f9f2fd12719402462fdedafd6ab78e8edb5f43))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **api:** Ensure negative not undefined body is properly passed to request ([cec5fae](https://github.com/ecomplus/cloud-commerce/commit/cec5fae13be1e06f7e42c4032702e899e92512be))
16
+ * **deps:** Update non-major dependencies ([#418](https://github.com/ecomplus/cloud-commerce/issues/418)) ([af37e17](https://github.com/ecomplus/cloud-commerce/commit/af37e174bfcff92aa81fe7750a662c1a329d871c))
17
+
5
18
  ## [2.21.6](https://github.com/ecomplus/cloud-commerce/compare/v2.21.5...v2.21.6) (2024-07-08)
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.21.6",
4
+ "version": "2.22.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.3.3",
42
42
  "vitest": "^1.6.0",
43
43
  "zx": "^8.1.4",
44
- "@cloudcommerce/eslint": "2.21.6"
44
+ "@cloudcommerce/eslint": "2.22.0"
45
45
  },
46
46
  "packageManager": "pnpm@8.15.7",
47
47
  "scripts": {