From 8b02e34dd83c3b418a3f5560a1cc433a64a04852 Mon Sep 17 00:00:00 2001 From: Romain Rastel Date: Wed, 5 Sep 2018 21:50:12 +0200 Subject: [PATCH] Bump version 0.4.5 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ba6461..ab51da37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.5 +### Added +* The `foregroundColor` parameter on `IconSlideAction` class. + ## 0.4.4 ### Added * The `closeOnCanceled` parameter on `SlideToDismissDelegate` classes. diff --git a/README.md b/README.md index 6e721d65..82599f7b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - flutter_slidable: "^0.4.4" + flutter_slidable: "^0.4.5" ``` In your library add the following import: diff --git a/pubspec.yaml b/pubspec.yaml index 8aa4a7a6..979f8677 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_slidable description: A Flutter implementation of slidable list item with directional slide actions that can be dismissed. -version: 0.4.4 +version: 0.4.5 author: Romain Rastel homepage: https://github.com/letsar/flutter_slidable