From 118106c4f0353005c72e5a9bb345b1b55aa57f52 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Tue, 2 Mar 2021 12:49:29 -0700 Subject: [PATCH] 31.9.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7fd6ff0442..bb7c91de86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `31.9.0`. + +## [`31.9.0`](https://github.com/elastic/eui/tree/v31.9.0) + - Added `EuiComboBoxOptionOption` prop to `EuiComboBox` props table ([#4563](https://github.com/elastic/eui/pull/4563)) - Allowed dynamically changing the `direction` prop on `EuiResizableContainer` ([#4557](https://github.com/elastic/eui/pull/4557)) - Exported `useIsWithinBreakpoints` hook ([#4557](https://github.com/elastic/eui/pull/4557)) diff --git a/package.json b/package.json index 1b2038bf714..95bbb61f4b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "31.8.0", + "version": "31.9.0", "license": "Apache-2.0", "main": "lib", "module": "es",