Skip to content

Commit eabf08d

Browse files
authored
fix: featured main image check (#403)
* fix: add check to make sure relationships exist on products * chore: add changeset * fix: missing lock file issue in ci
1 parent 3d4b77a commit eabf08d

File tree

4 files changed

+887
-2
lines changed

4 files changed

+887
-2
lines changed

.changeset/great-cherries-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@elasticpath/d2c-schematics": patch
3+
---
4+
5+
Support cases where relationships property is not defined on products

examples/shopper-accounts-authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@epcc-sdk/sdks-shopper": "^0.0.28",
12+
"@epcc-sdk/sdks-shopper": "workspace:*",
1313
"next": "15.3.1",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)