Skip to content

Commit

Permalink
chore(mdl selectfield): release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mebibou committed Jun 8, 2016
1 parent ed928e0 commit 91bed07
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<a name="1.0.2"></a>
# 1.0.2 (2016-06-08)

### Bug Fixes

* fix issue with wrong class name for label, closes [#19](https://github.com/mebibou/mdl-selectfield/issues/19)

<a name="1.0.1"></a>
# 0.0.3 (2016-05-02)
# 1.0.1 (2016-05-02)

### Bug Fixes

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": "mdl-selectfield",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/mebibou/mdl-selectfield",
"authors": [
"Guillaume Royer <guillaumeroyer.mail@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/mdl-selectfield.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
};

MaterialSelectfield.prototype.CssClasses_ = {
LABEL: 'mdl-selectield__label',
LABEL: 'mdl-selectfield__label',
SELECT: 'mdl-selectfield__select',
IS_DIRTY: 'is-dirty',
IS_FOCUSED: 'is-focused',
Expand Down
2 changes: 1 addition & 1 deletion dist/mdl-selectfield.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mdl-selectfield.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mdl-selectfield.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mdl-selectfield.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdl-selectfield",
"version": "1.0.1",
"version": "1.0.2",
"description": "mdl-selectfield for material-design-lite",
"repository": {
"type": "git",
Expand Down

0 comments on commit 91bed07

Please sign in to comment.