Skip to content

Commit

Permalink
build: 🔖 Bump v6.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Dec 17, 2024
1 parent 614d3d9 commit f78d1a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# 6.0.0-beta

- fix: :technologist: Fix default transaction confirmation ratio to 0.5.

- BREAKING CHANGES: `OracleService` exposes a stream to get updates

# 5.0.2

- Downgrade `decimal` dependency

# 5.0.1

- Downgrade `collection` dependency

# 5.0.0
Expand All @@ -14,8 +22,8 @@
- `onError` parameter removed : a `TransactionError` will be thrown when an error occurs
- `onConfirmation` parameter purpose changed : It is optional and can be used to get the transaction confirmation status updates on the fly.
- BREAKING CHANGES: `Transaction.actionRecipients` renamed to `Transaction.recipients`.
- Improve lib score.
- 🐛 Fix getTransactionContent method
- Improve lib score.
- 🐛 Fix getTransactionContent method
- ✅ Fix tests.

# 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.2
version: 6.0.0-beta

environment:
sdk: ">=3.5.3 <4.0.0"
Expand Down

0 comments on commit f78d1a8

Please sign in to comment.