diff --git a/.changeset/silly-ties-attend.md b/.changeset/silly-ties-attend.md deleted file mode 100644 index 46a75814ae6..00000000000 --- a/.changeset/silly-ties-attend.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@spectrum-css/menu": patch ---- - -Prevents overlap of checkbox and icon if both are used in a menu item. - -Also reduces a significant number of variants by consolidating menus, includes a refactor to enhance menu item understanding, and expands Chromatic testing coverage. diff --git a/components/menu/CHANGELOG.md b/components/menu/CHANGELOG.md index 46268a0172f..f019dc985e2 100644 --- a/components/menu/CHANGELOG.md +++ b/components/menu/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 7.1.3 + +### Patch Changes + +- [#2757](https://github.com/adobe/spectrum-css/pull/2757) [`e945e26`](https://github.com/adobe/spectrum-css/commit/e945e261171c56a1e598f13915df6b3e71a4a423) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Prevents overlap of checkbox and icon if both are used in a menu item. + + Also reduces a significant number of variants by consolidating menus, includes a refactor to enhance menu item understanding, and expands Chromatic testing coverage. + ## 7.1.2 ### Patch Changes diff --git a/components/menu/package.json b/components/menu/package.json index b90bc289490..c42a9f7aa3a 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/menu", - "version": "7.1.2", + "version": "7.1.3", "description": "The Spectrum CSS menu component", "license": "Apache-2.0", "author": "Adobe",