diff --git a/changelogs/CHANGELOG_2023.md b/changelogs/CHANGELOG_2023.md index 72bb9bcc26a..8b1c0041668 100644 --- a/changelogs/CHANGELOG_2023.md +++ b/changelogs/CHANGELOG_2023.md @@ -1,3 +1,11 @@ +## [`v91.2.0`](https://github.com/elastic/eui/releases/v91.2.0) + +- Added `endpoint` glyph to `EuiIcon` ([#7383](https://github.com/elastic/eui/pull/7383)) + +**Bug fixes** + +- Fixed a bug with `EuiSelectable`s with custom `truncationProps`, where scrollbar widths were not being accounted for ([#7392](https://github.com/elastic/eui/pull/7392)) + ## [`v91.1.0`](https://github.com/elastic/eui/releases/tag/v91.1.0) - Updated `EuiDataGrid` cell actions to display above cells instead of within them, to avoid content clipping issues ([#7343](https://github.com/elastic/eui/pull/7343)) diff --git a/changelogs/upcoming/7383.md b/changelogs/upcoming/7383.md deleted file mode 100644 index 6b38395e644..00000000000 --- a/changelogs/upcoming/7383.md +++ /dev/null @@ -1,2 +0,0 @@ -- Added `endpoint` glyph to `EuiIcon` - diff --git a/changelogs/upcoming/7392.md b/changelogs/upcoming/7392.md deleted file mode 100644 index 4b87c9f6f8b..00000000000 --- a/changelogs/upcoming/7392.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed a bug with `EuiSelectable`s with custom `truncationProps`, where scrollbar widths were not being accounted for diff --git a/src-docs/src/components/guide_page/versions.json b/src-docs/src/components/guide_page/versions.json index 668e26bf3f3..db1a4c64643 100644 --- a/src-docs/src/components/guide_page/versions.json +++ b/src-docs/src/components/guide_page/versions.json @@ -1,5 +1,6 @@ { "euiVersions": [ + "91.2.0", "91.1.0", "91.0.0", "90.0.0",