Skip to content

Commit

Permalink
🪢 Merge 2.0.0 into dev (Joystream#4645)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan authored Nov 23, 2023
2 parents 37c3922 + 1031792 commit cf46f20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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]

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

### Added
- Email notifications support for forum and elections events.
- New responsive web design.
- Add account balances in the membership pane.

### Fixed
- Past councils spending amounts.

## [1.9.0] - 2023-11-03

### Added
Expand Down Expand Up @@ -215,7 +225,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/v1.9.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v2.0.0...HEAD
[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
[1.7.0]: https://github.com/Joystream/pioneer/compare/v1.6.0...v1.7.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": "1.2.0",
"version": "2.0.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": "1.9.0",
"version": "2.0.0",
"license": "GPL-3.0-only",
"scripts": {
"build": "node --max_old_space_size=4096 ./build.js",
Expand Down

0 comments on commit cf46f20

Please sign in to comment.