From 24fbd6ae470a61191888eb6372d2a6e739a49b2a Mon Sep 17 00:00:00 2001 From: Shusetsu Toda Date: Mon, 11 Jan 2021 12:23:22 +0100 Subject: [PATCH] :arrow_up: Bump version --- elements/lisk-api-client/package.json | 4 ++-- elements/lisk-client/package.json | 6 +++--- elements/lisk-elements/package.json | 6 +++--- elements/lisk-transactions/package.json | 2 +- .../lisk-framework-forger-plugin/package.json | 8 ++++---- .../lisk-framework-http-api-plugin/package.json | 6 +++--- .../lisk-framework-monitor-plugin/package.json | 4 ++-- .../package.json | 6 +++--- framework/package.json | 6 +++--- sdk/package.json | 16 ++++++++-------- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index c66170a29da..90f980234d4 100644 --- a/elements/lisk-api-client/package.json +++ b/elements/lisk-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-api-client", - "version": "5.0.1", + "version": "5.0.2", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,7 +38,7 @@ "dependencies": { "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "isomorphic-ws": "4.0.1", "pm2-axon": "4.0.0", "pm2-axon-rpc": "0.6.0", diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index 0ab3b3226c9..8957cb5a130 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "5.0.2", + "version": "5.0.3", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -55,11 +55,11 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.0.1", + "@liskhq/lisk-api-client": "^5.0.2", "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", "@liskhq/lisk-passphrase": "^3.0.1", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "@liskhq/lisk-tree": "^0.1.0", "@liskhq/lisk-utils": "^0.1.0", "@liskhq/lisk-validator": "^0.5.0", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index ef633b81d31..2977d1e0cde 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "5.0.2", + "version": "5.0.3", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,7 +36,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.0.1", + "@liskhq/lisk-api-client": "^5.0.2", "@liskhq/lisk-bft": "^0.2.1", "@liskhq/lisk-chain": "^0.2.0", "@liskhq/lisk-codec": "^0.1.0", @@ -46,7 +46,7 @@ "@liskhq/lisk-p2p": "^0.6.0", "@liskhq/lisk-passphrase": "^3.0.1", "@liskhq/lisk-transaction-pool": "^0.4.0", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "@liskhq/lisk-tree": "^0.1.0", "@liskhq/lisk-utils": "^0.1.0", "@liskhq/lisk-validator": "^0.5.0" diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index ea44423e06f..e1d646f1286 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "5.0.0", + "version": "5.0.1", "description": "Utility functions related to transactions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/framework-plugins/lisk-framework-forger-plugin/package.json b/framework-plugins/lisk-framework-forger-plugin/package.json index e9c37b98a52..01a3f0ad029 100644 --- a/framework-plugins/lisk-framework-forger-plugin/package.json +++ b/framework-plugins/lisk-framework-forger-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-forger-plugin", - "version": "0.1.2", + "version": "0.1.3", "description": "A plugin for lisk-framework that monitors configured delegates forging activity and voters information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "@liskhq/lisk-utils": "^0.1.0", "@liskhq/lisk-validator": "^0.5.0", "axios": "0.21.1", @@ -52,10 +52,10 @@ "express-rate-limit": "5.1.3", "fs-extra": "9.0.0", "ip": "1.1.5", - "lisk-framework": "^0.7.2" + "lisk-framework": "^0.7.3" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.0.1", + "@liskhq/lisk-api-client": "^5.0.2", "@liskhq/lisk-genesis": "^0.1.0", "@types/cors": "2.8.6", "@types/debug": "4.1.5", diff --git a/framework-plugins/lisk-framework-http-api-plugin/package.json b/framework-plugins/lisk-framework-http-api-plugin/package.json index 72cda073448..f8a2f88e3c2 100644 --- a/framework-plugins/lisk-framework-http-api-plugin/package.json +++ b/framework-plugins/lisk-framework-http-api-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-http-api-plugin", - "version": "0.1.2", + "version": "0.1.3", "description": "A plugin for lisk-framework that provides basic HTTP API endpoints to get running node information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -44,11 +44,11 @@ "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.7.2" + "lisk-framework": "^0.7.3" }, "devDependencies": { "@liskhq/lisk-cryptography": "^3.0.0", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "@types/cors": "2.8.6", "@types/express": "4.17.6", "@types/express-rate-limit": "5.0.0", diff --git a/framework-plugins/lisk-framework-monitor-plugin/package.json b/framework-plugins/lisk-framework-monitor-plugin/package.json index b70aab87e76..e8d4038bcb4 100644 --- a/framework-plugins/lisk-framework-monitor-plugin/package.json +++ b/framework-plugins/lisk-framework-monitor-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-monitor-plugin", - "version": "0.1.2", + "version": "0.1.3", "description": "A plugin for lisk-framework that provides network statistics of the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -47,7 +47,7 @@ "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.7.2" + "lisk-framework": "^0.7.3" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json index d1b050822d6..10f44f91db8 100644 --- a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json +++ b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-report-misbehavior-plugin", - "version": "0.1.2", + "version": "0.1.3", "description": "A plugin for lisk-framework that provides automatic detection of delegate misbehavior and sends a reportDelegateMisbehaviorTransaction to the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -43,12 +43,12 @@ "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "@liskhq/lisk-utils": "^0.1.0", "@liskhq/lisk-validator": "^0.5.0", "debug": "4.1.1", "fs-extra": "9.0.0", - "lisk-framework": "^0.7.2" + "lisk-framework": "^0.7.3" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework/package.json b/framework/package.json index 2d266e98aec..31b6ca1ca81 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.7.2", + "version": "0.7.3", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -62,9 +62,9 @@ "ws": "7.3.1" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.0.1", + "@liskhq/lisk-api-client": "^5.0.2", "@liskhq/lisk-passphrase": "^3.0.1", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "@types/bunyan": "1.8.6", "@types/jest": "26.0.13", "@types/jest-when": "2.7.1", diff --git a/sdk/package.json b/sdk/package.json index d251942a96d..bb645a868ce 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "5.0.2", + "version": "5.0.3", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -29,25 +29,25 @@ "build": "tsc" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.0.1", + "@liskhq/lisk-api-client": "^5.0.2", "@liskhq/lisk-bft": "^0.2.1", "@liskhq/lisk-chain": "^0.2.0", "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", "@liskhq/lisk-db": "^0.1.0", - "@liskhq/lisk-framework-forger-plugin": "^0.1.2", - "@liskhq/lisk-framework-http-api-plugin": "^0.1.2", - "@liskhq/lisk-framework-monitor-plugin": "^0.1.2", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.2", + "@liskhq/lisk-framework-forger-plugin": "^0.1.3", + "@liskhq/lisk-framework-http-api-plugin": "^0.1.3", + "@liskhq/lisk-framework-monitor-plugin": "^0.1.3", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.3", "@liskhq/lisk-genesis": "^0.1.0", "@liskhq/lisk-p2p": "^0.6.0", "@liskhq/lisk-passphrase": "^3.0.1", "@liskhq/lisk-transaction-pool": "^0.4.0", - "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-transactions": "^5.0.1", "@liskhq/lisk-tree": "^0.1.0", "@liskhq/lisk-utils": "^0.1.0", "@liskhq/lisk-validator": "^0.5.0", - "lisk-framework": "^0.7.2" + "lisk-framework": "^0.7.3" }, "devDependencies": { "eslint": "7.8.1",