Skip to content

Commit

Permalink
⬆️ Upgrade archethic_wallet_client & archethic_lib_dart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 15, 2025
1 parent 5fb4f0e commit 6f07bee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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"

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
Expand All @@ -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
Expand Down

0 comments on commit 6f07bee

Please sign in to comment.