cloudcommerce 2.26.1 → 2.26.2
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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.26.2](https://github.com/ecomplus/cloud-commerce/compare/v2.26.1...v2.26.2) (2024-09-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **cli:** Update bunny.net CI enabling request coelascing on pull zone setup ([6c716ef](https://github.com/ecomplus/cloud-commerce/commit/6c716ef7944f3a70e9d3d3ccbd1d5bff64cb4181))
|
|
11
|
+
* **ssr:** Properly handling redirects on CF SWR worker and cache ([c878448](https://github.com/ecomplus/cloud-commerce/commit/c878448fae1d8b25735f629f5cc7453d758fdfb9))
|
|
12
|
+
|
|
5
13
|
## [2.26.1](https://github.com/ecomplus/cloud-commerce/compare/v2.26.0...v2.26.1) (2024-08-27)
|
|
6
14
|
|
|
7
15
|
## [2.26.0](https://github.com/ecomplus/cloud-commerce/compare/v2.25.8...v2.26.0) (2024-08-27)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.26.
|
|
4
|
+
"version": "2.26.2",
|
|
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.2",
|
|
43
43
|
"vitest": "^2.0.5",
|
|
44
44
|
"zx": "^8.1.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.26.
|
|
45
|
+
"@cloudcommerce/eslint": "2.26.2"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|