From e831082607c04188c64078d3d855f43ff3f2443b Mon Sep 17 00:00:00 2001 From: Anish Aggarwal Date: Wed, 26 Feb 2020 01:22:01 +0530 Subject: [PATCH 1/3] Added @types/sinon as dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c078e47cb9b..536d7577935 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@types/numeral": "^0.0.25", "@types/react-beautiful-dnd": "^10.1.0", "@types/react-virtualized": "^9.18.7", + "@types/sinon": "^7.5.2", "chroma-js": "^2.0.4", "classnames": "^2.2.5", "highlight.js": "^9.12.0", From f9a859de74f5704ff8f625ca88bcddc78d039d76 Mon Sep 17 00:00:00 2001 From: Anish Aggarwal <43617894+anishagg17@users.noreply.github.com> Date: Wed, 26 Feb 2020 01:24:40 +0530 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c134899de..c4bcf1100b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - Fixed a bug in `EuiDataGrid` causing the first cell to autofocus if interactive ([#2872](https://github.com/elastic/eui/pull/2872)) **Breaking changes** - +- Added `@types/sinon` as dependency ([#2908](https://github.com/elastic/eui/pull/2908)) - Removed `visControls` and `visHeatmap` duplicate icons from docs ([#2908](https://github.com/elastic/eui/pull/2908)) ## [`19.0.0`](https://github.com/elastic/eui/tree/v19.0.0) From 81d06cf3c1d8b53c79ac42b27b2d0caaf23f1a77 Mon Sep 17 00:00:00 2001 From: Anish Aggarwal <43617894+anishagg17@users.noreply.github.com> Date: Wed, 26 Feb 2020 01:25:15 +0530 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bcf1100b7..4e0b937946a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - Fixed a bug in `EuiDataGrid` causing the first cell to autofocus if interactive ([#2872](https://github.com/elastic/eui/pull/2872)) **Breaking changes** -- Added `@types/sinon` as dependency ([#2908](https://github.com/elastic/eui/pull/2908)) +- Added `@types/sinon` as dependency ([#2924](https://github.com/elastic/eui/pull/2924)) - Removed `visControls` and `visHeatmap` duplicate icons from docs ([#2908](https://github.com/elastic/eui/pull/2908)) ## [`19.0.0`](https://github.com/elastic/eui/tree/v19.0.0)