cloudcommerce 2.34.0 → 2.35.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 +22 -0
- package/action.yml +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
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.35.0](https://github.com/ecomplus/cloud-commerce/compare/v2.34.1...v2.35.0) (2024-12-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **storefront:** Using store API data on DecapCMS select with widgets `sselect:{resource}` ([2badbb1](https://github.com/ecomplus/cloud-commerce/commit/2badbb10bc4d69e9618720bddc6baf8f52854194))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** Update non-major dependencies ([#509](https://github.com/ecomplus/cloud-commerce/issues/509)) ([139c93c](https://github.com/ecomplus/cloud-commerce/commit/139c93cf0535280862119a59f82611ee5172c03d))
|
|
16
|
+
* **storefront:** Fix handling session tokens for DecapCMS ([db5ce92](https://github.com/ecomplus/cloud-commerce/commit/db5ce923d43a70ef1d58734ef2e638411cd52498))
|
|
17
|
+
* **storefront:** Fixing `InferCmsFieldOutput` generic forcing list widget as maybe undefined ([e19e623](https://github.com/ecomplus/cloud-commerce/commit/e19e6238317b6eff698595dcadf6e7df5126eb7d))
|
|
18
|
+
* **storefront:** Start fixing DecapCMS deploy preview links ([6775cc0](https://github.com/ecomplus/cloud-commerce/commit/6775cc073f583183e5dcaba99d99498316c4a84c))
|
|
19
|
+
|
|
20
|
+
## [2.34.1](https://github.com/ecomplus/cloud-commerce/compare/v2.34.0...v2.34.1) (2024-12-21)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **storefront:** Properly calling DecapCMS init on /admin/ route with token successfully set ([0a0308a](https://github.com/ecomplus/cloud-commerce/commit/0a0308ac50242bbbdf62be476e8d0e6a8d8d20c1))
|
|
26
|
+
|
|
5
27
|
## [2.34.0](https://github.com/ecomplus/cloud-commerce/compare/v2.33.0...v2.34.0) (2024-12-21)
|
|
6
28
|
|
|
7
29
|
|
package/action.yml
CHANGED
|
@@ -111,6 +111,10 @@ runs:
|
|
|
111
111
|
- shell: bash
|
|
112
112
|
run: echo "year=$(date +'%Y')" >> $GITHUB_ENV
|
|
113
113
|
|
|
114
|
+
- if: github.event_name == 'pull_request' && github.event.action != 'closed'
|
|
115
|
+
uses: ouzi-dev/commit-status-updater@v2.0.2
|
|
116
|
+
continue-on-error: true
|
|
117
|
+
|
|
114
118
|
- uses: actions/setup-node@v4
|
|
115
119
|
with:
|
|
116
120
|
node-version: 18
|
|
@@ -411,6 +415,24 @@ runs:
|
|
|
411
415
|
channelId: ${{ (startsWith(env.git_branch, 'main-') && env.git_branch) || null }}
|
|
412
416
|
expires: ${{ (startsWith(env.git_branch, 'main-') && '30d') || null }}
|
|
413
417
|
|
|
418
|
+
- if: |
|
|
419
|
+
github.event_name == 'pull_request' && github.event.action != 'closed'
|
|
420
|
+
&& env.git_branch != 'main'
|
|
421
|
+
uses: ouzi-dev/commit-status-updater@v2.0.2
|
|
422
|
+
continue-on-error: true
|
|
423
|
+
with:
|
|
424
|
+
status: ${{ (steps.deploy-preview.outputs.details_url && 'success') || 'failure' }}
|
|
425
|
+
url: ${{ steps.deploy-preview.outputs.details_url }}
|
|
426
|
+
description: "Deploy preview URL"
|
|
427
|
+
|
|
428
|
+
- if: |
|
|
429
|
+
github.event_name == 'pull_request' && github.event.action != 'closed'
|
|
430
|
+
&& env.git_branch == 'main'
|
|
431
|
+
uses: ouzi-dev/commit-status-updater@v2.0.2
|
|
432
|
+
continue-on-error: true
|
|
433
|
+
with:
|
|
434
|
+
status: cancelled
|
|
435
|
+
|
|
414
436
|
- if: |
|
|
415
437
|
github.event_name == 'pull_request' && github.event.action != 'closed'
|
|
416
438
|
&& startsWith(env.git_branch, 'main-')
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.35.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>",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"eslint": "^8.57.1",
|
|
35
35
|
"husky": "^9.1.7",
|
|
36
36
|
"lint-staged": "^15.2.11",
|
|
37
|
-
"tailwindcss": "^3.4.
|
|
37
|
+
"tailwindcss": "^3.4.17",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"turbo": "^2.3.3",
|
|
40
40
|
"typescript": "~5.7.2",
|
|
@@ -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.35.0"
|
|
46
46
|
},
|
|
47
47
|
"packageManager": "pnpm@8.15.7",
|
|
48
48
|
"scripts": {
|