diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 40d959a..8d9d7dc 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +### Version 2.3.0 - Feb 19, 2018 + +- **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks @Mlukman** [#4458](https://github.com/Semantic-Org/Semantic-UI/issues/4458) + ### Version 2.2.14 - Jan 29, 2018 - **Dropdown** - Fixes issue where dropdowns might accidentally animate closed two times when quickly tabbing through fields diff --git a/composer.json b/composer.json index 6e35d46..1a37c3c 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.2.14" + "version": "2.3.0" } \ No newline at end of file diff --git a/index.js b/index.js index 77a3922..b7ad73d 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.14 - Tab + * # Semantic UI 2.3.0 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.json b/package.json index 65b84a3..dcd7eda 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-tab", - "version": "2.2.14", + "version": "2.3.0", "title": "Semantic UI - Tab", "description": "Single component release of tab", "homepage": "http://www.semantic-ui.com", diff --git a/tab.css b/tab.css index 85c7525..f3cd588 100755 --- a/tab.css +++ b/tab.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.14 - Tab + * # Semantic UI 2.3.0 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/tab.js b/tab.js index e8f9c5c..c0b3a70 100755 --- a/tab.js +++ b/tab.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.14 - Tab + * # Semantic UI 2.3.0 - Tab * http://github.com/semantic-org/semantic-ui/ * * diff --git a/tab.min.css b/tab.min.css index b14cf98..736f813 100755 --- a/tab.min.css +++ b/tab.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.14 - Tab + * # Semantic UI 2.3.0 - Tab * http://github.com/semantic-org/semantic-ui/ * *