From 59e7151ab18f2549cfe7a26fa596fac569566482 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Wed, 22 Sep 2021 20:17:53 -0600 Subject: [PATCH] 38.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ca11fe922..cf638d4d155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `38.1.0`. + +## [`38.1.0`](https://github.com/elastic/eui/tree/v38.1.0) + - Fixed the `title` prop `EuiButtonGroup` to automatically display the `label` provided ([#5199](https://github.com/elastic/eui/pull/5199)) - Updated `barSeriesStyle.displayValue` of the elastic-charts `Theme` for better default styles ([#4845](https://github.com/elastic/eui/pull/4845)) - Added a configuration parameter to the `EuiMarkdownEditor` plugin functions to exclude custom plugins ([#5147](https://github.com/elastic/eui/pull/5147)) diff --git a/package.json b/package.json index eca41db52ad..806db6b16a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "38.0.0", + "version": "38.1.0", "license": "SEE LICENSE IN LICENSE.txt", "main": "lib", "module": "es",