Skip to content

Commit

Permalink
⬆️ Upgrade dependencies (archethic_lib_dart: 7.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 15, 2025
1 parent 27db079 commit 9da519e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.1.10
- ⬆️ Upgrade dependencies (archethic_lib_dart: 7.2.0)

# 2.1.9
- ⬆️ Upgrade dependencies (archethic_lib_dart: 7.1.0)

Expand Down
13 changes: 6 additions & 7 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ packages:
archethic_lib_dart:
dependency: transitive
description:
path: "."
ref: "169-add-param-to-newkeychaintransaction-method"
resolved-ref: "124a857aec7eb603c57a0b2f009c67da2a270585"
url: "https://github.com/archethic-foundation/libdart.git"
source: git
version: "7.0.0-beta"
name: archethic_lib_dart
sha256: "31e5b122df87c337d1ce189acc0f41db37a77b65a6638593ec856be90c8bfe2d"
url: "https://pub.dev"
source: hosted
version: "7.2.0"
archethic_wallet_client:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "2.1.8-beta.1"
version: "2.1.10"
archive:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ 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"
archive:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: archethic_wallet_client
description: A client dart library to interact with Archethic Wallet RPC API.

version: 2.1.9
version: 2.1.10

homepage: https://github.com/archethic-foundation/archethic-wallet-client-dart

Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
# Archethic dart library for Flutter
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 Down

0 comments on commit 9da519e

Please sign in to comment.