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 d6bffe3 commit ad70b0f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,9 @@ This repository contains pre-compiled embed files using the default themes. This

For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Embed/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
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion embed.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.7 - Video
* # Semantic UI 2.0.8 - Video
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion embed.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.7 - Video
* # Semantic UI 2.0.8 - Video
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion embed.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 embed.min.js

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

4 changes: 2 additions & 2 deletions index.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.7 - Video
* # Semantic UI 2.0.8 - Video
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -536,7 +536,7 @@ module.exports = function(parameters) {
;
};

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

name : 'Embed',
namespace : 'embed',
Expand Down
2 changes: 1 addition & 1 deletion package.js
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-embed',
summary : 'Semantic UI - Embed: Single component release',
version : '2.0.7',
version : '2.0.8',
git : 'git://github.com/Semantic-Org/UI-Embed.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-embed",
"version": "2.0.7",
"version": "2.0.8",
"title": "Semantic UI - Embed",
"description": "Single component release of embed",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit ad70b0f

Please sign in to comment.