cloudcommerce 2.28.1 → 2.28.3

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.3](https://github.com/ecomplus/cloud-commerce/compare/v2.28.2...v2.28.3) (2024-10-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **storefront:** Update `<Carousel>` to bind properties also on default slot ([1532ccd](https://github.com/ecomplus/cloud-commerce/commit/1532ccde9288b021f0bea9c4376e0c182a28bf6f))
11
+
12
+ ## [2.28.2](https://github.com/ecomplus/cloud-commerce/compare/v2.28.1...v2.28.2) (2024-10-08)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** Update non-major dependencies ([#469](https://github.com/ecomplus/cloud-commerce/issues/469)) ([3a16abf](https://github.com/ecomplus/cloud-commerce/commit/3a16abf48f547eef52e134421167a0257929903a))
18
+ * **storefront:** Add new `isHalfSize` optional prop to `BannerPictures.astro` ([d7fc29d](https://github.com/ecomplus/cloud-commerce/commit/d7fc29dc755645693f66ae55908d9fa659fb91dd))
19
+ * **storefront:** Bump Vue to ^3.5.11 ([#470](https://github.com/ecomplus/cloud-commerce/issues/470)) ([7cacd11](https://github.com/ecomplus/cloud-commerce/commit/7cacd11065873639a3950476ac9e8909f202b1e4))
20
+
5
21
  ## [2.28.1](https://github.com/ecomplus/cloud-commerce/compare/v2.28.0...v2.28.1) (2024-10-05)
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.19.0
145
+ key: ${{ runner.os }}-npm-g-firebase-tools-13.21.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.19.0
149
+ run: npm i --location=global firebase-tools@13.21.0
150
150
 
151
151
  - if: github.event_name == 'push'
152
152
  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.28.1",
4
+ "version": "2.28.3",
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>",
@@ -36,13 +36,13 @@
36
36
  "lint-staged": "^15.2.10",
37
37
  "tailwindcss": "^3.4.13",
38
38
  "ts-node": "^10.9.2",
39
- "turbo": "^2.1.2",
39
+ "turbo": "^2.1.3",
40
40
  "typescript": "~5.6.2",
41
41
  "uglify-js": "^3.19.3",
42
42
  "vite": "^5.4.8",
43
- "vitest": "^2.1.1",
44
- "zx": "^8.1.8",
45
- "@cloudcommerce/eslint": "2.28.1"
43
+ "vitest": "^2.1.2",
44
+ "zx": "^8.1.9",
45
+ "@cloudcommerce/eslint": "2.28.3"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {