cloudcommerce 2.36.18 → 2.36.20
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 +20 -0
- package/action.yml +2 -2
- package/package.json +10 -10
- package/scripts/release.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
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.36.20](https://github.com/ecomplus/cloud-commerce/compare/v2.36.19...v2.36.20) (2025-02-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **mercadopago:** Debug transaction error response even on 401/403 ([18134e2](https://github.com/ecomplus/cloud-commerce/commit/18134e2e3a24589b0154659fc966d3929f7b2d17))
|
|
11
|
+
* **storefront:** Ensure kipping cart item with kit product custom price ([85b116f](https://github.com/ecomplus/cloud-commerce/commit/85b116fbe183272bfdbfef9d878fefa5d92ee7f1))
|
|
12
|
+
* **storefront:** Persisting cart item kit composition and customizations on reload and navigation ([5590965](https://github.com/ecomplus/cloud-commerce/commit/5590965b16d9346c027d035b3491b9e4a4de0a20))
|
|
13
|
+
|
|
14
|
+
## [2.36.19](https://github.com/ecomplus/cloud-commerce/compare/v2.36.18...v2.36.19) (2025-02-07)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** Update non-major dependencies ([#522](https://github.com/ecomplus/cloud-commerce/issues/522)) ([4319501](https://github.com/ecomplus/cloud-commerce/commit/4319501ca7362ab0951af71cb7431019ffb9078f))
|
|
20
|
+
* **deps:** Update non-major dependencies ([#529](https://github.com/ecomplus/cloud-commerce/issues/529)) ([5d27f60](https://github.com/ecomplus/cloud-commerce/commit/5d27f602a336d70a5a40836b112ad9442c60bd1f))
|
|
21
|
+
* **firebase:** Must await all events handled and PubSub published on cron store events execution ([123659a](https://github.com/ecomplus/cloud-commerce/commit/123659aec4f12103b9f6974aef5a3d5dc6a5e467))
|
|
22
|
+
* **mercadopago:** Parse payment `cancelled` status to `voided` ([5cc8d74](https://github.com/ecomplus/cloud-commerce/commit/5cc8d748d83a3855d6a17a3662c3523f7b08ae4c))
|
|
23
|
+
* **tiny-erp:** Replacing "&" on product category name on export ([bf97b58](https://github.com/ecomplus/cloud-commerce/commit/bf97b589e54ce366c00ab8d78c2ad4248faab1b8))
|
|
24
|
+
|
|
5
25
|
## [2.36.18](https://github.com/ecomplus/cloud-commerce/compare/v2.36.17...v2.36.18) (2025-01-21)
|
|
6
26
|
|
|
7
27
|
|
package/action.yml
CHANGED
|
@@ -146,11 +146,11 @@ runs:
|
|
|
146
146
|
${{ steps.npm-paths.outputs.LIB_PATH }}
|
|
147
147
|
${{ steps.npm-paths.outputs.BIN_PATH }}
|
|
148
148
|
~/.npm-global/bin
|
|
149
|
-
key: ${{ runner.os }}-npm-g-firebase-tools-13.
|
|
149
|
+
key: ${{ runner.os }}-npm-g-firebase-tools-13.30.0
|
|
150
150
|
|
|
151
151
|
- if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
|
|
152
152
|
shell: bash
|
|
153
|
-
run: npm i --location=global firebase-tools@13.
|
|
153
|
+
run: npm i --location=global firebase-tools@13.30.0
|
|
154
154
|
|
|
155
155
|
- if: github.event_name == 'push'
|
|
156
156
|
uses: dorny/paths-filter@v3.0.2
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.36.
|
|
4
|
+
"version": "2.36.20",
|
|
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.
|
|
29
|
-
"@commitlint/config-conventional": "^19.
|
|
28
|
+
"@commitlint/cli": "^19.7.1",
|
|
29
|
+
"@commitlint/config-conventional": "^19.7.1",
|
|
30
30
|
"@commitlint/rules": "^19.6.0",
|
|
31
|
-
"@types/node": "^18.19.
|
|
31
|
+
"@types/node": "^18.19.75",
|
|
32
32
|
"commit-and-tag-version": "^12.5.0",
|
|
33
33
|
"dotenv": "^16.4.7",
|
|
34
34
|
"eslint": "^8.57.1",
|
|
35
35
|
"husky": "^9.1.7",
|
|
36
|
-
"lint-staged": "^15.4.
|
|
36
|
+
"lint-staged": "^15.4.3",
|
|
37
37
|
"tailwindcss": "^3.4.17",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
|
-
"turbo": "^2.
|
|
39
|
+
"turbo": "^2.4.0",
|
|
40
40
|
"typescript": "~5.7.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
|
-
"vite": "^5.4.
|
|
43
|
-
"vitest": "^2.1.
|
|
44
|
-
"zx": "^8.3.
|
|
45
|
-
"@cloudcommerce/eslint": "2.36.
|
|
42
|
+
"vite": "^5.4.14",
|
|
43
|
+
"vitest": "^2.1.9",
|
|
44
|
+
"zx": "^8.3.2",
|
|
45
|
+
"@cloudcommerce/eslint": "2.36.20"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|