1
0
Selaa lähdekoodia

Merge 'master' into 'dev'

attemka 1 vuosi sitten
vanhempi
commit
68f9c1c577
2 muutettua tiedostoa jossa 37 lisäystä ja 4 poistoa
  1. 36 3
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 36 - 3
CHANGELOG.md

@@ -5,16 +5,49 @@ 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.1.0] - 2023-04-07
+
+### Changed
+
+- Bumped Sentry version to include replays functionality
+
+## [2.0.4] - 2023-04-06
 
 ### Fixed
 
- - Fixed app metadata for uploaded videos
- - Fixed followed channels uploads on homepage
+- Fixed video upload extrinsic bug
+- Fixed channel creation bug
+
+## [2.0.3] - 2023-04-05
+
+### Fixed
+
+- Fixed bug with channel view
+- Fixed YPP extra requests
+
+## [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
+
+- Fixed app metadata for uploaded videos
+- Fixed followed channels uploads on homepage
 
 ## [2.0.0] - 2023-03-31
 
 ### Changed
+
 - Channel requirements for YPP are now shown before channel creation
 - Atlas is now using OrionV2
   - New distributors change logic

+ 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.1.0",
   "license": "GPL-3.0",
   "scripts": {
     "start": "vite",