cloudcommerce 2.32.2 → 2.33.0
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 +29 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
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.33.0](https://github.com/ecomplus/cloud-commerce/compare/v2.32.3...v2.33.0) (2024-12-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **i18n:** New words for product load to cart error messages ([2befefb](https://github.com/ecomplus/cloud-commerce/commit/2befefb4cda09390d3e924e31ff934e88efce908))
|
|
11
|
+
* **storefront:** Finished layout definitions on DecapCMS config ([c603739](https://github.com/ecomplus/cloud-commerce/commit/c6037396ed769826480a9199fd2b46d01811e69a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **storefront:** Add `isLoadingToCart` and `isFailedToCart` to product card composable ([7eb9719](https://github.com/ecomplus/cloud-commerce/commit/7eb9719d374f84c670be8e7e4cb86cc8175f6654))
|
|
17
|
+
* **storefront:** Match only hostname on GitHub OAuth popup emulation for DecapCMS signin ([ada84ba](https://github.com/ecomplus/cloud-commerce/commit/ada84ba61c7ba4dd4e559819906007182f761217))
|
|
18
|
+
* **storefront:** Properly handling kit product removal on `removeCartItem` ([f45c5e3](https://github.com/ecomplus/cloud-commerce/commit/f45c5e3a34688b0da091c47f634f0cea6b597680))
|
|
19
|
+
* **storefront:** Updating vbeta-app script version ([52161b8](https://github.com/ecomplus/cloud-commerce/commit/52161b88aaf06119668cdaee9a4a9f02e29cf4fb))
|
|
20
|
+
|
|
21
|
+
## [2.32.3](https://github.com/ecomplus/cloud-commerce/compare/v2.32.2...v2.32.3) (2024-12-18)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **deps:** Update non-major dependencies ([#504](https://github.com/ecomplus/cloud-commerce/issues/504)) ([503ec5e](https://github.com/ecomplus/cloud-commerce/commit/503ec5e034f2875c18f31a5749f0485d8dd156cf))
|
|
27
|
+
* **modules:** Better debuging modules request errors on checkout flow ([38a8bca](https://github.com/ecomplus/cloud-commerce/commit/38a8bcacc0213f490a3d50a0142b3453a587966d))
|
|
28
|
+
* **modules:** Fix handling kit products on checkout ([16f2639](https://github.com/ecomplus/cloud-commerce/commit/16f26398352d7f99dd809fd238431f007589af81))
|
|
29
|
+
* **pagaleve:** Using settings content domain on localhost tests ([30f366f](https://github.com/ecomplus/cloud-commerce/commit/30f366fdf617021ff40ba84cb1f1beb5a1050316))
|
|
30
|
+
* **storefront:** Also fetch variation ID on cart state update ([3272886](https://github.com/ecomplus/cloud-commerce/commit/327288621e4a88403d0569c13cc7e49b2aca0cc6))
|
|
31
|
+
* **storefront:** Fetch products from list and get basic variations info on cart state update ([615237e](https://github.com/ecomplus/cloud-commerce/commit/615237e2fc78e47cc48f8595b65c960ddfa9e58a))
|
|
32
|
+
* **storefront:** Minor fix product card composable adding pictures to kit items fetch fields ([e932e01](https://github.com/ecomplus/cloud-commerce/commit/e932e01913faf17756e796d614d4ca813bc46930))
|
|
33
|
+
|
|
5
34
|
## [2.32.2](https://github.com/ecomplus/cloud-commerce/compare/v2.32.1...v2.32.2) (2024-12-14)
|
|
6
35
|
|
|
7
36
|
## [2.32.1](https://github.com/ecomplus/cloud-commerce/compare/v2.32.0...v2.32.1) (2024-12-14)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.33.0",
|
|
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,15 +25,15 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@commitlint/cli": "^19.6.
|
|
28
|
+
"@commitlint/cli": "^19.6.1",
|
|
29
29
|
"@commitlint/config-conventional": "^19.6.0",
|
|
30
30
|
"@commitlint/rules": "^19.6.0",
|
|
31
|
-
"@types/node": "^18.19.
|
|
31
|
+
"@types/node": "^18.19.68",
|
|
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.2.
|
|
36
|
+
"lint-staged": "^15.2.11",
|
|
37
37
|
"tailwindcss": "^3.4.16",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"turbo": "^2.3.3",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vite": "^5.4.11",
|
|
43
43
|
"vitest": "^2.1.8",
|
|
44
44
|
"zx": "^8.2.4",
|
|
45
|
-
"@cloudcommerce/eslint": "2.
|
|
45
|
+
"@cloudcommerce/eslint": "2.33.0"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|