Skip to content

Commit 73cccb6

Browse files
authored
chore(release): Release v0.1.16 (#124)
* chore(release): Release v0.1.16 * Fix formatting
1 parent 4213ad7 commit 73cccb6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.16]
2+
- Add a SliderProperty
3+
- Bump web to 1.1.0
4+
15
## [0.1.15]
26
- Bump version of flutter_colorpicker
37

lib/src/story.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ class DashbookContext {
256256
),
257257
),
258258
);
259-
260259
}
261260

262261
Color colorProperty(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dashbook
22
description: A showcase/sandbox library to help you build isolated widgets in Flutter
3-
version: 0.1.15
3+
version: 0.1.16
44
homepage: https://github.com/bluefireteam/dashbook
55

66
environment:

0 commit comments

Comments
 (0)