From 82f96227a95144aa12afd49acdff7188ce1da906 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Fri, 12 Jul 2019 14:06:49 -0600 Subject: [PATCH] 12.3.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5182bead5ee..c21327a270a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +No public interface changes since `12.3.1`. + +## [`12.3.1`](https://github.com/elastic/eui/tree/v12.3.1) + **Bug fixes** - Restored missing scss and react-datepicker files to the npm-published packaged ([#2119](https://github.com/elastic/eui/pull/2119)) diff --git a/package.json b/package.json index 481b5c6207f..e3574da5d92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eui", "description": "Elastic UI Component Library", - "version": "12.3.0", + "version": "12.3.1", "license": "Apache-2.0", "main": "lib", "module": "es",