diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7e82eeb..5bdd59a 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +### Version 2.0.2 - July 7, 2015 + +- **Site** - Sizing variables now are relative to `@emSize` adjusting all sizing variationss proportionately as `@emSize` changes [#2538](https://github.com/Semantic-Org/Semantic-UI/issues/2538) + ### Version 2.0.0 - June 30, 2015 - **Site** - Added new colors `olive`, `violet`, `brown` and `grey`. These are available in all elements with color variations. **Thanks @lemartialou** diff --git a/composer.json b/composer.json index f45c169..58a8fbd 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.0.1" + "version": "2.0.2" } \ No newline at end of file diff --git a/index.js b/index.js index a397e45..475559a 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - Site + * # Semantic UI 2.0.2 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 1a05a8f..e6cee6c 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-site', summary : 'Semantic UI - Site: Single component release', - version : '2.0.1', + version : '2.0.2', git : 'git://github.com/Semantic-Org/UI-Site.git', }); diff --git a/site.css b/site.css index 677b317..89c211f 100755 --- a/site.css +++ b/site.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - Site + * # Semantic UI 2.0.2 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/site.js b/site.js index 7835399..5f2c975 100755 --- a/site.js +++ b/site.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - Site + * # Semantic UI 2.0.2 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/site.min.css b/site.min.css index a9ed32d..8415273 100755 --- a/site.min.css +++ b/site.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - Site + * # Semantic UI 2.0.2 - Site * http://github.com/semantic-org/semantic-ui/ * * diff --git a/site.min.js b/site.min.js index 67323dd..d4bf9f7 100755 --- a/site.min.js +++ b/site.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - Site + * # Semantic UI 2.0.2 - Site * http://github.com/semantic-org/semantic-ui/ * *