From e56b49650ad88e9e047814ece7547b2e6354e54d Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Thu, 4 Aug 2016 13:17:52 -0400 Subject: [PATCH] Release 0.16.5 - Fixes for button styling, along with button documentation clean up --- CHANGELOG.md | 5 +++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08d56ac..598f9bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ - - - +## 0.16.5 (2016-08-05) +* Fixes for button styling, along with button documentation clean up + +- - - + ## 0.16.4 (2016-08-02) * Update styling of search boxes/buttons to be more coherent, and expose default HTML5 functionality diff --git a/bower.json b/bower.json index 789e780d..2f73b473 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.16.4", + "version": "0.16.5", "authors": [ "edX Pattern Library Team " ], diff --git a/package.json b/package.json index fe1c3738..a1ba9512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.16.4", + "version": "0.16.5", "author": "edX Pattern Library Team ", "license": "Apache-2.0", "description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",