ソースを参照

Changelog and version bump

Artem 1 年間 前
コミット
500bbb89eb
2 ファイル変更20 行追加1 行削除
  1. 19 0
      CHANGELOG.md
  2. 1 1
      packages/atlas/package.json

+ 19 - 0
CHANGELOG.md

@@ -5,6 +5,25 @@ 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.4.0] - 2023-07-03
+
+### Added
+
+- Added collapsed view to NFT widget
+- Added fiat representation to prices
+- Added environment variables description to operators guide
+
+### Changed
+
+- Changed assets resolution algorithm
+- Required NodeJS version bumped to 18
+
+### Fixed
+
+- Fixed bug with wallet connection
+- Fixed bug with minimized player showing error screen
+- Minor markup fixes
+
 ## [3.3.6] - 2023-06-23
 
 ### Changed

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