Skip to content

Commit ee30cae

Browse files
Updated component to version 2.0.8
1 parent 375883d commit ee30cae

6 files changed

+8
-11
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This repository contains pre-compiled reset files using the default themes. This
44

55
For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Reset/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

+1-1
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
}

package.js

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

package.json

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

reset.css

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.7 - Reset
2+
* # Semantic UI 2.0.8 - Reset
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -421,9 +421,3 @@ td,
421421
th {
422422
padding: 0;
423423
}
424-
425-
426-
/*******************************
427-
Site Overrides
428-
*******************************/
429-

reset.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)