Skip to content

Commit

Permalink
Updated component to version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Aug 10, 2015
1 parent 8b45a66 commit aafde18
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This repository contains pre-compiled nag files using the default themes. This i

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

**Special Note**
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).

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)

#### To install with Bower
Expand Down
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.0.7"
"version": "2.0.8"
}
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.0.7 - Nag
* # Semantic UI 2.0.8 - Nag
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -417,7 +417,7 @@ module.exports = function(parameters) {
;
};

module.exports.settings = {
_module.exports.settings = {

name : 'Nag',

Expand Down
2 changes: 1 addition & 1 deletion nag.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.7 - Nag
* # Semantic UI 2.0.8 - Nag
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion nag.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.7 - Nag
* # Semantic UI 2.0.8 - Nag
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion nag.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 nag.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 package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-nag',
summary : 'Semantic UI - Nag: Single component release',
version : '2.0.7',
version : '2.0.8',
git : 'git://github.com/Semantic-Org/UI-Nag.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-nag",
"version": "2.0.7",
"version": "2.0.8",
"title": "Semantic UI - Nag",
"description": "Single component release of nag",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit aafde18

Please sign in to comment.