From a460e3b3ebfc1871358a2bca00467f83665c7402 Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Thu, 15 Feb 2024 14:08:02 +0100 Subject: [PATCH] Bump version to `2.6.0` --- CHANGELOG.md | 17 ++++++++++++++++- packages/ui/package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4efdc772..90d0e02594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.0] - 2024-02-15 + +### Added +- Separate urls for each working group tabs. +- Default descriptions for each working group about tab. + +### Fixed +- Searching for members by id. +- General search box behavior. +- Show members active roles only. +- Show creation date on member profiles. +- Fix opening creation for lead with separate role and controller accounts. +- OneKey wallet extension support. + ## [2.5.0] - 2024-02-05 ### Added @@ -305,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.1] - 2022-12-02 -[unreleased]: https://github.com/Joystream/pioneer/compare/v2.5.0...HEAD +[unreleased]: https://github.com/Joystream/pioneer/compare/v2.6.0...HEAD +[2.6.0]: https://github.com/Joystream/pioneer/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/Joystream/pioneer/compare/v2.4.2...v2.5.0 [2.4.2]: https://github.com/Joystream/pioneer/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/Joystream/pioneer/compare/v2.4.0...v2.4.1 diff --git a/packages/ui/package.json b/packages/ui/package.json index 6f51f38871..752e53701c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@joystream/pioneer", - "version": "2.5.0", + "version": "2.6.0", "license": "GPL-3.0-only", "scripts": { "build": "node --max_old_space_size=4096 ./build.js",