Skip to content

Commit

Permalink
Bumps version to 0.5.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed Jun 10, 2021
1 parent e627527 commit 3e54828
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.5.1+1] 10-06-2021
- Fixes logic that marks nodes to refresh

> Before only child nodes were getting marked as needing refresh,
> causing the grand children and it's subtrees not to refresh,
> breaking lines hierarchy.

## [0.5.1] 10-06-2021
- Adds new refreshNode Feature to [TreeViewController]
- Updates TreeNode's [delete] and [clearChildren] logic
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.1"
version: "0.5.1+1"
flutter_speed_dial:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_fancy_tree_view
description: >
A highly customizable TreeView Widget for visualization of nested data in
Flutter.
version: 0.5.1
version: 0.5.1+1
homepage: https://mbaumgartenbr.github.io/flutter_tree_view
repository: https://github.com/mbaumgartenbr/flutter_tree_view

Expand Down

0 comments on commit 3e54828

Please sign in to comment.