From 9b6bf6ac5df0950d301c79d0f9c30b205b3854d0 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Wed, 11 Nov 2020 11:46:55 -0700 Subject: [PATCH] 30.3.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1f7b0c37d..eb2ca2cb3d9 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.3.0`. + +## [`30.3.0`](https://github.com/elastic/eui/tree/v30.3.0) + - Added `EuiColorPaletteDisplay` component ([#3865](https://github.com/elastic/eui/pull/3865)) - Added `initialFocusedItemIndex` support to `EuiContextMenuPanelDescriptor` ([#4223](https://github.com/elastic/eui/pull/4223)) - Updated the default of the `EuiPopover`s `ownFocus` prop from `false` to `true` ([#4228](https://github.com/elastic/eui/pull/4228)) diff --git a/package.json b/package.json index 038b0ed9737..351042ccbaa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "30.2.0", + "version": "30.3.0", "license": "Apache-2.0", "main": "lib", "module": "es",