Browse Source

Release v2.1.0

Artem 1 year ago
parent
commit
f352f4069c
2 changed files with 11 additions and 3 deletions
  1. 10 2
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 10 - 2
CHANGELOG.md

@@ -5,9 +5,16 @@ 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/),
 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).
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 
+## [2.1.0] - 2023-04-07
+
+### Changed
+
+- Bumped Sentry version to include replays functionality
+
 ## [2.0.4] - 2023-04-06
 ## [2.0.4] - 2023-04-06
 
 
 ### Fixed
 ### Fixed
+
 - Fixed video upload extrinsic bug
 - Fixed video upload extrinsic bug
 - Fixed channel creation bug
 - Fixed channel creation bug
 
 
@@ -34,12 +41,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 
 ### Fixed
 ### Fixed
 
 
- - Fixed app metadata for uploaded videos
- - Fixed followed channels uploads on homepage
+- Fixed app metadata for uploaded videos
+- Fixed followed channels uploads on homepage
 
 
 ## [2.0.0] - 2023-03-31
 ## [2.0.0] - 2023-03-31
 
 
 ### Changed
 ### Changed
+
 - Channel requirements for YPP are now shown before channel creation
 - Channel requirements for YPP are now shown before channel creation
 - Atlas is now using OrionV2
 - Atlas is now using OrionV2
   - New distributors change logic
   - New distributors change logic

+ 1 - 1
packages/atlas/package.json

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