Skip to content

Commit

Permalink
chore: 🔖 Version 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Jul 31, 2024
1 parent fc54d84 commit 4dc17f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
#### Version 1.2.10
* Update dependencies

#### Version 1.2.9
* Add `TransactionUtil.isSCCallExecuted` method to check is a SC has been executed

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: "42354078ff5838186939b7a263ae97724cdd388a497f7c7bf31e8029eef35bb2"
sha256: "83baa3bbdb5c2a5c772c9ad3272adcb2c70bc2ef70075a12c9316a13bd57921b"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.7"
archive:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.2.9
version: 1.2.10

environment:
sdk: ">=3.3.0 <4.0.0"
Expand All @@ -18,7 +18,7 @@ dependencies:
# path: ../libdart-2

# A client dart library to interact with Archethic Wallet RPC API.
archethic_wallet_client: ^2.0.6
archethic_wallet_client: ^2.0.7
#archethic_wallet_client:
# path: ../archethic-wallet-client-dart

Expand Down

0 comments on commit 4dc17f7

Please sign in to comment.