From 12c4d4cd8ca81fe100ea75a3f9388c1613f469cc Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Thu, 14 Mar 2019 15:07:28 -0600 Subject: [PATCH] 6.10.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a317f5311..9e64415ef9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `6.10.5`. + +## [`6.10.5`](https://github.com/elastic/eui/tree/v6.10.5) + **Note: this release is a backport containing changes originally made in `9.0.0`, `9.1.0`, `9.3.0`, and `9.4.0`** - Adjusted the dark theme palette to have a slight blue tint ([#1691](https://github.com/elastic/eui/pull/1691)) diff --git a/package.json b/package.json index 29cc529f458..df69c52e097 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "6.10.4", + "version": "6.10.5", "main": "lib", "module": "es", "types": "eui.d.ts",