diff --git a/changelogs/CHANGELOG_2024.md b/changelogs/CHANGELOG_2024.md index 0df9871fd1c..a850110e18b 100644 --- a/changelogs/CHANGELOG_2024.md +++ b/changelogs/CHANGELOG_2024.md @@ -1,3 +1,9 @@ +## [`v93.5.1`](https://github.com/elastic/eui/releases/v93.5.1) + +**Bug fixes** + +- Fixed unvirtualized `EuiSelectable`s to not cause Jest/jsdom errors on active option change ([#7618](https://github.com/elastic/eui/pull/7618)) + ## [`v93.5.0`](https://github.com/elastic/eui/releases/v93.5.0) - `EuiHeaderLinks` now accepts a `children` render function that will be passed a `closeMobilePopover` callback, allowing consumers to close the mobile popover by its content ([#7603](https://github.com/elastic/eui/pull/7603)) diff --git a/changelogs/upcoming/7618.md b/changelogs/upcoming/7618.md deleted file mode 100644 index 3608623172a..00000000000 --- a/changelogs/upcoming/7618.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed unvirtualized `EuiSelectable`s to not cause Jest/jsdom errors on active option change diff --git a/src-docs/src/components/guide_page/versions.json b/src-docs/src/components/guide_page/versions.json index 5824a0e6296..dde4ee6326a 100644 --- a/src-docs/src/components/guide_page/versions.json +++ b/src-docs/src/components/guide_page/versions.json @@ -1,5 +1,6 @@ { "euiVersions": [ + "93.5.1", "93.5.0", "93.4.0", "93.3.0",