Skip to content

Commit

Permalink
chore: 🔖 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 6, 2025
1 parent 566ce75 commit 7683644
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.6

- ⬆️ Upgrade `archethic_wallet_client` & 'archethic_lib_dart` stable versions.

# 3.2.6-beta.4

- ⬆️ Upgrade dependencies (archethic_lib_dart: 7.0.0-beta, archethic_wallet_client: 2.1.8-beta.2)
Expand Down
8 changes: 4 additions & 4 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: "11a7596968980856b8e5a0a6f2902eedbd8a12675d01b8ce7c9d017dd93bb879"
sha256: "4265dd9010122891a52f3dbdae0bc5b18e9a0fa844c985f706085269a0837e1e"
url: "https://pub.dev"
source: hosted
version: "7.0.0-beta"
version: "7.0.0"
archethic_wallet_client:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: "1df70e440b4350efd6d9c4fdfd41f3334d7a05f3f37e41f04a8b87caa8b298e1"
sha256: "9e3471f1b613b56bde7cf7c222a6f8ccc156611f70e8c40525ba5749a874afcc"
url: "https://pub.dev"
source: hosted
version: "2.1.8-beta.2"
version: "2.1.8"
archive:
dependency: "direct main"
description:
Expand Down
10 changes: 5 additions & 5 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-beta.4
version: 3.2.6

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-beta
archethic_lib_dart: ^7.0.0
#archethic_lib_dart:
# git:
# url: https://github.com/archethic-foundation/libdart.git
# ref: 169-add-param-to-newkeychaintransaction-method
# archethic_lib_dart:
# path: ../../packages/libdart
#archethic_lib_dart:
# path: ../libdart-2

# A client dart library to interact with Archethic Wallet RPC API.
archethic_wallet_client: ^2.1.8-beta.2
archethic_wallet_client: ^2.1.8
# 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 7683644

Please sign in to comment.