From ec951bb5132a94eb85262e50064e6fa7062e07de Mon Sep 17 00:00:00 2001 From: ikprk Date: Tue, 21 May 2024 09:06:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20and=20adj?= =?UTF-8?q?ust=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ packages/atlas/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7647edc8..36723a8048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.2.2] - 2024-05-21 + +### Added + +- Segment metrics +- New landing page + +### Fixed + +- Meta server fix +- CRT UI/UX fixes + + ## [5.2.1] - 2024-05-06 ### Added diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 81e8bd8d77..34c4c01804 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.2.1", + "version": "5.2.2", "license": "GPL-3.0", "scripts": { "start": "vite",