Skip to content

Commit

Permalink
🚀 Release 1.5.0 (#4374)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Jun 6, 2023
2 parents a6318b0 + f0f56c8 commit 1b9f948
Show file tree
Hide file tree
Showing 112 changed files with 7,118 additions and 452 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0 Ephesus][1.4.0] - 2023-04-12
## [1.5.0] - 2023-06-06

### Added
- Support for wallet metadata update.
- Emoji selection in the text editor.
- Visual representation of membership verified status.
- Link in the side bar to the Calamar explorer.

### Fixed
- Forum false 404 and empty categories during query node outage.
- Text visibility in the forum.
- Way too large margins on forum threads.
- Initial deciding stage view of multiple voting rounds proposal.
- Fix Apps working group's opening links with ids from the query node.

## [1.4.0 (Ephesus)][1.4.0] - 2023-04-12

### Added
- Update Channel Payouts Proposal.
Expand Down Expand Up @@ -113,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Proposal view crashing due to high amounts of JOY

## [1.0.0 Mainnet][1.0.0] - 2022-12-16
## [1.0.0 (Mainnet)][1.0.0] - 2022-12-16

### Added
- Mainnet network in the setting.
Expand Down Expand Up @@ -146,7 +161,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.4.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/Joystream/pioneer/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/Joystream/pioneer/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/Joystream/pioneer/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/Joystream/pioneer/compare/v1.3.0...v1.3.1
Expand Down
5 changes: 1 addition & 4 deletions docs/mocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To test most of the extrinsics requires existing on-chain data. To create some o

Available commands:

- `yarn workspace @joystream/pioneer node-mocks council:elect [-d BLOCK_TIME] [--to ELECTION_STAGE]` - Run an election until the specified stage: VOTE, REVEAL, or IDLE (default)
- `yarn workspace @joystream/pioneer node-mocks council:announce` - Announce enough candidacies to start the voting stage when the announcing stage ends
- `yarn workspace @joystream/pioneer node-mocks council:vote` - Vote for the announced by the previous command candidate to start the revealing stage next
- `yarn workspace @joystream/pioneer node-mocks council:reveal` - Reveal the votes casted by the previous command to start elect a new council and start the idle stage next
Expand All @@ -28,10 +29,6 @@ To show help:
yarn node-mocks --help
```

Shortcuts:
- `yarn workspace @joystream/pioneer node-mocks:announce-vote` - Announce candidacies, wait, then vote on them
- `yarn workspace @joystream/pioneer node-mocks:announce-vote-reveal` - Announce candidacies, wait, vote on them, wait, then reveal these votes

#### Chain spec

Another way to influence the on-chain state for testing purpose, is to provide a customize `chain-spec.json` file when running a Joystream node:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"@polkadot/util": "9.5.1",
"@polkadot/util-crypto": "9.5.1",
"bn.js": "^4.11.9",
"@joystream/js@1.2.0": "patch:@joystream/js@npm%3A1.2.0#./.yarn/patches/@joystream-js-npm-1.2.0-a8795e7496.patch",
"@joystream/types": "./packages/joystream-types-v0.20.6.tgz"
"@joystream/js@1.2.0": "patch:@joystream/js@npm%3A1.2.0#./.yarn/patches/@joystream-js-npm-1.2.0-a8795e7496.patch"
},
"engines": {
"node": ">=14.18.0",
Expand Down
Binary file removed packages/joystream-types-v0.20.6.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/markdown-editor/dist/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/markdown-editor/dist/ckeditor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/markdown-editor/dist/translations/ar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-editor/dist/translations/az.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-editor/dist/translations/bg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-editor/dist/translations/cs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/markdown-editor/dist/translations/da.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 1b9f948

@vercel
Copy link

@vercel vercel bot commented on 1b9f948 Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dao – ./

dao-git-main-joystream.vercel.app
dao-joystream.vercel.app
pioneerapp.xyz
dao.joystream.org

Please sign in to comment.