From 8079b5d4b771d784073c2695ba8b163c857f36fc Mon Sep 17 00:00:00 2001 From: Eduardo Folly Date: Thu, 11 Apr 2024 17:31:59 -0300 Subject: [PATCH] Version 3.0.2. --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28826aed..0e40aed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.0.2] - 2024-04-11 + +* Adding leadingWidth to AbstractEdit and AbstractList. + ## [3.0.1] - 2024-03-31 * Updating Connectivity Plus to ^6.0.1. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5b9b36d4..ba6140f8 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: 'none' -version: 3.0.1+210 +version: 3.0.2+211 environment: sdk: ">=3.3.0 <4.0.0" @@ -11,7 +11,7 @@ environment: dependencies: # https://pub.dev/packages/connectivity_plus - connectivity_plus: 6.0.1 + connectivity_plus: 6.0.2 flutter: sdk: flutter @@ -37,7 +37,7 @@ dependencies: http: 1.2.1 # https://pub.dev/packages/url_launcher - url_launcher: 6.2.5 + url_launcher: 6.2.6 dev_dependencies: # https://pub.dev/packages/flutter_lints diff --git a/pubspec.yaml b/pubspec.yaml index c5770174..04fb9107 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: folly_fields description: Basic form fields and utilities. -version: 3.0.1 +version: 3.0.2 repository: https://github.com/edufolly/folly_fields/ homepage: https://edufolly.github.io/folly_fields/