From 5fb4f0e243c79bb484812ac039d077ef3341de3f Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Mon, 13 Jan 2025 15:42:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20`archethic=5Fwal?= =?UTF-8?q?let=5Fclient`=20&=20`archethic=5Flib=5Fdart`=20versions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- pubspec.lock | 16 ++++++++-------- pubspec.yaml | 8 ++++---- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bebe013..f18cc17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +# 3.2.7 + +- ⬆️ Upgrade `archethic_wallet_client` & `archethic_lib_dart` versions. + # 3.2.6 -- ⬆️ Upgrade `archethic_wallet_client` & 'archethic_lib_dart` stable versions. +- ⬆️ Upgrade `archethic_wallet_client` & `archethic_lib_dart` stable versions. # 3.2.6-beta.4 diff --git a/pubspec.lock b/pubspec.lock index b41e6c1..c17952b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -42,18 +42,18 @@ packages: dependency: "direct main" description: name: archethic_lib_dart - sha256: "4265dd9010122891a52f3dbdae0bc5b18e9a0fa844c985f706085269a0837e1e" + sha256: "3b00033e9aa6c69f323ca68b044be2d7b7ad5f38063572cace069ff9ded032b1" url: "https://pub.dev" source: hosted - version: "7.0.0" + version: "7.1.0" archethic_wallet_client: dependency: "direct main" description: name: archethic_wallet_client - sha256: "9e3471f1b613b56bde7cf7c222a6f8ccc156611f70e8c40525ba5749a874afcc" + sha256: ccf5c210985621b440bee3c3a7f28ed0d9bb0311c999f775e35f529cdffeba09 url: "https://pub.dev" source: hosted - version: "2.1.8" + version: "2.1.9" archive: dependency: "direct main" description: @@ -1134,10 +1134,10 @@ packages: dependency: transitive description: name: url_launcher_windows - sha256: "44cf3aabcedde30f2dba119a9dea3b0f2672fbe6fa96e85536251d678216b3c4" + sha256: "3284b6d2ac454cf34f114e1d3319866fdd1e19cdc329999057e44ffe936cfa77" url: "https://pub.dev" source: hosted - version: "3.1.3" + version: "3.1.4" uuid: dependency: transitive description: @@ -1214,10 +1214,10 @@ packages: dependency: transitive description: name: win32 - sha256: "8b338d4486ab3fbc0ba0db9f9b4f5239b6697fcee427939a40e720cbb9ee0a69" + sha256: "154360849a56b7b67331c21f09a386562d88903f90a1099c5987afc1912e1f29" url: "https://pub.dev" source: hosted - version: "5.9.0" + version: "5.10.0" x25519: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 41489b4..7c3aed5 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 +version: 3.2.7 environment: sdk: ">=3.5.3 <4.0.0" @@ -10,16 +10,16 @@ environment: dependencies: # Archethic dart library for Flutter based on Official Archethic Javascript library for Node and Browser - archethic_lib_dart: ^7.0.0 + archethic_lib_dart: ^7.1.0 #archethic_lib_dart: # git: # url: https://github.com/archethic-foundation/libdart.git - # ref: 169-add-param-to-newkeychaintransaction-method + # ref: main #archethic_lib_dart: # path: ../libdart-2 # A client dart library to interact with Archethic Wallet RPC API. - archethic_wallet_client: ^2.1.8 + archethic_wallet_client: ^2.1.9 # 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