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 13, 2025
1 parent 7683644 commit 5fb4f0e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
16 changes: 8 additions & 8 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: "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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ 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"

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

0 comments on commit 5fb4f0e

Please sign in to comment.