Skip to content

Commit

Permalink
chore(release): Release v0.1.16 (#124)
Browse files Browse the repository at this point in the history
* chore(release): Release v0.1.16

* Fix formatting
  • Loading branch information
spydon authored Jan 7, 2025
1 parent 4213ad7 commit 73cccb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.16]
- Add a SliderProperty
- Bump web to 1.1.0

## [0.1.15]
- Bump version of flutter_colorpicker

Expand Down
1 change: 0 additions & 1 deletion lib/src/story.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ class DashbookContext {
),
),
);

}

Color colorProperty(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 73cccb6

Please sign in to comment.