diff --git a/changelogs/CHANGELOG_2024.md b/changelogs/CHANGELOG_2024.md index a850110e18b..81ed3ef0f45 100644 --- a/changelogs/CHANGELOG_2024.md +++ b/changelogs/CHANGELOG_2024.md @@ -1,3 +1,14 @@ +## [`v93.5.2`](https://github.com/elastic/eui/releases/v93.5.2) + +**Dependency updates** + +- Updated `react-virtualized-auto-sizer` to 1.0.24 ([#7598](https://github.com/elastic/eui/pull/7598)) +- Updated `react-window` to 1.8.10 ([#7600](https://github.com/elastic/eui/pull/7600)) + +**CSS-in-JS conversions** + +- Updated EUI's internal style memoization/performance utility to have configurable error/warning levels via `setEuiDevProviderWarning` ([#7626](https://github.com/elastic/eui/pull/7626)) + ## [`v93.5.1`](https://github.com/elastic/eui/releases/v93.5.1) **Bug fixes** diff --git a/changelogs/upcoming/7598.md b/changelogs/upcoming/7598.md deleted file mode 100644 index f5c44357baa..00000000000 --- a/changelogs/upcoming/7598.md +++ /dev/null @@ -1,3 +0,0 @@ -**Dependency updates** - -- Updated `react-virtualized-auto-sizer` to 1.0.24 \ No newline at end of file diff --git a/changelogs/upcoming/7600.md b/changelogs/upcoming/7600.md deleted file mode 100644 index 4ecfa7d30f3..00000000000 --- a/changelogs/upcoming/7600.md +++ /dev/null @@ -1,3 +0,0 @@ -**Dependency updates** - -- Updated `react-window` to 1.8.10 \ No newline at end of file diff --git a/changelogs/upcoming/7626.md b/changelogs/upcoming/7626.md deleted file mode 100644 index dc8cfc42c37..00000000000 --- a/changelogs/upcoming/7626.md +++ /dev/null @@ -1,3 +0,0 @@ -**CSS-in-JS conversions** - -- Updated EUI's internal style memoization/performance utility to have configurable error/warning levels via `setEuiDevProviderWarning` diff --git a/src-docs/src/components/guide_page/versions.json b/src-docs/src/components/guide_page/versions.json index dde4ee6326a..8a49cc53621 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.2", "93.5.1", "93.5.0", "93.4.0",