Skip to content

Commit

Permalink
🪢 Merge 3.2.0 into dev (#4798)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan authored Mar 7, 2024
2 parents c9eeec3 + 28824de commit b4e22b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2024-03-07

### Added
- Role mention.

### Fixed
- Proposal default order.

## [3.1.0] - 2024-02-27

### Added
Expand All @@ -31,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Searching for members by id.
- General search box behavior.
- 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.
Expand Down Expand Up @@ -335,7 +343,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/v3.1.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/Joystream/pioneer/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/Joystream/pioneer/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/Joystream/pioneer/compare/v2.6.0...v3.0.0
[2.6.0]: https://github.com/Joystream/pioneer/compare/v2.5.0...v2.6.0
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.4.1",
"version": "3.2.0",
"license": "GPL-3.0-only",
"scripts": {
"prisma": "prisma",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/pioneer",
"version": "3.1.0",
"version": "3.2.0",
"license": "GPL-3.0-only",
"scripts": {
"build": "node --max_old_space_size=4096 ./build.js",
Expand Down

0 comments on commit b4e22b6

Please sign in to comment.