diff --git a/cli/package.json b/cli/package.json index 2ba0278203..21c46e4d40 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.0", + "version": "1.2.1", "author": "Leszek Wiesner", "bin": { "joystream-cli": "./bin/run" diff --git a/distributor-node/CHANGELOG.md b/distributor-node/CHANGELOG.md index 9afec48f5d..2a5a428282 100644 --- a/distributor-node/CHANGELOG.md +++ b/distributor-node/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.2.2 + +- **FIX** `sendExtrinsic`: The send extrinsic function (which is a wrapper around PolkadotJS `tx.signAndSend` function) has been fixed to handle the case when tx has been finalized before the callback registered in `tx.signAndSend` would run. + ### 1.2.1 - Integrates OpenTelemetry API/SDK with Argus for exporting improved tracing logs & metrics to Elasticsearch. Adds `./start-elasticsearch-stack.sh` script to bootstrap elasticsearch services (Elasticsearch + Kibana + APM Server) with all the required configurations. diff --git a/distributor-node/package.json b/distributor-node/package.json index 1a1a56c67f..9c9c07df88 100644 --- a/distributor-node/package.json +++ b/distributor-node/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/distributor-cli", "description": "Joystream distributor node CLI", - "version": "1.2.1", + "version": "1.2.2", "author": "Joystream contributors", "bin": { "joystream-distributor": "./bin/run" diff --git a/storage-node/CHANGELOG.md b/storage-node/CHANGELOG.md index 8e59c69494..fdd434f7c4 100644 --- a/storage-node/CHANGELOG.md +++ b/storage-node/CHANGELOG.md @@ -1,3 +1,7 @@ +### 3.5.1 + +- **FIX** `sendExtrinsic`: The send extrinsic function (which is a wrapper around PolkadotJS `tx.signAndSend` function) has been fixed to handle the case when tx has been finalized before the callback registered in `tx.signAndSend` would run. + ### 3.5.0 - Integrates OpenTelemetry API/SDK with Colossus for exporting improved tracing logs & metrics to Elasticsearch. Adds `./start-elasticsearch-stack.sh` script to bootstrap elasticsearch services (Elasticsearch + Kibana + APM Server) with all the required configurations. diff --git a/storage-node/package.json b/storage-node/package.json index 32654bfba4..4fc57b6c52 100644 --- a/storage-node/package.json +++ b/storage-node/package.json @@ -1,7 +1,7 @@ { "name": "storage-node", "description": "Joystream storage subsystem.", - "version": "3.5.0", + "version": "3.5.1", "author": "Joystream contributors", "bin": { "storage-node": "./bin/run"