From bba5dac171ad5d6076389b86c982c362c5612fb5 Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Mon, 12 Feb 2024 19:20:07 +0100 Subject: [PATCH] Bump QN and CLI versions --- cli/package.json | 2 +- query-node/CHANGELOG.md | 8 ++++++-- query-node/mappings/package.json | 2 +- query-node/package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cli/package.json b/cli/package.json index dd7af313c8..3c99fe251b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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" diff --git a/query-node/CHANGELOG.md b/query-node/CHANGELOG.md index 763fb81d0b..b8d9eddaea 100644 --- a/query-node/CHANGELOG.md +++ b/query-node/CHANGELOG.md @@ -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 diff --git a/query-node/mappings/package.json b/query-node/mappings/package.json index b936d1e34a..0724640c02 100644 --- a/query-node/mappings/package.json +++ b/query-node/mappings/package.json @@ -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", diff --git a/query-node/package.json b/query-node/package.json index 51e346e583..296afc72ff 100644 --- a/query-node/package.json +++ b/query-node/package.json @@ -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",