Skip to content

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Dec 8, 2023
1 parent 0cc8324 commit 59b28c0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2023-12-08

### Added
- Display error messages when a page or a modal crashes instead of crashing the whole app.
- Make some members social links clickable.

### Fixed
- Runtime upgrade proposal creation.
- Various UI bugs on responsive devices.

### Changed
- Expand the size of the Signal side pane.
- Rename Twitter to X.

## [2.0.2] - 2023-11-27

### Remove
- Remove forum activities button.

## [2.0.1] - 2023-11-24

### Fixed
- Some proposal page breaking on opening their rationale.

## [2.0.0 (Notifications and RWD)][2.0.0] - 2023-11-23

### Added
Expand Down Expand Up @@ -225,7 +249,10 @@ 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.0.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/Joystream/pioneer/compare/v2.0.2...v2.1.0
[2.0.2]: https://github.com/Joystream/pioneer/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Joystream/pioneer/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Joystream/pioneer/compare/v1.9.0...v2.0.0
[1.9.0]: https://github.com/Joystream/pioneer/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/Joystream/pioneer/compare/v1.7.0...v1.8.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": "2.0.0",
"version": "2.1.0",
"license": "GPL-3.0-only",
"scripts": {
"build": "node --max_old_space_size=4096 ./build.js",
Expand Down

0 comments on commit 59b28c0

Please sign in to comment.