diff --git a/CHANGELOG.md b/CHANGELOG.md index e4004222f70..28fd0d3e39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## [`master`](https://github.com/elastic/eui/tree/master) + +No public interface changes since `27.0.0`. + +## [`27.0.0`](https://github.com/elastic/eui/tree/v27.0.0) - Added `paddingSize` prop to `EuiCard` ([#3638](https://github.com/elastic/eui/pull/3638)) - Added `isClearable` and `placeholder` options to `EuiColorPicker` ([#3689](https://github.com/elastic/eui/pull/3689)) - Added SASS helper files for EUI theme globals ([#3691](https://github.com/elastic/eui/pull/3691)) diff --git a/package.json b/package.json index 55b22cebc6a..c1a46d1376d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "26.3.0", + "version": "27.0.0", "license": "Apache-2.0", "main": "lib", "module": "es",