From 42de5cdf69ca5f7631cef132d5bcfddd939f54aa Mon Sep 17 00:00:00 2001 From: Kyle Suss Date: Wed, 26 Jun 2019 09:42:10 -0600 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95583f85..98a04223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.0.27 (Wed Jun 26 2019) + +#### 🐛 Bug Fix + +- Update outline button appearance shadow to secondary color [#31](https://github.com/storybookjs/design-system/pull/31) ([@kylesuss](https://github.com/kylesuss)) +- Refactor Highlight CSS loading to avoid css-loader expectation [#29](https://github.com/storybookjs/design-system/pull/29) ([@kylesuss](https://github.com/kylesuss)) +- fix: icon story accessibility [#28](https://github.com/storybookjs/design-system/pull/28) ([@jsomsanith](https://github.com/jsomsanith)) +- fix: select accessibility [#27](https://github.com/storybookjs/design-system/pull/27) ([@jsomsanith](https://github.com/jsomsanith)) + +#### Authors: 2 + +- Kyle Suss ([@kylesuss](https://github.com/kylesuss)) +- Jimmy Somsanith ([@jsomsanith](https://github.com/jsomsanith)) + +--- + # v0.0.26 (Mon Jun 24 2019) #### 🐛 Bug Fix