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",