diff --git a/packages/eui/changelogs/CHANGELOG_2024.md b/packages/eui/changelogs/CHANGELOG_2024.md index 553b3a73d28..986aacc914f 100644 --- a/packages/eui/changelogs/CHANGELOG_2024.md +++ b/packages/eui/changelogs/CHANGELOG_2024.md @@ -1,3 +1,10 @@ +## [`v94.5.2`](https://github.com/elastic/eui/releases/v94.5.2) + +**Bug fixes** + +- Fixed `EuiDatePicker` to more gracefully handle incorrectly formatted `selected` Moment dates, instead of simply crashing ([#7784](https://github.com/elastic/eui/pull/7784)) +- Fixed `EuiFlexGroup` and `EuiFlexItem` types to correctly accept global attribute props and simplify type resolution when used with `styled()`-like wrappers ([#7792](https://github.com/elastic/eui/pull/7792)) + ## [`v94.5.1`](https://github.com/elastic/eui/releases/v94.5.1) **Bug fixes** diff --git a/packages/eui/changelogs/upcoming/7784.md b/packages/eui/changelogs/upcoming/7784.md deleted file mode 100644 index df3e5f69b77..00000000000 --- a/packages/eui/changelogs/upcoming/7784.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiDatePicker` to more gracefully handle incorrectly formatted `selected` Moment dates, instead of simply crashing diff --git a/packages/eui/changelogs/upcoming/7792.md b/packages/eui/changelogs/upcoming/7792.md deleted file mode 100644 index d55bf09b29d..00000000000 --- a/packages/eui/changelogs/upcoming/7792.md +++ /dev/null @@ -1,3 +0,0 @@ -**Bug fixes** - -- Fixed `EuiFlexGroup` and `EuiFlexItem` types to correctly accept global attribute props and simplify type resolution when used with `styled()`-like wrappers diff --git a/packages/eui/src-docs/src/components/guide_page/versions.json b/packages/eui/src-docs/src/components/guide_page/versions.json index a75be7fef4c..6a739946e5f 100644 --- a/packages/eui/src-docs/src/components/guide_page/versions.json +++ b/packages/eui/src-docs/src/components/guide_page/versions.json @@ -1,5 +1,6 @@ { "euiVersions": [ + "94.5.2", "94.5.1", "94.5.0", "94.4.1",