Skip to content

Commit

Permalink
Merge pull request #330 from edx/andya/release-2016-06-01
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
andy-armstrong committed Jun 1, 2016
2 parents 27fa639 + 1a88a5c commit be71d9b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
# Changelog

- - -

## 0.13.0 (2016-06-01)
* Change $baseline to specify units as px
* Add a Travis build

- - -

## 0.12.5 (2016-05-06)
* Revamp the Pattern Library documentation
* Fix variable scoping bug using newer libsass versions

- - -

## 0.12.4 (2016-04-08)
* Added checks to edx-icons.js to ensure it loads with or without RequireJS

- - -

## 0.12.3 (2016-04-07)
* Fixed incorrect build settings for Modernizr

- - -

## 0.12.2 (2016-04-07)
* Added custom Modernizr build the the Gulp workflow
* Updated Modernizr references to use the above
* Removed unused Modernizr files

- - -

## 0.12.1 (2016-04-02)
* Rebuild the production assets

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-pattern-library",
"version": "0.12.5",
"version": "0.13.0",
"authors": [
"edX Pattern Library Team <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-pattern-library",
"version": "0.12.5",
"version": "0.13.0",
"author": "edX Pattern Library Team <[email protected]>",
"license": "Apache-2.0",
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
Expand Down

0 comments on commit be71d9b

Please sign in to comment.