Skip to content

Commit

Permalink
Bump QN and CLI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Feb 12, 2024
1 parent 5e8443e commit bba5dac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joystream/cli",
"description": "Command Line Interface for Joystream community and governance activities",
"version": "1.2.3",
"version": "1.3.0",
"author": "Leszek Wiesner",
"bin": {
"joystream-cli": "./bin/run"
Expand Down
8 changes: 6 additions & 2 deletions query-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
### 1.8.2

- Fix validator profile verification - [#5061](https://github.com/Joystream/joystream/pull/5061)

### 1.8.0

- Add support for validator account verification
- Add support for validator profile verification - [#4976](https://github.com/Joystream/joystream/pull/4976)

### 1.7.0

- Refactor of mappings for more better handling of error cases. [#4856](https://github.com/Joystream/joystream/pull/4856)
- Bug fix [#4855](https://github.com/Joystream/joystream/issues/4855)
- Add support for UpdateGlobalNftLimit proposal.
- Add support for UpdateGlobalNftLimit proposal.

### 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion query-node/mappings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-node-mappings",
"version": "1.8.1",
"version": "1.8.2",
"description": "Mappings for hydra-processor",
"main": "lib/src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion query-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-node-root",
"version": "1.8.1",
"version": "1.8.2",
"description": "GraphQL server and mappings. Generated with ♥ by Hydra-CLI",
"scripts": {
"build": "./build.sh",
Expand Down

0 comments on commit bba5dac

Please sign in to comment.