From 7877509d061a62fdde1279a625d4b81f0c46864c Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Wed, 2 Oct 2024 18:47:59 +0200 Subject: [PATCH] chore: :bookmark: 2.1.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 645bb26..a9436ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changelog ========= +#### Version 2.1.2 +* Upgrade package_info_plus to 8.0.2 +* Add textStyle param in Consent Widgets + #### Version 2.1.1 * Upgrade AWC version to 2.1.2 diff --git a/pubspec.yaml b/pubspec.yaml index fcc51f1..95c2a8a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: archethic_dapp_framework_flutter description: An internal framework for archethic flutter development homepage: https://github.com/archethic-foundation/archethic-dapp-framework-flutter -version: 2.1.1 +version: 2.1.2 environment: sdk: ">=3.3.0 <4.0.0"