From ea2020a3a577b83e3daeb4937553cbf756762d5f Mon Sep 17 00:00:00 2001 From: bob Date: Fri, 10 Feb 2023 13:46:22 +0100 Subject: [PATCH] Correct version management from 2.3.2 to 3.0.0 --- CHANGELOG.md | 3 ++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f4bba..eea5c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2.3.2 +## 3.0.0 - Added customization options for box encapsulating the datetimepicker (Customize shadow, add image or gradient) +- Removed ability to specify ShapeBorder directly in date_time_picker_theme. Specifying ShapeBorder now part of ShapeDecoration-customization. ## 2.3.1 - Added extra customization options for datetimepicker (Customizable buttons, text formatting for weekday and month) diff --git a/example/pubspec.lock b/example/pubspec.lock index fc82180..4819575 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "2.3.2" + version: "3.0.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 3298814..aff2e06 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_date_time_picker description: A Flutter package for date and time picker. -version: 2.3.2 +version: 3.0.0 homepage: https://iconica.nl/ environment: