Skip to content

Commit

Permalink
chore: 🔖 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 6, 2025
1 parent 314df48 commit c07e31c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.8
- ⬆️ Upgrade dependencies (archethic_lib_dart: 7.0.0)

# 2.1.8-beta.2
- ⬆️ Upgrade dependencies (archethic_lib_dart: 7.0.0-beta)

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: "11a7596968980856b8e5a0a6f2902eedbd8a12675d01b8ce7c9d017dd93bb879"
sha256: "4265dd9010122891a52f3dbdae0bc5b18e9a0fa844c985f706085269a0837e1e"
url: "https://pub.dev"
source: hosted
version: "7.0.0-beta"
version: "7.0.0"
archive:
dependency: transitive
description:
Expand Down
6 changes: 4 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.8-beta.2
version: 2.1.8

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

Expand All @@ -10,11 +10,13 @@ environment:

dependencies:
# Archethic dart library for Flutter
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: main
#archethic_lib_dart:
# path: ../libdart-2

# A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android).
deeplink_rpc: ^1.1.0
Expand Down

0 comments on commit c07e31c

Please sign in to comment.