From 95c3038af82705e92d675044986f6a0d812c9f22 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Tue, 4 May 2021 12:46:22 -0600 Subject: [PATCH] 33.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599a94395ee..85cd35025d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `33.0.0`. + +## [`33.0.0`](https://github.com/elastic/eui/tree/v33.0.0) + - Added `autoFocus` prop and functionality to `EuiComboBox` ([#4772](https://github.com/elastic/eui/pull/4772)) - Added `inherit` color option to `EuiIcon` to force two-tone (app) icons to inherit their parent's color ([#4760](https://github.com/elastic/eui/pull/4760)) - Updated `EuiBetaBadge, EuiBadge, EuiButtonIcon, EuiButtonContent, EuiCallOut, EuiContextMenuItem, EuiListGroupItem` icon usage to inherit their parent's color ([#4760](https://github.com/elastic/eui/pull/4760)) diff --git a/package.json b/package.json index 315b3888c84..20b1220a2f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "32.3.0", + "version": "33.0.0", "license": "Apache-2.0", "main": "lib", "module": "es",