diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbd98c0..26124612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ - - - +## 0.16.0 (2016-07-11) +* Add eslint-config-edx v1.2.0 +* Remove edx-icons, aFontGarde, and modernizr files + +- - - + ## 0.15.0 (2016-06-24) * Add breadcrumbs pattern example and styles diff --git a/README.md b/README.md index 7bac8999..a6d78c7a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Also, the Pattern Library currently relies on the following thrd party libraries | [bi-app-sass](https://github.com/anasnakawa/bi-app-sass) | latest | right-to-left/left-to-right directional support for layouts | | [breakpoint-sass](https://github.com/at-import/breakpoint) | 2.6.1 | CSS breakpoint/media-query management | | [susy](https://github.com/ericam/susy) | 2.2.9 | Grid configuration and utilities | -| [A Font Garde](https://github.com/filamentgroup/a-font-garde) | 0.1.6 | A set of reliable (nay, bulletproof) patterns for icon fonts. | +| [Font Awesome](https://github.com/FortAwesome/Font-Awesome) | 4.6.3 | Accessibility-minded iconic font | ## Documentation diff --git a/bower.json b/bower.json index 59dad78d..6a68a4f6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.15.0", + "version": "0.16.0", "authors": [ "edX Pattern Library Team " ], diff --git a/package.json b/package.json index 9c000f36..c6e9a962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edx-pattern-library", - "version": "0.15.0", + "version": "0.16.0", "author": "edX Pattern Library Team ", "license": "Apache-2.0", "description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",