From 2e36ca2d4c76f136b854ba0177dc1452a0d603b9 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Tue, 23 Mar 2021 14:42:41 -0600 Subject: [PATCH] 31.12.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f581c17acfd..606ddb947d5 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.12.0`. + +## [`31.12.0`](https://github.com/elastic/eui/tree/v31.12.0) + - Added `indexRuntime` glyph in `EuiIcon` ([#4650](https://github.com/elastic/eui/pull/4650)) - Added `iconType`, `iconColor`, and `iconSize` props to `EuiAvatar` ([#4620](https://github.com/elastic/eui/pull/4620)) - Added `'plain'` and `null` as `color` options of `EuiAvatar` ([#4620](https://github.com/elastic/eui/pull/4620)) diff --git a/package.json b/package.json index bc65684a601..014d816f9d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "31.11.0", + "version": "31.12.0", "license": "Apache-2.0", "main": "lib", "module": "es",