cloudcommerce 2.33.0 → 2.34.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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
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.1](https://github.com/ecomplus/cloud-commerce/compare/v2.34.0...v2.34.1) (2024-12-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **storefront:** Properly calling DecapCMS init on /admin/ route with token successfully set ([0a0308a](https://github.com/ecomplus/cloud-commerce/commit/0a0308ac50242bbbdf62be476e8d0e6a8d8d20c1))
11
+
12
+ ## [2.34.0](https://github.com/ecomplus/cloud-commerce/compare/v2.33.0...v2.34.0) (2024-12-21)
13
+
14
+
15
+ ### Features
16
+
17
+ * **storefront:** Adding blog and extra pages folder collections to default DecapCMS config ([a2b3f5f](https://github.com/ecomplus/cloud-commerce/commit/a2b3f5f4a314d7277ea34cc5cb7704ffec7f1393))
18
+ * **storefront:** Additional `bannerListCmsField` , `pageHeroCmsFields` and `productShelfCmsFields` ([ae9a77d](https://github.com/ecomplus/cloud-commerce/commit/ae9a77dee53e7c1c5b37e133124d4f10d3abe6eb))
19
+ * **storefront:** Supporting DecapCMS deep config merge and extended component configs ([79f1294](https://github.com/ecomplus/cloud-commerce/commit/79f12941b4495166fa535ac88b62950ecc77399d))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **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))
25
+
5
26
  ## [2.33.0](https://github.com/ecomplus/cloud-commerce/compare/v2.32.3...v2.33.0) (2024-12-19)
6
27
 
7
28
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.33.0",
4
+ "version": "2.34.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.4.11",
43
43
  "vitest": "^2.1.8",
44
44
  "zx": "^8.2.4",
45
- "@cloudcommerce/eslint": "2.33.0"
45
+ "@cloudcommerce/eslint": "2.34.1"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {