From 566e358b655ada2c9c504da984df12e5ca58a3f3 Mon Sep 17 00:00:00 2001 From: Romain Rastel Date: Sun, 22 May 2022 09:40:05 +0200 Subject: [PATCH] bump version 1.3.0 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df16943..a98bf7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.0 +### Added +* Padding and BorderRadius to SlidableAction. + ## 1.2.1 ### Fixed * Build warning diff --git a/example/pubspec.lock b/example/pubspec.lock index ecb24288..05d2639d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "1.2.1" + version: "1.3.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 91af7a4c..f27e3b65 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: 1.2.1 +version: 1.3.0 homepage: https://github.com/letsar/flutter_slidable environment: