From e9362f34fd60d3cc4fdd5fd080e92dbadf1aac4c Mon Sep 17 00:00:00 2001 From: Lezek123 Date: Mon, 2 Dec 2024 09:57:11 +0100 Subject: [PATCH] Version bumps and CHANGELOG --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/atlas/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318f341203..b719665bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.5.1] - 2024-11-05 + +### Changed + +- Re-enabled YPP (`features.ypp.suspended: false`) +- Added a message in YPP dashboard for creators potentially affected by [opted-out issue](https://github.com/Joystream/youtube-synch/issues/337) + ## [5.5.0] - 2024-11-07 **IMPORTANT:** Depends on Orion release `4.1.0` diff --git a/package.json b/package.json index 3d521839b6..72701f4c63 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.5.1", "license": "GPL-3.0", "workspaces": [ "packages/*" diff --git a/packages/atlas/package.json b/packages/atlas/package.json index 53756bcd71..9b1d8395af 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.5.1", "license": "GPL-3.0", "scripts": { "start": "vite",