cloudcommerce 2.27.0 → 2.27.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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
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.27.1](https://github.com/ecomplus/cloud-commerce/compare/v2.27.0...v2.27.1) (2024-09-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **ssr:** Also handle SWR on HTML responses without SSR took header ([6f03bf0](https://github.com/ecomplus/cloud-commerce/commit/6f03bf09b390ff95198fb32dcc631a2add5892a2))
11
+ * **ssr:** Prevent new permanent cache (no stale at) on SWR worker KV ([7126430](https://github.com/ecomplus/cloud-commerce/commit/71264304e23ee4723ffb4ecb8de9de73f6edf5b9))
12
+ * **ssr:** Prevent returning permanent (inifnite) cache from KV on SWR worker ([de07bf0](https://github.com/ecomplus/cloud-commerce/commit/de07bf0d05b41e0779018ae44242a6c7ca54bc55))
13
+ * **storefront:** Fixing `<Carousel>` controls state with enumered prop `:controls` ([d2fc905](https://github.com/ecomplus/cloud-commerce/commit/d2fc905a15dcdb003d8be7e22447cf3111cac288))
14
+ * **storefront:** Passing additional props to `banners-grid` section for customizations ([3badde8](https://github.com/ecomplus/cloud-commerce/commit/3badde8c12bf3e757db90ffbd612ef513effa759))
15
+ * **storefront:** Update Vue to ^3.5.6 ([#454](https://github.com/ecomplus/cloud-commerce/issues/454)) ([df4ad83](https://github.com/ecomplus/cloud-commerce/commit/df4ad83cda4674b4179d5507ecf34fd782c9a1ad))
16
+ * **tiny-erp:** Ensure parsing price/quantity from tiny to number on product import ([337d400](https://github.com/ecomplus/cloud-commerce/commit/337d400f630ac0c96fe30ba3fbf8838709d2ce98))
17
+
5
18
  ## [2.27.0](https://github.com/ecomplus/cloud-commerce/compare/v2.26.5...v2.27.0) (2024-09-11)
6
19
 
7
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.27.0",
4
+ "version": "2.27.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>",
@@ -37,12 +37,12 @@
37
37
  "tailwindcss": "^3.4.10",
38
38
  "ts-node": "^10.9.2",
39
39
  "turbo": "^2.1.1",
40
- "typescript": "~5.5.4",
40
+ "typescript": "~5.6.2",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.3",
43
43
  "vitest": "^2.0.5",
44
44
  "zx": "^8.1.5",
45
- "@cloudcommerce/eslint": "2.27.0"
45
+ "@cloudcommerce/eslint": "2.27.1"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {