Skip to content

Commit

Permalink
chore: ⬇️ Downgrade collection dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Dec 13, 2024
1 parent 7cd2fd2 commit e768cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.0.1
- Downgrade `collection` dependency

# 5.0.0

- BREAKING CHANGES: `ArchethicTransactionSender` usage is simplified
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: archethic_lib_dart
description: Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create Archethic transaction and to send them over the network
homepage: https://github.com/archethic-foundation/libdart

version: 5.0.0
version: 5.0.1

environment:
sdk: ">=3.5.3 <4.0.0"

dependencies:
# Collections and utilities functions and classes related to collections.
collection: ^1.19.1
collection: ^1.18.0

# Implementations of SHA, MD5, and HMAC cryptographic functions
crypto: ^3.0.6
Expand Down

0 comments on commit e768cf7

Please sign in to comment.