cloudcommerce 2.32.3 → 2.34.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.
- package/CHANGELOG.md +30 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
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.34.0](https://github.com/ecomplus/cloud-commerce/compare/v2.33.0...v2.34.0) (2024-12-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **storefront:** Adding blog and extra pages folder collections to default DecapCMS config ([a2b3f5f](https://github.com/ecomplus/cloud-commerce/commit/a2b3f5f4a314d7277ea34cc5cb7704ffec7f1393))
|
|
11
|
+
* **storefront:** Additional `bannerListCmsField` , `pageHeroCmsFields` and `productShelfCmsFields` ([ae9a77d](https://github.com/ecomplus/cloud-commerce/commit/ae9a77dee53e7c1c5b37e133124d4f10d3abe6eb))
|
|
12
|
+
* **storefront:** Supporting DecapCMS deep config merge and extended component configs ([79f1294](https://github.com/ecomplus/cloud-commerce/commit/79f12941b4495166fa535ac88b62950ecc77399d))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **ssr:** Update Astro to v4.16.18 [security] ([#508](https://github.com/ecomplus/cloud-commerce/issues/508)) ([7dfff12](https://github.com/ecomplus/cloud-commerce/commit/7dfff124e1108551d5d75bdf976d97743f5cb5c3))
|
|
18
|
+
|
|
19
|
+
## [2.33.0](https://github.com/ecomplus/cloud-commerce/compare/v2.32.3...v2.33.0) (2024-12-19)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **i18n:** New words for product load to cart error messages ([2befefb](https://github.com/ecomplus/cloud-commerce/commit/2befefb4cda09390d3e924e31ff934e88efce908))
|
|
25
|
+
* **storefront:** Finished layout definitions on DecapCMS config ([c603739](https://github.com/ecomplus/cloud-commerce/commit/c6037396ed769826480a9199fd2b46d01811e69a))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **storefront:** Add `isLoadingToCart` and `isFailedToCart` to product card composable ([7eb9719](https://github.com/ecomplus/cloud-commerce/commit/7eb9719d374f84c670be8e7e4cb86cc8175f6654))
|
|
31
|
+
* **storefront:** Match only hostname on GitHub OAuth popup emulation for DecapCMS signin ([ada84ba](https://github.com/ecomplus/cloud-commerce/commit/ada84ba61c7ba4dd4e559819906007182f761217))
|
|
32
|
+
* **storefront:** Properly handling kit product removal on `removeCartItem` ([f45c5e3](https://github.com/ecomplus/cloud-commerce/commit/f45c5e3a34688b0da091c47f634f0cea6b597680))
|
|
33
|
+
* **storefront:** Updating vbeta-app script version ([52161b8](https://github.com/ecomplus/cloud-commerce/commit/52161b88aaf06119668cdaee9a4a9f02e29cf4fb))
|
|
34
|
+
|
|
5
35
|
## [2.32.3](https://github.com/ecomplus/cloud-commerce/compare/v2.32.2...v2.32.3) (2024-12-18)
|
|
6
36
|
|
|
7
37
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.34.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.
|
|
45
|
+
"@cloudcommerce/eslint": "2.34.0"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|