cloudcommerce 2.53.2 → 2.55.0
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 +24 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
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.55.0](https://github.com/ecomplus/cloud-commerce/compare/v2.54.0...v2.55.0) (2025-12-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **yapay:** Setup new Yapay (Vindi Pagamentos) integration app ([77eb73b](https://github.com/ecomplus/cloud-commerce/commit/77eb73be54f3bc712717855f599f79669ff9853d))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **storefront:** Update Vue to ^3.5.25 ([#651](https://github.com/ecomplus/cloud-commerce/issues/651)) ([9442aa0](https://github.com/ecomplus/cloud-commerce/commit/9442aa0c81e44db94c4f2fadeee3c463709154bc))
|
|
16
|
+
|
|
17
|
+
## [2.54.0](https://github.com/ecomplus/cloud-commerce/compare/v2.53.2...v2.54.0) (2025-12-02)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **vindi:** Adding initial support for Pix payments on Vindi integration ([6e187d0](https://github.com/ecomplus/cloud-commerce/commit/6e187d0815358d271eaeb132d0fff2b2597ba721))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **deps:** Update non-major dependencies ([#652](https://github.com/ecomplus/cloud-commerce/issues/652)) ([8cdea42](https://github.com/ecomplus/cloud-commerce/commit/8cdea422b98843d106e1caec2e0aec3e7e9aa979))
|
|
28
|
+
|
|
5
29
|
## [2.53.2](https://github.com/ecomplus/cloud-commerce/compare/v2.53.1...v2.53.2) (2025-11-25)
|
|
6
30
|
|
|
7
31
|
## [2.53.1](https://github.com/ecomplus/cloud-commerce/compare/v2.53.0...v2.53.1) (2025-11-25)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.55.0",
|
|
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.21",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
44
|
"zx": "^8.8.5",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.55.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|