From 661550564902121e1aa2d693978ae0ddaee24f05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 19:33:54 +0000 Subject: [PATCH] chore: release (#3554) Co-authored-by: github-actions[bot] --- .changeset/spicy-boats-repair.md | 5 ----- components/contextualhelp/CHANGELOG.md | 6 ++++++ components/contextualhelp/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spicy-boats-repair.md diff --git a/.changeset/spicy-boats-repair.md b/.changeset/spicy-boats-repair.md deleted file mode 100644 index c764654e9bd..00000000000 --- a/.changeset/spicy-boats-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/contextualhelp": patch ---- - -Added `--mod-spectrum-contextual-help-popover-maximum-width` to customize popover max-width via `max-inline-size`. SWC had a feature request from the express team to support long text in the contextual-help popover. Jira ticket: [SWC-509](https://jira.corp.adobe.com/browse/SWC-509) diff --git a/components/contextualhelp/CHANGELOG.md b/components/contextualhelp/CHANGELOG.md index ca3cd9ce6d6..830ac12e5c7 100644 --- a/components/contextualhelp/CHANGELOG.md +++ b/components/contextualhelp/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.1 + +### Patch Changes + +- [#3523](https://github.com/adobe/spectrum-css/pull/3523) [`71f7d4f`](https://github.com/adobe/spectrum-css/commit/71f7d4f8d3827b3533e7ed9c9514ba065a56d859) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - Added `--mod-spectrum-contextual-help-popover-maximum-width` to customize popover max-width via `max-inline-size`. SWC had a feature request from the express team to support long text in the contextual-help popover. Jira ticket: [SWC-509](https://jira.corp.adobe.com/browse/SWC-509) + ## 5.1.0 ### Minor Changes diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json index d5d5ada184e..220634670f1 100644 --- a/components/contextualhelp/package.json +++ b/components/contextualhelp/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/contextualhelp", - "version": "5.1.0", + "version": "5.1.1", "description": "The Spectrum CSS contextualhelp component", "license": "Apache-2.0", "author": "Adobe",