1
0
Artem преди 1 година
родител
ревизия
0b09d11c80
променени са 2 файла, в които са добавени 17 реда и са изтрити 1 реда
  1. 16 0
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 16 - 0
CHANGELOG.md

@@ -5,6 +5,22 @@ 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).
 
+## [3.1.0] - 2023-04-14
+
+### Added
+
+- New content focus modal
+- Channel's balance is now displayed publicly
+
+### Changed
+
+- YPP TnCs were updated
+
+### Fixed
+
+- Fixed carousel styling for mobile screens
+- Various markup fixes
+
 ## [3.0.0] - 2023-04-12
 
 ### Added

+ 1 - 1
packages/atlas/package.json

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