diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fde32fef49..a6493aa0566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `30.0.0`. + +## [`30.0.0`](https://github.com/elastic/eui/tree/v30.0.0) + - Deprecated `EuiKeyboardAccessible` ([4135]https://github.com/elastic/eui/pull/4135) - Refactored `EuiStep`, `EuiHorizontalSteps`, and `EuiCodeEditor` for better accessibility ([4135]https://github.com/elastic/eui/pull/4135) - Added `minWidth` prop to `EuiButton` ([4056](https://github.com/elastic/eui/pull/4056)) diff --git a/package.json b/package.json index d8f5bff8657..137b7ac7a27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "29.5.0", + "version": "30.0.0", "license": "Apache-2.0", "main": "lib", "module": "es",