From 5cd8c98f61154b15d4d18d18a510cde6bd7a3d15 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Wed, 18 Aug 2021 11:13:40 -0600 Subject: [PATCH] 37.3.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369adbecb8a..039b204afbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `37.3.0`. + +## [`37.3.0`](https://github.com/elastic/eui/tree/v37.3.0) + - Updated `copyClipboard` glyph in `EuiIcon` to be centered ([#5023](https://github.com/elastic/eui/pull/5023)) - Updated `EuiFilePicker` `removeFiles` method to enable programmatic selection clearing ([#5017](https://github.com/elastic/eui/pull/5017)) - Updated `EuiFlyout` testenv mock to pass-through `onKeyDown` prop ([#5029](https://github.com/elastic/eui/pull/5029)) diff --git a/package.json b/package.json index 6719b0dd7dc..636f2a2397c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "37.2.0", + "version": "37.3.0", "license": "SEE LICENSE IN LICENSE.txt", "main": "lib", "module": "es",