diff --git a/CHANGELOG.md b/CHANGELOG.md index c140190cbce..c39e6cafc05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`main`](https://github.com/elastic/eui/tree/main) +No public interface changes since `50.0.0`. + +## [`50.0.0`](https://github.com/elastic/eui/tree/v50.0.0) + - Updated `EuiComboBox` to WAI-ARIA 1.2 pattern and improved keyboard navigation ([#5636](https://github.com/elastic/eui/pull/5636)) - Added `readOnly` prop to `EuiMarkdownEditor` ([#5627](https://github.com/elastic/eui/pull/5627)) - Added support for supplying `breadcrumbs` and `breadcrumbProps` directly to `EuiPageHeader` ([#5634](https://github.com/elastic/eui/pull/5634)) diff --git a/package.json b/package.json index cdf70d297d9..6dd754d5eab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "49.0.0", + "version": "50.0.0", "license": "SEE LICENSE IN LICENSE.txt", "main": "lib", "module": "es",