diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 73fa1fb1..e079cbe7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,8 +7,8 @@ + - @@ -59,15 +59,15 @@ - - + + - - + + @@ -149,8 +149,8 @@ - - + + @@ -237,17 +237,6 @@ - - - - - - - - - - - @@ -425,13 +414,6 @@ - - - - - - - @@ -476,10 +458,17 @@ + + + + + + + - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d89af5b..8eaf356b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [1.1.1] - 25-Mar-2019 -* Number of chips can now be limited using `maxChips` attribute +## [1.2.0] - 25-Mar-2019 +* Max number of chips can now be set using `maxChips` attribute ## [1.1.0] - 26-Jan-2019 * Input can now be disabled by setting `enabled` attribute to `false` diff --git a/pubspec.yaml b/pubspec.yaml index ab9a1d29..8dea99e6 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.1.1 +version: 1.2.0 author: Danvick Miller homepage: https://github.com/danvick/flutter_chips_input