diff --git a/.changeset/dirty-suits-mix.md b/.changeset/dirty-suits-mix.md deleted file mode 100644 index 3393e3181bd..00000000000 --- a/.changeset/dirty-suits-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/search": patch ---- - -Deprecated `--mod-workflow-icon-size-100` from the `.spectrum-Search--quiet` calculation of the `--spectrum-search-quiet-button-offset`. Use `--mod-search-icon-size` instead. Deprecated property will be removed in the next breaking change release. diff --git a/components/search/CHANGELOG.md b/components/search/CHANGELOG.md index b192015d524..49400c35af3 100644 --- a/components/search/CHANGELOG.md +++ b/components/search/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.2.4 + +### Patch Changes + +- [#3297](https://github.com/adobe/spectrum-css/pull/3297) [`60685ce`](https://github.com/adobe/spectrum-css/commit/60685ce14d1117584ca46d034ecaa2617a016345) Thanks [@castastrophe](https://github.com/castastrophe)! - Deprecated `--mod-workflow-icon-size-100` from the `.spectrum-Search--quiet` calculation of the `--spectrum-search-quiet-button-offset`. Use `--mod-search-icon-size` instead. Deprecated property will be removed in the next breaking change release. + ## 7.2.3 ### Patch Changes diff --git a/components/search/package.json b/components/search/package.json index 57c82d8fef9..e63af2902a5 100644 --- a/components/search/package.json +++ b/components/search/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/search", - "version": "7.2.3", + "version": "7.2.4", "description": "The Spectrum CSS search component", "license": "Apache-2.0", "author": "Adobe",