From 3833d3516bffe3cd4c50a0fd078a55bd113a564c Mon Sep 17 00:00:00 2001 From: Dimitrios Begnis Date: Sat, 28 May 2022 14:02:19 +0200 Subject: [PATCH] Release 5.1.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a29ef2..aa9cd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.1.0] - 28.05.2022 + +* Make package backwards compatible to Flutter < 3.0.0 +* Bugfix: package does not modify passed element list anymore ## [5.0.1] - 18.05.2022 diff --git a/README.md b/README.md index fb014a4..a933af6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A flutter `ListView` in which list items can be grouped to sections. Add the package to your pubspec.yaml: ```yaml - grouped_list: ^5.0.1 + grouped_list: ^5.1.0 ``` In your dart file, import the library: diff --git a/example/pubspec.lock b/example/pubspec.lock index c84088b..e286195 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -73,7 +73,7 @@ packages: path: ".." relative: true source: path - version: "5.0.1" + version: "5.1.0" intl: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 4629889..f46840e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: grouped_list description: A Flutter ListView where the list items can be grouped into sections. -version: 5.0.1 +version: 5.1.0 homepage: https://begnis.dev repository: https://github.com/Dimibe/grouped_list