cloudcommerce 2.28.4 → 2.28.6

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 CHANGED
@@ -2,6 +2,22 @@
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.6](https://github.com/ecomplus/cloud-commerce/compare/v2.28.5...v2.28.6) (2024-10-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **storefront:** Try fixing strange hydration mismatches with Vue 3.4 regression ([f3455a6](https://github.com/ecomplus/cloud-commerce/commit/f3455a6adf1fb86a168c88537d69a2379a2e42bc))
11
+
12
+ ## [2.28.5](https://github.com/ecomplus/cloud-commerce/compare/v2.28.4...v2.28.5) (2024-10-17)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **pagarme:** New `recurrence_model` field on credit card transactions ([2a9b6c4](https://github.com/ecomplus/cloud-commerce/commit/2a9b6c422da1b4d23c7dec1995226253fef87f8d))
18
+ * **storefront:** Handle available extra discount on shipping calculator composable ([8cb5ae4](https://github.com/ecomplus/cloud-commerce/commit/8cb5ae4d4d227a3666cd1ac0dc0a4c5d83892b40))
19
+ * **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))
20
+
5
21
  ## [2.28.4](https://github.com/ecomplus/cloud-commerce/compare/v2.28.3...v2.28.4) (2024-10-11)
6
22
 
7
23
 
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.21.0
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.21.0
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 }}-storefront-${{ hashFiles('functions/ssr/public/**/*') }}
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",
4
+ "version": "2.28.6",
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.2",
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.4"
45
+ "@cloudcommerce/eslint": "2.28.6"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {