Skip to content

Commit

Permalink
Updated component to version 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Mar 29, 2017
1 parent bd29809 commit d3de1d5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.8"
"version": "2.2.10"
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.8 - Rating
* # Semantic UI 2.2.10 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-rating',
summary : 'Semantic UI - Rating: Single component release',
version : '2.2.8',
version : '2.2.10',
git : 'git://github.com/Semantic-Org/UI-Rating.git',
});

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": "semantic-ui-rating",
"version": "2.2.8",
"version": "2.2.10",
"title": "Semantic UI - Rating",
"description": "Single component release of rating",
"homepage": "http://www.semantic-ui.com",
Expand Down
4 changes: 3 additions & 1 deletion rating.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.8 - Rating
* # Semantic UI 2.2.10 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -15,6 +15,7 @@

.ui.rating {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
white-space: nowrap;
Expand All @@ -32,6 +33,7 @@
font-weight: normal;
font-style: normal;
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion rating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.8 - Rating
* # Semantic UI 2.2.10 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions rating.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rating.min.js

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

0 comments on commit d3de1d5

Please sign in to comment.