diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 125af10..0599eed 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +#### Dropdown + +- **Dropdown/Search/Checkbox** - Removes use of deprecated `dispatchEvent` DOM APIs for generating simulated events + ### Version 2.2.0 - June 26, 2016 - **Rating** - Added new setting `fireOnInit` for rating, which defaults to `false`. When set to true `onRate` will fire when rating is initialized [#3712](https://github.com/Semantic-Org/Semantic-UI/issues/3712) diff --git a/composer.json b/composer.json index 1ac2a84..9a61414 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.2.7" + "version": "2.2.8" } \ No newline at end of file diff --git a/index.js b/index.js index 3094f24..d0be78c 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.7 - Rating + * # Semantic UI 2.2.8 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 8e4a3b5..6756b29 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-rating', summary : 'Semantic UI - Rating: Single component release', - version : '2.2.7', + version : '2.2.8', git : 'git://github.com/Semantic-Org/UI-Rating.git', }); diff --git a/package.json b/package.json index 5055590..0136834 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-rating", - "version": "2.2.7", + "version": "2.2.8", "title": "Semantic UI - Rating", "description": "Single component release of rating", "homepage": "http://www.semantic-ui.com", diff --git a/rating.css b/rating.css index c737321..093a975 100755 --- a/rating.css +++ b/rating.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.7 - Rating + * # Semantic UI 2.2.8 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/rating.js b/rating.js index 40a70e5..2d51580 100755 --- a/rating.js +++ b/rating.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.7 - Rating + * # Semantic UI 2.2.8 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/rating.min.css b/rating.min.css index 916ac2d..f781364 100755 --- a/rating.min.css +++ b/rating.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.7 - Rating + * # Semantic UI 2.2.8 - Rating * http://github.com/semantic-org/semantic-ui/ * * diff --git a/rating.min.js b/rating.min.js index cc8d555..f42705a 100755 --- a/rating.min.js +++ b/rating.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.7 - Rating + * # Semantic UI 2.2.8 - Rating * http://github.com/semantic-org/semantic-ui/ * *