From f78d1a80a1b258d64bc20c8dc2f5b90b1a01dbef Mon Sep 17 00:00:00 2001 From: Chralu Date: Tue, 17 Dec 2024 15:35:36 +0100 Subject: [PATCH] build: :bookmark: Bump v6.0.0-beta --- CHANGELOG.md | 12 ++++++++++-- pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d24125..942cc9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index d84bfc92..ee571dc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"