From 5e2729baeefc8f8922f1d9a7c28ceea2f1c73194 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 7 Mar 2019 14:35:57 -0800 Subject: [PATCH] 9.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e80f819d21b..3a59aa98879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `9.1.0`. + +## [`9.1.0`](https://github.com/elastic/eui/tree/v9.1.0) + - Adjusted the dark theme palette to have a slight blue titn ([#1691](https://github.com/elastic/eui/pull/1691)) - Added `repositionOnScroll` property to the `EuiPopoverProps` type definition ([#1628](https://github.com/elastic/eui/pull/1628)) - Added support to `findTestSubject` for an optional `matcher` argument, which defaults to `~=`, enabling it to identify an element based on one of multiple space-separated values within its `data-test-subj` attribute ([#1587](https://github.com/elastic/eui/pull/1587)) diff --git a/package.json b/package.json index 82aa6de9143..15b8ca4aa1d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "9.0.1", + "version": "9.1.0", "license": "Apache-2.0", "main": "lib", "module": "es",