Skip to content

Commit

Permalink
Prepare for v0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed Jun 29, 2022
1 parent 66dc870 commit cf5338e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.5.2] 29-06-2022
- Allow [TreeView.nodeHeight] to be nullable.
- Author: @mz2 (https://github.com/mz2)

## [0.5.1+1] 10-06-2021
- Fixes logic that marks nodes to refresh

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Matheus H. Baumgarten
Copyright (c) 2020-2022 Matheus H. Baumgarten

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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+1"
version: "0.5.2"
flutter_test:
dependency: "direct dev"
description: flutter
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+1
version: 0.5.2
homepage: https://mbaumgartenbr.github.io/flutter_tree_view
repository: https://github.com/mbaumgartenbr/flutter_tree_view

Expand Down

0 comments on commit cf5338e

Please sign in to comment.