cloudcommerce 2.28.4 → 2.28.5
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 +9 -0
- package/action.yml +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.28.5](https://github.com/ecomplus/cloud-commerce/compare/v2.28.4...v2.28.5) (2024-10-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **pagarme:** New `recurrence_model` field on credit card transactions ([2a9b6c4](https://github.com/ecomplus/cloud-commerce/commit/2a9b6c422da1b4d23c7dec1995226253fef87f8d))
|
|
11
|
+
* **storefront:** Handle available extra discount on shipping calculator composable ([8cb5ae4](https://github.com/ecomplus/cloud-commerce/commit/8cb5ae4d4d227a3666cd1ac0dc0a4c5d83892b40))
|
|
12
|
+
* **storefront:** Update Vue to ^3.5.12 ([#472](https://github.com/ecomplus/cloud-commerce/issues/472)) ([e1476f6](https://github.com/ecomplus/cloud-commerce/commit/e1476f6f5d2fbb595a47867bc5453826645135da))
|
|
13
|
+
|
|
5
14
|
## [2.28.4](https://github.com/ecomplus/cloud-commerce/compare/v2.28.3...v2.28.4) (2024-10-11)
|
|
6
15
|
|
|
7
16
|
|
package/action.yml
CHANGED
|
@@ -142,11 +142,11 @@ runs:
|
|
|
142
142
|
${{ steps.npm-paths.outputs.LIB_PATH }}
|
|
143
143
|
${{ steps.npm-paths.outputs.BIN_PATH }}
|
|
144
144
|
~/.npm-global/bin
|
|
145
|
-
key: ${{ runner.os }}-npm-g-firebase-tools-13.
|
|
145
|
+
key: ${{ runner.os }}-npm-g-firebase-tools-13.22.0
|
|
146
146
|
|
|
147
147
|
- if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
|
|
148
148
|
shell: bash
|
|
149
|
-
run: npm i --location=global firebase-tools@13.
|
|
149
|
+
run: npm i --location=global firebase-tools@13.22.0
|
|
150
150
|
|
|
151
151
|
- if: github.event_name == 'push'
|
|
152
152
|
uses: dorny/paths-filter@v3.0.2
|
|
@@ -206,7 +206,7 @@ runs:
|
|
|
206
206
|
uses: actions/cache@v4
|
|
207
207
|
with:
|
|
208
208
|
path: functions/ssr/.cache
|
|
209
|
-
key: ${{ runner.os }}-${{ env.year }}-
|
|
209
|
+
key: ${{ runner.os }}-${{ env.year }}-sf-${{ hashFiles('functions/ssr/public/**/*') }}
|
|
210
210
|
|
|
211
211
|
- if: env.deploy_codebase == '' || env.deploy_codebase == 'with-apps'
|
|
212
212
|
uses: actions/cache@v4
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.28.
|
|
4
|
+
"version": "2.28.5",
|
|
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.13",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"turbo": "^2.1.3",
|
|
40
|
-
"typescript": "~5.6.
|
|
40
|
+
"typescript": "~5.6.3",
|
|
41
41
|
"uglify-js": "^3.19.3",
|
|
42
42
|
"vite": "^5.4.8",
|
|
43
43
|
"vitest": "^2.1.2",
|
|
44
44
|
"zx": "^8.1.9",
|
|
45
|
-
"@cloudcommerce/eslint": "2.28.
|
|
45
|
+
"@cloudcommerce/eslint": "2.28.5"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|