diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6ab0f7..92f626e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ - - - +## 0.18.0 (2016-11-17) +* Accessibility updates to buttons. ([FEDX-231](https://openedx.atlassian.net/browse/FEDX-231)) + +- - - + ## 0.17.1 (2016-11-16) * Fixes issue where grid-based preset layouts did not work on screens < 768px. diff --git a/bower.json b/bower.json index f1def75c..a10f0726 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.17.1", + "version": "0.18.0", "authors": [ "edX Pattern Library Team " ], diff --git a/package.json b/package.json index 3c1307f7..da7acb60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.17.1", + "version": "0.18.0", "author": "edX Pattern Library Team ", "license": "Apache-2.0", "description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",