Skip to content

Commit

Permalink
Release 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Hermansen committed Dec 1, 2016
1 parent 380a6f5 commit 69a9b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

### v2.5.3
## v2.5.4
* Fix visual bug with icons in buttons in IE by explicitly setting label icon width.

## v2.5.3
* The chevron icon does not need to have the inline style `transform:rotate(-90deg)` anymore.

## v2.5.2
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": "ffe-buttons",
"version": "2.5.3",
"version": "2.5.4",
"main": "less/buttons.less",
"scripts": {
"compile": "npm run lint && lessc example/example.less example/example.css && cp -R node_modules/ffe-core/fonts/ example/ && echo \"$(date +%T): Updated example\"",
Expand Down

0 comments on commit 69a9b41

Please sign in to comment.