cloudcommerce 2.49.5 → 2.50.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.
- package/CHANGELOG.md +25 -0
- package/action.yml +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
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.50.1](https://github.com/ecomplus/cloud-commerce/compare/v2.50.0...v2.50.1) (2025-09-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** Update non-major dependencies ([#625](https://github.com/ecomplus/cloud-commerce/issues/625)) ([a609e48](https://github.com/ecomplus/cloud-commerce/commit/a609e4804665653f0a47614bd9a40ca874fdc9ca))
|
|
11
|
+
* **tiny-erp:** Fix uploading images when importing new products from Tiny ([fbebed8](https://github.com/ecomplus/cloud-commerce/commit/fbebed88fb1c9ed4e60f9d74bada633fd478c03f))
|
|
12
|
+
* **tiny-erp:** Properly handling product parse on Tiny webhook with product overwrite enabled ([0b26ad9](https://github.com/ecomplus/cloud-commerce/commit/0b26ad9cfdbe47124677657a87b28d36a1c59763))
|
|
13
|
+
|
|
14
|
+
## [2.50.0](https://github.com/ecomplus/cloud-commerce/compare/v2.49.5...v2.50.0) (2025-09-21)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **emails:** Handle abandoned carts and send recovery emails when enabled ([f568716](https://github.com/ecomplus/cloud-commerce/commit/f568716e131289c582c311479f965346034327fa))
|
|
20
|
+
* **emails:** Handle expiring loyalty points and start sending a default email template ([bebaf8f](https://github.com/ecomplus/cloud-commerce/commit/bebaf8fdd5aba05130561c014c7faba120ee0c2d))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **deps:** Escape org dependencies from pnpm minimum release age ([b0d92af](https://github.com/ecomplus/cloud-commerce/commit/b0d92af6a3df941e716153c7790dbb243e685bc2))
|
|
26
|
+
* **deps:** Update dependency axios to v1.12.0 [security] ([#622](https://github.com/ecomplus/cloud-commerce/issues/622)) ([e2b1619](https://github.com/ecomplus/cloud-commerce/commit/e2b16194660067d032c8459703087bd1d7f75f5f))
|
|
27
|
+
* **deps:** Update non-major dependencies ([#623](https://github.com/ecomplus/cloud-commerce/issues/623)) ([98a8f9e](https://github.com/ecomplus/cloud-commerce/commit/98a8f9e093f76aa139962c9136ef3a678548a45c))
|
|
28
|
+
* **emails:** Update default abandoned cart emails cron and handle up to 200 carts each exec ([e6449a2](https://github.com/ecomplus/cloud-commerce/commit/e6449a2e68f6c7121389f58c0483e519a715afc3))
|
|
29
|
+
|
|
5
30
|
## [2.49.5](https://github.com/ecomplus/cloud-commerce/compare/v2.49.4...v2.49.5) (2025-09-12)
|
|
6
31
|
|
|
7
32
|
|
package/action.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.50.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>",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@commitlint/cli": "^19.8.1",
|
|
29
29
|
"@commitlint/config-conventional": "^19.8.1",
|
|
30
30
|
"@commitlint/rules": "^19.8.1",
|
|
31
|
-
"@types/node": "^20.19.
|
|
31
|
+
"@types/node": "^20.19.17",
|
|
32
32
|
"commit-and-tag-version": "^12.6.0",
|
|
33
33
|
"dotenv": "^17.2.2",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.20",
|
|
43
43
|
"vitest": "^2.1.9",
|
|
44
|
-
"zx": "^8.8.
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
44
|
+
"zx": "^8.8.2",
|
|
45
|
+
"@cloudcommerce/eslint": "2.50.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|