Skip to content

Commit

Permalink
Updated component to version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Nov 6, 2015
1 parent d93f845 commit db7e581
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.1.4"
"version": "2.1.6"
}
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Sidebar
* # Semantic UI 2.1.6 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -1020,4 +1020,4 @@ _module.exports.settings = {
};


})( require("jquery"), window , document );
})( require("jquery"), window, document );
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-sidebar',
summary : 'Semantic UI - Sidebar: Single component release',
version : '2.1.4',
version : '2.1.6',
git : 'git://github.com/Semantic-Org/UI-Sidebar.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-sidebar",
"version": "2.1.4",
"version": "2.1.6",
"title": "Semantic UI - Sidebar",
"description": "Single component release of sidebar",
"homepage": "http://www.semantic-ui.com",
Expand Down
4 changes: 2 additions & 2 deletions sidebar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Sidebar
* # Semantic UI 2.1.6 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -134,7 +134,7 @@ body.pushable {
z-index: 2;
}
body.pushable > .pusher {
background: #ffffff;
background: #FFFFFF;
}

/* Pusher should inherit background from context */
Expand Down
4 changes: 2 additions & 2 deletions sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Sidebar
* # Semantic UI 2.1.6 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -1019,4 +1019,4 @@ $.fn.sidebar.settings = {
};


})( jQuery, window , document );
})( jQuery, window, document );
4 changes: 2 additions & 2 deletions sidebar.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sidebar.min.js

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

0 comments on commit db7e581

Please sign in to comment.