cloudcommerce 2.32.3 → 2.33.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
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.33.0](https://github.com/ecomplus/cloud-commerce/compare/v2.32.3...v2.33.0) (2024-12-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * **i18n:** New words for product load to cart error messages ([2befefb](https://github.com/ecomplus/cloud-commerce/commit/2befefb4cda09390d3e924e31ff934e88efce908))
11
+ * **storefront:** Finished layout definitions on DecapCMS config ([c603739](https://github.com/ecomplus/cloud-commerce/commit/c6037396ed769826480a9199fd2b46d01811e69a))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **storefront:** Add `isLoadingToCart` and `isFailedToCart` to product card composable ([7eb9719](https://github.com/ecomplus/cloud-commerce/commit/7eb9719d374f84c670be8e7e4cb86cc8175f6654))
17
+ * **storefront:** Match only hostname on GitHub OAuth popup emulation for DecapCMS signin ([ada84ba](https://github.com/ecomplus/cloud-commerce/commit/ada84ba61c7ba4dd4e559819906007182f761217))
18
+ * **storefront:** Properly handling kit product removal on `removeCartItem` ([f45c5e3](https://github.com/ecomplus/cloud-commerce/commit/f45c5e3a34688b0da091c47f634f0cea6b597680))
19
+ * **storefront:** Updating vbeta-app script version ([52161b8](https://github.com/ecomplus/cloud-commerce/commit/52161b88aaf06119668cdaee9a4a9f02e29cf4fb))
20
+
5
21
  ## [2.32.3](https://github.com/ecomplus/cloud-commerce/compare/v2.32.2...v2.32.3) (2024-12-18)
6
22
 
7
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.32.3",
4
+ "version": "2.33.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.4.11",
43
43
  "vitest": "^2.1.8",
44
44
  "zx": "^8.2.4",
45
- "@cloudcommerce/eslint": "2.32.3"
45
+ "@cloudcommerce/eslint": "2.33.0"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {