cloudcommerce 2.26.2 → 2.26.3
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 +10 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
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.3](https://github.com/ecomplus/cloud-commerce/compare/v2.26.2...v2.26.3) (2024-09-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Update non-major dependencies ([#449](https://github.com/ecomplus/cloud-commerce/issues/449)) ([77c90cb](https://github.com/ecomplus/cloud-commerce/commit/77c90cbd04a05cbaaef79d0f46b22f41e82289d9))
|
|
11
|
+
* **storefront:** Fix handling built pictures with filenames containing non-alphabetical chars ([27c2a03](https://github.com/ecomplus/cloud-commerce/commit/27c2a039a63fc685eb1df6878b0b7d3bf9466ff9))
|
|
12
|
+
* **storefront:** Fix prod build script to properly escape values to saved CSVs ([c198a64](https://github.com/ecomplus/cloud-commerce/commit/c198a64af97a570f73c90127ba31d93ec2f16ecc))
|
|
13
|
+
* **storefront:** Update VueUse to v11 ([#450](https://github.com/ecomplus/cloud-commerce/issues/450)) ([e108efd](https://github.com/ecomplus/cloud-commerce/commit/e108efd968007edd90f85494cdfd02ebe39fdcb4))
|
|
14
|
+
|
|
5
15
|
## [2.26.2](https://github.com/ecomplus/cloud-commerce/compare/v2.26.1...v2.26.2) (2024-09-02)
|
|
6
16
|
|
|
7
17
|
|
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.3",
|
|
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>",
|
|
@@ -25,24 +25,24 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "^19.4.
|
|
29
|
-
"@commitlint/config-conventional": "^19.
|
|
30
|
-
"@commitlint/rules": "^19.
|
|
31
|
-
"@types/node": "^18.19.
|
|
28
|
+
"@commitlint/cli": "^19.4.1",
|
|
29
|
+
"@commitlint/config-conventional": "^19.4.1",
|
|
30
|
+
"@commitlint/rules": "^19.4.1",
|
|
31
|
+
"@types/node": "^18.19.48",
|
|
32
32
|
"commit-and-tag-version": "^12.4.2",
|
|
33
33
|
"dotenv": "^16.4.5",
|
|
34
34
|
"eslint": "^8.57.0",
|
|
35
35
|
"husky": "^9.1.5",
|
|
36
|
-
"lint-staged": "^15.2.
|
|
36
|
+
"lint-staged": "^15.2.10",
|
|
37
37
|
"tailwindcss": "^3.4.10",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.
|
|
39
|
+
"turbo": "^2.1.1",
|
|
40
40
|
"typescript": "~5.5.4",
|
|
41
|
-
"uglify-js": "^3.19.
|
|
41
|
+
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.2",
|
|
43
43
|
"vitest": "^2.0.5",
|
|
44
|
-
"zx": "^8.1.
|
|
45
|
-
"@cloudcommerce/eslint": "2.26.
|
|
44
|
+
"zx": "^8.1.5",
|
|
45
|
+
"@cloudcommerce/eslint": "2.26.3"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|