cloudcommerce 2.25.5 → 2.25.7
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 +16 -0
- 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.25.7](https://github.com/ecomplus/cloud-commerce/compare/v2.25.6...v2.25.7) (2024-08-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **storefront:** Ensure CMS auto init on /admin/ route only ([f12e0f1](https://github.com/ecomplus/cloud-commerce/commit/f12e0f1fbe73321160facc5b95c5269aa5041ec5))
|
|
11
|
+
* **storefront:** Set global `window.initCMS` function for out of /admin/ CMS manual init ([f074288](https://github.com/ecomplus/cloud-commerce/commit/f074288a438b188b52da07f3c38b6c16a9777240))
|
|
12
|
+
|
|
13
|
+
## [2.25.6](https://github.com/ecomplus/cloud-commerce/compare/v2.25.5...v2.25.6) (2024-08-08)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **cli:** Add CORS headers for /_astro/** built files on default firebase.json Hosting config ([15e10ea](https://github.com/ecomplus/cloud-commerce/commit/15e10ea67875e24f7f0175811ba5d0329d39f100))
|
|
19
|
+
* **storefront:** Add debounced reftech for stocks of SSRed products ([8180695](https://github.com/ecomplus/cloud-commerce/commit/8180695231503c93ba4f7852c784791ec0fb813c))
|
|
20
|
+
|
|
5
21
|
## [2.25.5](https://github.com/ecomplus/cloud-commerce/compare/v2.25.4...v2.25.5) (2024-08-07)
|
|
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.25.
|
|
4
|
+
"version": "2.25.7",
|
|
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.3.5",
|
|
43
43
|
"vitest": "^2.0.5",
|
|
44
44
|
"zx": "^8.1.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.25.
|
|
45
|
+
"@cloudcommerce/eslint": "2.25.7"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|