Skip to content

Commit

Permalink
🪢 Merge 3.1.0 into dev (#4792)
Browse files Browse the repository at this point in the history
Bump version to `3.1.0`
  • Loading branch information
thesan authored Feb 27, 2024
1 parent 41b13e1 commit 82a973e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.0] - 2024-02-27

### Added
- Wallet Connect support.
- Mobile support for member onboarding, creation, and update.
- Link to nomination video guide.

### Fixed
- Autocomplete popup showing under post update toolbar.

## [3.0.0 (Validator dashboard)][3.0.0] - 2024-02-21

### Added
Expand Down Expand Up @@ -325,7 +335,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.0.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v3.1.0...HEAD
[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
[2.5.0]: https://github.com/Joystream/pioneer/compare/v2.4.2...v2.5.0
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.0.0",
"version": "3.1.0",
"license": "GPL-3.0-only",
"scripts": {
"build": "node --max_old_space_size=4096 ./build.js",
Expand Down

0 comments on commit 82a973e

Please sign in to comment.