diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fca45fa3b5..14200fb6bfb 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.7.0`. + +## [`37.7.0`](https://github.com/elastic/eui/tree/v37.7.0) + - Added `placeholder` prop to `EuiMarkdownEditor` ([#5151](https://github.com/elastic/eui/pull/5151)) - Added `.eui-textNumber` utility class to apply `tnum` font-feature setting ([#5078](https://github.com/elastic/eui/pull/5078)) - Changed `EuiPageHeader`'s tab implementation to use size `xl` when only content ([#5135](https://github.com/elastic/eui/pull/5135)) diff --git a/package.json b/package.json index 2eafb1f28b7..c9e6c8f662f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "37.6.2", + "version": "37.7.0", "license": "SEE LICENSE IN LICENSE.txt", "main": "lib", "module": "es",