From 5f3e8252a9a75deb16f5b215d8b1e6e5c7d58ddf Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Mon, 10 Aug 2015 14:43:49 -0400 Subject: [PATCH] Updated component to version 2.0.8 --- README.md | 3 +++ card.css | 2 +- card.min.css | 2 +- composer.json | 2 +- package.js | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47c825e..f47a278 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This repository contains pre-compiled card files using the default themes. This For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Card/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/card.css b/card.css index 1ccdd99..70725ad 100755 --- a/card.css +++ b/card.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.0.8 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/card.min.css b/card.min.css index 13fa90e..7640eea 100755 --- a/card.min.css +++ b/card.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Item + * # Semantic UI 2.0.8 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/composer.json b/composer.json index 2dd6095..47fb802 100755 --- 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/package.js b/package.js index 56c116c..966411f 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-card', summary : 'Semantic UI - Card: Single component release', - version : '2.0.7', + version : '2.0.8', git : 'git://github.com/Semantic-Org/UI-Card.git', }); diff --git a/package.json b/package.json index 9c53f68..1965cc7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-card", - "version": "2.0.7", + "version": "2.0.8", "title": "Semantic UI - Card", "description": "Single component release of card", "homepage": "http://www.semantic-ui.com",