From ebd20cd75db55a66bfa425e6b5846eb2b3039854 Mon Sep 17 00:00:00 2001 From: Eugenia Date: Wed, 25 Jul 2018 10:15:10 -0400 Subject: [PATCH] Version bump to 2.1.0 --- CHANGELOG.md | 8 ++++++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e15b3a9..32026899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.0 +* Color contrast accessibility fixes to comply with MWAS +* Added skip-link feature for keyboard navigation + ## Unreleased * Fixed a bug with the left hand nav layout and BU Banners [See related pull request](https://github.com/bu-ist/responsive-foundation/pull/154) @@ -27,7 +31,7 @@ it'll just work now! `max-width` support is deprecated as of 2.0 since the intention of this mixin is to print styles safely in older versions of IE - `max-width` styles are unlikely to be the last styles to apply. [See related pull request](https://github.com/bu-ist/responsive-foundation/pull/89) -* An new approach for centering, `center-children`, using flexbox. Old +* A new approach for centering, `center-children`, using flexbox. Old approaches will still be available for the forseeable future - just use `vertical-center-ie8` or `vertical-center-ie9` as appropriate for your needs [See related pull request](https://github.com/bu-ist/responsive-foundation/pull/89) @@ -160,4 +164,4 @@ standards [See related pull request](https://github.com/bu-ist/responsive-founda ## 0.1.0 -* Initial release \ No newline at end of file +* Initial release diff --git a/bower.json b/bower.json index 6a6b31a2..1c0cd0c0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "responsive-foundation", - "version": "2.0.0", + "version": "2.1.0", "homepage": "https://github.com/bu-ist/responsive-foundation", "authors": [ "Mike Burns ", diff --git a/package.json b/package.json index ac03738f..6508e463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "responsive-foundation", - "version": "2.0.1", + "version": "2.1.0", "devDependencies": { "grunt": "~0.4.5", "grunt-bower-task": "^0.4.0",