diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bcf2d543eb..34e33826a3f 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.6`. + +## [`6.10.6`](https://github.com/elastic/eui/tree/v6.10.6) + **Bug fixes** - Fixed outside click detection inconsistencies by comparing `mouseup` and `mousedown` event targets rather than using `click` event target ([#1761](https://github.com/elastic/eui/pull/1761)) diff --git a/package.json b/package.json index df69c52e097..1d458ed736f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "6.10.5", + "version": "6.10.6", "main": "lib", "module": "es", "types": "eui.d.ts",