Skip to content

Commit be71d9b

Browse files
Merge pull request #330 from edx/andya/release-2016-06-01
Release 0.13.0
2 parents 27fa639 + 1a88a5c commit be71d9b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
# Changelog
22

3+
- - -
4+
5+
## 0.13.0 (2016-06-01)
6+
* Change $baseline to specify units as px
7+
* Add a Travis build
8+
9+
- - -
10+
311
## 0.12.5 (2016-05-06)
412
* Revamp the Pattern Library documentation
513
* Fix variable scoping bug using newer libsass versions
614

15+
- - -
16+
717
## 0.12.4 (2016-04-08)
818
* Added checks to edx-icons.js to ensure it loads with or without RequireJS
919

20+
- - -
21+
1022
## 0.12.3 (2016-04-07)
1123
* Fixed incorrect build settings for Modernizr
1224

25+
- - -
26+
1327
## 0.12.2 (2016-04-07)
1428
* Added custom Modernizr build the the Gulp workflow
1529
* Updated Modernizr references to use the above
1630
* Removed unused Modernizr files
1731

32+
- - -
33+
1834
## 0.12.1 (2016-04-02)
1935
* Rebuild the production assets
2036

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edx-pattern-library",
3-
"version": "0.12.5",
3+
"version": "0.13.0",
44
"authors": [
55
"edX Pattern Library Team <pattern-library@edx.org>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edx-pattern-library",
3-
"version": "0.12.5",
3+
"version": "0.13.0",
44
"author": "edX Pattern Library Team <pattern-library@edx.org>",
55
"license": "Apache-2.0",
66
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",

0 commit comments

Comments
 (0)