Browse Source

Update v for next

pull/1698/merge
jlukic 9 years ago
parent
commit
2e3b34a7f9
3 changed files with 7 additions and 2 deletions
  1. 6
      RELEASE-NOTES.md
  2. 2
      package.json
  3. 1
      src/definitions/elements/header.less

6
RELEASE-NOTES.md

@ -1,5 +1,11 @@
## RELEASE NOTES
### Version 1.8.0 - January 21, 2015
**Bugs**
- *Sticky** - Fixes issue with container size not being set explicitly on rail due to improper method renaming
### Version 1.7.(1-2) - January 15, 2015
**Bugs**

2
package.json

@ -1,6 +1,6 @@
{
"name": "semantic-ui",
"version": "1.7.2",
"version": "1.8.0",
"title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com",

1
src/definitions/elements/header.less

@ -151,7 +151,6 @@ h5.ui.header {
font-size: @h5;
}
/*-------------------
Icon
--------------------*/

Loading…
Cancel
Save