Skip to content

Commit

Permalink
⬆️ Bump version and adjust changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed Jul 22, 2024
1 parent 9effb52 commit 9f53e53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.4.0] - 2024-07-19

### Added

- Token comments
- CRT Marketplace
- Categorized home view
- Language filtering

### Fixed

- Marketplace segment tracking
- Synchronize AMM restrictions with runtime state
- Notifications with dispatch block in the future

## [5.3.0] - 2024-06-04

### Added
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.3.0",
"version": "5.4.0",
"license": "GPL-3.0",
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 9f53e53

Please sign in to comment.