Skip to content

Commit ae9dcf8

Browse files
RajdeepcRajdeep Chandrablunteshwar
authored
fix(card): added missing sp-popover dependency (#5449)
* fix(card): added missing popover dependency * chore: added changeset * chore: update chromedriver to version 136.0.0 * chore: update chromedriver to version 136.0.0 with updated yarn lock * chore: updated changesete message format and revert chromedriver update --------- Co-authored-by: Rajdeep Chandra <[email protected]> Co-authored-by: blunteshwar <[email protected]>
1 parent 7d9526e commit ae9dcf8

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/cuddly-lands-work.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@spectrum-web-components/card': patch
3+
---
4+
5+
- **Fixed**: `sp-card` component relies on `sp-popover` for certain toggle interactive behaviors, but this dependency was missing from its dependency tree.

packages/card/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"@spectrum-web-components/checkbox": "1.6.0",
7070
"@spectrum-web-components/divider": "1.6.0",
7171
"@spectrum-web-components/icons-workflow": "1.6.0",
72+
"@spectrum-web-components/popover": "1.6.0",
7273
"@spectrum-web-components/shared": "1.6.0",
7374
"@spectrum-web-components/styles": "1.6.0"
7475
},

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -7688,6 +7688,7 @@ __metadata:
76887688
"@spectrum-web-components/checkbox": "npm:1.6.0"
76897689
"@spectrum-web-components/divider": "npm:1.6.0"
76907690
"@spectrum-web-components/icons-workflow": "npm:1.6.0"
7691+
"@spectrum-web-components/popover": "npm:1.6.0"
76917692
"@spectrum-web-components/shared": "npm:1.6.0"
76927693
"@spectrum-web-components/styles": "npm:1.6.0"
76937694
languageName: unknown

0 commit comments

Comments
 (0)