1
0
Artem vor 1 Jahr
Ursprung
Commit
e8251a759e
2 geänderte Dateien mit 14 neuen und 2 gelöschten Zeilen
  1. 13 1
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 13 - 1
CHANGELOG.md

@@ -5,7 +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).
 
-## [2.0.0] - 2023-03-31
+## [2.0.2] - 2023-04-04
+
+### Fixed
+
+- Fixed bug with invalid file format when creating a video
+- Fixed loading times on "My videos" page
+- Fixed issues with appId metadata
+
+### Changed
+
+- Changed the validated channels carousel behaviour on YPP landing page
+
+## [2.0.1] - 2023-03-31
 
 ### Fixed
 

+ 1 - 1
packages/atlas/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@joystream/atlas",
   "description": "UI for consuming Joystream - a user governed video platform",
-  "version": "2.0.1",
+  "version": "2.0.2",
   "license": "GPL-3.0",
   "scripts": {
     "start": "vite",