diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c38051..cbfa42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.2.6-beta.2 + +- ⬆️ Upgrade `archethic_wallet_client`. + # 3.2.6-beta - ⬆️ Upgrade dependencies diff --git a/pubspec.lock b/pubspec.lock index fe3c318..e82736a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -49,11 +49,12 @@ packages: archethic_wallet_client: dependency: "direct main" description: - name: archethic_wallet_client - sha256: "5b92a861a527f02233a4bc9b797fca67cd9a72f0dd06ae398ea2eb12fad1f475" - url: "https://pub.dev" - source: hosted - version: "2.1.8-beta" + path: "." + ref: "70-add-encrypt-and-decrypt-methods" + resolved-ref: eeb7179a3b73592ed7c5c0c1603bbdc1b8831742 + url: "https://github.com/archethic-foundation/archethic-wallet-client-dart.git" + source: git + version: "2.1.8-beta.1" archive: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index d501613..e80ce3b 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.6-beta +version: 3.2.6-beta.2 environment: sdk: ">=3.5.3 <4.0.0" @@ -19,13 +19,11 @@ dependencies: # path: ../../packages/libdart # A client dart library to interact with Archethic Wallet RPC API. - archethic_wallet_client: ^2.1.8-beta - #archethic_wallet_client: - # git: - # url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git - # ref: main - # archethic_wallet_client: - # path: ../../packages/archethic-wallet-client-dart + # archethic_wallet_client: ^2.1.5 + 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 + ref: 70-add-encrypt-and-decrypt-methods # Compression archive: ^3.4.10