Skip to content

Commit

Permalink
Update CHANGELOG + bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezek123 committed Dec 22, 2024
1 parent 5de0173 commit 272b0c8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 272b0c8

Please sign in to comment.