diff --git a/CHANGELOG.md b/CHANGELOG.md index 1596ccc..4ec7a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.16] + - Add a SliderProperty + - Bump web to 1.1.0 + ## [0.1.15] - Bump version of flutter_colorpicker diff --git a/lib/src/story.dart b/lib/src/story.dart index 17670ce..daa2391 100644 --- a/lib/src/story.dart +++ b/lib/src/story.dart @@ -256,7 +256,6 @@ class DashbookContext { ), ), ); - } Color colorProperty( diff --git a/pubspec.yaml b/pubspec.yaml index a24458a..e2a0529 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dashbook description: A showcase/sandbox library to help you build isolated widgets in Flutter -version: 0.1.15 +version: 0.1.16 homepage: https://github.com/bluefireteam/dashbook environment: