From 5ef719f34ae18d25800d6bad1532079318c23cf8 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Sat, 16 Nov 2024 20:32:56 +0100 Subject: [PATCH] chore: release v2.3.0 (#116) * feat: bump min flutter version to 3.22.0 Signed-off-by: Sahil Kumar * ci: update github action Signed-off-by: Sahil Kumar * chore: prepare for release Signed-off-by: Sahil Kumar --------- Signed-off-by: Sahil Kumar --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d13dd35..de8cfcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming +## 2.3.0 - Bump rive version to `^0.13.10`. - Bump lottie version to `^3.1.0`. diff --git a/pubspec.yaml b/pubspec.yaml index 59e2e8e..2c24dee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: giffy_dialog homepage: https://github.com/xsahil03x/giffy_dialog description: A Flutter package for a quick, handy and beautiful giffy dialogs and bottom sheets. -version: 2.2.0 +version: 2.3.0 repository: https://github.com/xsahil03x/giffy_dialog issue_tracker: https://github.com/xsahil03x/giffy_dialog/issues