Skip to content

Commit bbde6fd

Browse files
Updated component to version 2.0.8
1 parent 11eeb16 commit bbde6fd

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This repository contains pre-compiled visibility files using the default themes.
44

55
For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Visibility/blob/master/RELEASE-NOTES.md)
66

7+
**Special Note**
8+
An update in `2.0.8` has fixed an issue which may have prevented some single component modules from working correctly. Please see notes in [this pull request](https://github.com/Semantic-Org/Semantic-UI/pull/2816).
9+
710
If you're looking for the full version of Semantic including all components and build tools [check out the main project repository](https://github.com/Semantic-Org/Semantic-UI/tree/1.0)
811

912
#### To install with Bower

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.0.7"
18+
"version": "2.0.8"
1919
}

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.7 - Visibility
2+
* # Semantic UI 2.0.8 - Visibility
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -1126,7 +1126,7 @@ module.exports = function(parameters) {
11261126
;
11271127
};
11281128

1129-
module.exports.settings = {
1129+
_module.exports.settings = {
11301130

11311131
name : 'Visibility',
11321132
namespace : 'visibility',

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Package.describe({
33
name : 'semantic:ui-visibility',
44
summary : 'Semantic UI - Visibility: Single component release',
5-
version : '2.0.7',
5+
version : '2.0.8',
66
git : 'git://github.com/Semantic-Org/UI-Visibility.git',
77
});
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-visibility",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"title": "Semantic UI - Visibility",
55
"description": "Single component release of visibility",
66
"homepage": "http://www.semantic-ui.com",

visibility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.7 - Visibility
2+
* # Semantic UI 2.0.8 - Visibility
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

visibility.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)