From ad70b0ff60535fa316e4f22b8c9130d327e70a83 Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Mon, 10 Aug 2015 14:44:05 -0400 Subject: [PATCH] Updated component to version 2.0.8 --- README.md | 3 +++ composer.json | 2 +- embed.css | 2 +- embed.js | 2 +- embed.min.css | 2 +- embed.min.js | 2 +- index.js | 4 ++-- package.js | 2 +- package.json | 2 +- 9 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7e53b1a..6e5b4ef 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 99bdd88..a7009ca 100644 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.0.7" + "version": "2.0.8" } \ No newline at end of file diff --git a/embed.css b/embed.css index 1494003..f57a66f 100644 --- a/embed.css +++ b/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/ * * diff --git a/embed.js b/embed.js index 65f94fc..28dcf4e 100644 --- a/embed.js +++ b/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/ * * diff --git a/embed.min.css b/embed.min.css index 7e8db0e..2a7e13b 100644 --- a/embed.min.css +++ b/embed.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.0.8 - Video * http://github.com/semantic-org/semantic-ui/ * * diff --git a/embed.min.js b/embed.min.js index 7a26945..adfd1be 100644 --- a/embed.min.js +++ b/embed.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Video + * # Semantic UI 2.0.8 - Video * http://github.com/semantic-org/semantic-ui/ * * diff --git a/index.js b/index.js index 22a34da..711d80f 100644 --- a/index.js +++ b/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/ * * @@ -536,7 +536,7 @@ module.exports = function(parameters) { ; }; -module.exports.settings = { +_module.exports.settings = { name : 'Embed', namespace : 'embed', diff --git a/package.js b/package.js index edc5497..ad8657f 100644 --- a/package.js +++ b/package.js @@ -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', }); diff --git a/package.json b/package.json index 0c1539a..6344eea 100644 --- a/package.json +++ b/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",