From cf5338e988d5922a0dbd0b9337d20e152eca7e28 Mon Sep 17 00:00:00 2001 From: mbaumgartenbr Date: Wed, 29 Jun 2022 11:06:35 -0300 Subject: [PATCH] Prepare for v0.5.2 release --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83d99b5..1228633c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE index 9ee10d12..77a4735c 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index c7114a40..1888b2f8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index a8e54ebb..da1dfb7e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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