cloudcommerce 2.46.1 → 2.46.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
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.46.3](https://github.com/ecomplus/cloud-commerce/compare/v2.46.2...v2.46.3) (2025-07-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **storefront:** Updating checkout vbeta-app script version ([1dbe646](https://github.com/ecomplus/cloud-commerce/commit/1dbe646d0a6d84a693e27238fd3166c7ad5b7053))
11
+
12
+ ## [2.46.2](https://github.com/ecomplus/cloud-commerce/compare/v2.46.1...v2.46.2) (2025-07-08)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **ssr:** Skip sending orders without `awc` param to Awin conversion API on anaytics handler ([756e23f](https://github.com/ecomplus/cloud-commerce/commit/756e23ff0826669801d7e2d26798a4a18354f009))
18
+ * **storefront:** New `initialResultMeta` optional prop on search filters composable ([b388965](https://github.com/ecomplus/cloud-commerce/commit/b388965c80c8ab55d7f1678fb38953047b2b00d1))
19
+ * **storefront:** Update dependency unocss to ^66.3.3 ([#595](https://github.com/ecomplus/cloud-commerce/issues/595)) ([8ddfb07](https://github.com/ecomplus/cloud-commerce/commit/8ddfb07af81a0a4e43d2ecb5980e4d2ef6caa728))
20
+
5
21
  ## [2.46.1](https://github.com/ecomplus/cloud-commerce/compare/v2.46.0...v2.46.1) (2025-07-04)
6
22
 
7
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.46.1",
4
+ "version": "2.46.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>",
@@ -30,7 +30,7 @@
30
30
  "@commitlint/rules": "^19.8.1",
31
31
  "@types/node": "^20.19.4",
32
32
  "commit-and-tag-version": "^12.5.1",
33
- "dotenv": "^16.6.1",
33
+ "dotenv": "^17.0.1",
34
34
  "eslint": "^8.57.1",
35
35
  "husky": "^9.1.7",
36
36
  "lint-staged": "^16.1.2",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.19",
43
43
  "vitest": "^2.1.9",
44
44
  "zx": "^8.6.1",
45
- "@cloudcommerce/eslint": "2.46.1"
45
+ "@cloudcommerce/eslint": "2.46.3"
46
46
  },
47
47
  "scripts": {
48
48
  "fix-install": "bash scripts/pre-install.sh && pnpm i",