From 272b0c878b6215787fce3546e12623604b6f8cd5 Mon Sep 17 00:00:00 2001 From: Lezek123 Date: Mon, 23 Dec 2024 00:15:09 +0100 Subject: [PATCH] Update CHANGELOG + bump versions --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- packages/atlas/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c83244101..f0af113783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.6.0] - 2024-12-23 + +**IMPORTANT:** Depends on Orion release `4.2.0`. + +### Added + +- Video tipping functionality (https://github.com/Joystream/atlas/issues/6291) + +### Fixed + +- Improved error handling for optimistic transactions: + - Added hadling for `ExtrinsicFailed` errors + - Added adequate cleanup of cached optimistic state on error +- Fixed optimistic actions to be able to handle situations when there are multiple comments in `UNCONFIRMED` state +- Fixed a bug with invalid condition inside `transactions.manager.tsx` causing `onTxSync` to errously timeout in some cases. + ## [5.5.0] - 2024-11-07 **IMPORTANT:** Depends on Orion release `4.1.0`. diff --git a/package.json b/package.json index 3d521839b6..c08e5dc10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "description": "UI for consuming Joystream - a user governed video platform", - "version": "5.5.0", + "version": "5.6.0", "license": "GPL-3.0", "workspaces": [ "packages/*" diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 53756bcd71..d1eaa00449 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "5.5.0", + "version": "5.6.0", "license": "GPL-3.0", "scripts": { "start": "vite",