diff --git a/CHANGELOG.md b/CHANGELOG.md index f18cc17..477a4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.2.8 + +- ⬆️ Upgrade `archethic_wallet_client` & `archethic_lib_dart` versions. + # 3.2.7 - ⬆️ Upgrade `archethic_wallet_client` & `archethic_lib_dart` versions. diff --git a/pubspec.lock b/pubspec.lock index c17952b..7404a2b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -42,18 +42,18 @@ packages: dependency: "direct main" description: name: archethic_lib_dart - sha256: "3b00033e9aa6c69f323ca68b044be2d7b7ad5f38063572cace069ff9ded032b1" + sha256: "31e5b122df87c337d1ce189acc0f41db37a77b65a6638593ec856be90c8bfe2d" url: "https://pub.dev" source: hosted - version: "7.1.0" + version: "7.2.0" archethic_wallet_client: dependency: "direct main" description: name: archethic_wallet_client - sha256: ccf5c210985621b440bee3c3a7f28ed0d9bb0311c999f775e35f529cdffeba09 + sha256: "4dccce3738a96e33346cbd6f9316186aa7ea7f5399077b21174dba3160e7051c" url: "https://pub.dev" source: hosted - version: "2.1.9" + version: "2.1.10" archive: dependency: "direct main" description: @@ -697,10 +697,10 @@ packages: dependency: "direct main" description: name: package_info_plus - sha256: "70c421fe9d9cc1a9a7f3b05ae56befd469fe4f8daa3b484823141a55442d858d" + sha256: "739e0a5c3c4055152520fa321d0645ee98e932718b4c8efeeb51451968fe0790" url: "https://pub.dev" source: hosted - version: "8.1.2" + version: "8.1.3" package_info_plus_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7c3aed5..afcc907 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: 3.2.7 +version: 3.2.8 environment: sdk: ">=3.5.3 <4.0.0" @@ -10,7 +10,7 @@ environment: dependencies: # Archethic dart library for Flutter based on Official Archethic Javascript library for Node and Browser - archethic_lib_dart: ^7.1.0 + archethic_lib_dart: ^7.2.0 #archethic_lib_dart: # git: # url: https://github.com/archethic-foundation/libdart.git @@ -19,7 +19,7 @@ dependencies: # path: ../libdart-2 # A client dart library to interact with Archethic Wallet RPC API. - archethic_wallet_client: ^2.1.9 + archethic_wallet_client: ^2.1.10 # archethic_wallet_client: # git: # TODO Waiting for https://github.com/zino-hofmann/graphql-flutter/issues/1460 resolution to use stable versions. # url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git