diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4ae8cf04..fcd3098e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,9 +7,9 @@ - + @@ -58,8 +58,8 @@ - - + + @@ -77,7 +77,7 @@ - + @@ -280,11 +280,11 @@ - + - + @@ -630,31 +630,31 @@ - + - - + + - + - - + + - + - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 301a2a48..104d705b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.2] - 16-Dec-2018 +* Minor improvements in documentation + ## [1.0.2] - 16-Dec-2018 * Improved library description. * Properly formatted example code in README diff --git a/README.md b/README.md index d6b8e0b3..a2cc7f18 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ ChipsInput( ``` ## Known Issues -* Overlay for ChipsInput doesn't move when input height changes i.e. when chips wrap -* For some reason Overlay for ChipsInput floats above AppBar when scrolling +* Overlay doesn't move when input height changes i.e. when chips wrap +* For some reason Overlay floats above AppBar when scrolling diff --git a/pubspec.yaml b/pubspec.yaml index 32c83e48..79a78c91 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_chips_input description: Flutter library for building input fields with InputChips as input options. -version: 1.0.2 +version: 1.0.3 author: Danvick Miller homepage: https://github.com/danvick/flutter_chips_input