diff --git a/changelogs/CHANGELOG_2023.md b/changelogs/CHANGELOG_2023.md index 8b1c0041668..ae1741fdecf 100644 --- a/changelogs/CHANGELOG_2023.md +++ b/changelogs/CHANGELOG_2023.md @@ -1,3 +1,8 @@ +## [`v91.3.0`](https://github.com/elastic/eui/releases/v91.3.0) + +- Added `esqlVis`, `pipeBreaks`, and `pipeNoBreaks` icon glyphs. ([#7399](https://github.com/elastic/eui/pull/7399)) +- Updated `EuiDataGridSchemaDetector`'s comparator arguments to include entry indexes ([#7406](https://github.com/elastic/eui/pull/7406)) + ## [`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)) diff --git a/changelogs/upcoming/7399.md b/changelogs/upcoming/7399.md deleted file mode 100644 index 31e4498c3a1..00000000000 --- a/changelogs/upcoming/7399.md +++ /dev/null @@ -1 +0,0 @@ -- Added `esqlVis`, `pipeBreaks`, and `pipeNoBreaks` icon glyphs. \ No newline at end of file diff --git a/changelogs/upcoming/7406.md b/changelogs/upcoming/7406.md deleted file mode 100644 index 3a621cc0b3f..00000000000 --- a/changelogs/upcoming/7406.md +++ /dev/null @@ -1 +0,0 @@ -- Updated `EuiDataGridSchemaDetector`'s comparator arguments to include entry indexes diff --git a/src-docs/src/components/guide_page/versions.json b/src-docs/src/components/guide_page/versions.json index db1a4c64643..d62b39515a3 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.3.0", "91.2.0", "91.1.0", "91.0.0",