From 3b26c65240f295e57a0aa1e8e9c2f44de0ea6708 Mon Sep 17 00:00:00 2001 From: Manu Nelamane Siddalingegowda Date: Thu, 22 Jul 2021 14:05:19 +0200 Subject: [PATCH] :arrow_up: Bump version --- commander/package.json | 12 +++++------ .../templates/init/package-template.json | 8 ++++---- elements/lisk-api-client/package.json | 4 ++-- elements/lisk-bft/package.json | 4 ++-- elements/lisk-chain/package.json | 2 +- elements/lisk-client/package.json | 4 ++-- elements/lisk-elements/package.json | 10 +++++----- elements/lisk-genesis/package.json | 4 ++-- .../package.json | 6 +++--- .../lisk-framework-faucet-plugin/package.json | 8 ++++---- .../lisk-framework-forger-plugin/package.json | 10 +++++----- .../package.json | 6 +++--- .../package.json | 6 +++--- .../package.json | 8 ++++---- framework/package.json | 10 +++++----- sdk/package.json | 20 +++++++++---------- 16 files changed, 61 insertions(+), 61 deletions(-) diff --git a/commander/package.json b/commander/package.json index 5409a4ace67..936814ea1a4 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "5.1.4-alpha.0", + "version": "5.1.4", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -91,13 +91,13 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-api-client": "^5.1.2", - "@liskhq/lisk-chain": "^0.3.1", - "@liskhq/lisk-client": "^5.1.2", + "@liskhq/lisk-api-client": "^5.1.3", + "@liskhq/lisk-chain": "^0.3.2", + "@liskhq/lisk-client": "^5.1.3", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-db": "^0.2.0", - "@liskhq/lisk-genesis": "^0.2.1", + "@liskhq/lisk-genesis": "^0.2.2", "@liskhq/lisk-passphrase": "^3.1.0", "@liskhq/lisk-transactions": "^5.1.1", "@liskhq/lisk-utils": "^0.2.0", @@ -114,7 +114,7 @@ "cli-table3": "0.6.0", "fs-extra": "9.1.0", "inquirer": "8.0.0", - "lisk-framework": "^0.8.3-alpha.0", + "lisk-framework": "^0.8.3", "listr": "0.14.3", "progress": "2.0.3", "semver": "7.3.5", diff --git a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json index 88aaeef312c..a9dfe3e0e24 100644 --- a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json +++ b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json @@ -98,15 +98,15 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "^0.1.2", - "@liskhq/lisk-framework-faucet-plugin": "^0.1.2", + "@liskhq/lisk-framework-dashboard-plugin": "^0.1.3", + "@liskhq/lisk-framework-faucet-plugin": "^0.1.3", "@oclif/command": "1.8.0", "@oclif/plugin-autocomplete": "0.3.0", "@oclif/plugin-help": "3.2.2", "fs-extra": "9.0.1", "inquirer": "7.3.2", - "lisk-commander": "^5.1.3", - "lisk-sdk": "^5.1.2", + "lisk-commander": "^5.1.4", + "lisk-sdk": "^5.1.3", "tar": "6.0.2", "tslib": "1.13.0", "axios": "0.21.1" diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index 2042a2c3e82..bb1d8eff79a 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.1.2", + "version": "5.1.3", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -45,7 +45,7 @@ "ws": "7.4.6" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-chain": "^0.3.2", "@types/jest": "26.0.21", "@types/jest-when": "2.7.2", "@types/node": "12.20.6", diff --git a/elements/lisk-bft/package.json b/elements/lisk-bft/package.json index 8cd14d4d28f..dbc48cc9e54 100644 --- a/elements/lisk-bft/package.json +++ b/elements/lisk-bft/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-bft", - "version": "0.3.2-alpha.0", + "version": "0.3.2", "description": "Byzantine fault tolerance implementation according to the Lisk protocol", "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-chain": "^0.3.1", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-utils": "^0.2.0", diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index 4665eb66a6e..eb063e77c75 100644 --- a/elements/lisk-chain/package.json +++ b/elements/lisk-chain/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-chain", - "version": "0.3.1", + "version": "0.3.2", "description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index d2ff3c23885..52169128418 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "5.1.2", + "version": "5.1.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,7 +55,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.2", + "@liskhq/lisk-api-client": "^5.1.3", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-passphrase": "^3.1.0", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 04f73f2b5d0..cc341cb9e90 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "5.1.3-alpha.0", + "version": "5.1.3", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,13 +36,13 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.2", - "@liskhq/lisk-bft": "^0.3.2-alpha.0", - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-api-client": "^5.1.3", + "@liskhq/lisk-bft": "^0.3.2", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-db": "^0.2.0", - "@liskhq/lisk-genesis": "^0.2.1", + "@liskhq/lisk-genesis": "^0.2.2", "@liskhq/lisk-p2p": "^0.7.0", "@liskhq/lisk-passphrase": "^3.1.0", "@liskhq/lisk-transaction-pool": "^0.5.0", diff --git a/elements/lisk-genesis/package.json b/elements/lisk-genesis/package.json index bcb80148dee..b7e6801f2d1 100644 --- a/elements/lisk-genesis/package.json +++ b/elements/lisk-genesis/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-genesis", - "version": "0.2.1", + "version": "0.2.2", "description": "Library containing genesis block creation functions according to the Lisk protocol", "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-chain": "^0.3.1", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-utils": "^0.2.0", diff --git a/framework-plugins/lisk-framework-dashboard-plugin/package.json b/framework-plugins/lisk-framework-dashboard-plugin/package.json index 8bc38506373..013e969fbfa 100644 --- a/framework-plugins/lisk-framework-dashboard-plugin/package.json +++ b/framework-plugins/lisk-framework-dashboard-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-dashboard-plugin", - "version": "0.1.3-alpha.0", + "version": "0.1.3", "description": "A plugin for interacting with a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-client": "^5.1.2", + "@liskhq/lisk-client": "^5.1.3", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-utils": "^0.2.0", "express": "4.17.1", "json-format-highlight": "1.0.4", - "lisk-framework": "^0.8.3-alpha.0", + "lisk-framework": "^0.8.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", diff --git a/framework-plugins/lisk-framework-faucet-plugin/package.json b/framework-plugins/lisk-framework-faucet-plugin/package.json index e607baf1e88..0261ac64226 100644 --- a/framework-plugins/lisk-framework-faucet-plugin/package.json +++ b/framework-plugins/lisk-framework-faucet-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-faucet-plugin", - "version": "0.1.3-alpha.0", + "version": "0.1.3", "description": "A plugin for distributing testnet tokens from a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -41,15 +41,15 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.2", - "@liskhq/lisk-client": "^5.1.2", + "@liskhq/lisk-api-client": "^5.1.3", + "@liskhq/lisk-client": "^5.1.3", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-transactions": "^5.1.1", "@liskhq/lisk-utils": "^0.2.0", "@liskhq/lisk-validator": "^0.6.0", "axios": "0.21.1", "express": "4.17.1", - "lisk-framework": "^0.8.3-alpha.0", + "lisk-framework": "^0.8.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0" diff --git a/framework-plugins/lisk-framework-forger-plugin/package.json b/framework-plugins/lisk-framework-forger-plugin/package.json index c8187b3a975..dde022f04f7 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.2.3-alpha.0", + "version": "0.2.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", @@ -38,7 +38,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-db": "^0.2.0", @@ -52,11 +52,11 @@ "express-rate-limit": "5.1.3", "fs-extra": "9.1.0", "ip": "1.1.5", - "lisk-framework": "^0.8.3-alpha.0" + "lisk-framework": "^0.8.3" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.1.2", - "@liskhq/lisk-genesis": "^0.2.1", + "@liskhq/lisk-api-client": "^5.1.3", + "@liskhq/lisk-genesis": "^0.2.2", "@types/cors": "2.8.6", "@types/debug": "4.1.5", "@types/express": "4.17.6", diff --git a/framework-plugins/lisk-framework-http-api-plugin/package.json b/framework-plugins/lisk-framework-http-api-plugin/package.json index 1eae646495e..e7391b66ac3 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.2.3-alpha.0", + "version": "0.2.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", @@ -37,14 +37,14 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-utils": "^0.2.0", "@liskhq/lisk-validator": "^0.6.0", "cors": "2.8.5", "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.8.3-alpha.0" + "lisk-framework": "^0.8.3" }, "devDependencies": { "@liskhq/lisk-cryptography": "^3.1.0", diff --git a/framework-plugins/lisk-framework-monitor-plugin/package.json b/framework-plugins/lisk-framework-monitor-plugin/package.json index b39ba933d76..7fc526c53e8 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.2.3-alpha.0", + "version": "0.2.3", "description": "A plugin for lisk-framework that provides network statistics of the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,7 +37,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-utils": "^0.2.0", @@ -46,7 +46,7 @@ "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.8.3-alpha.0" + "lisk-framework": "^0.8.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 d6a52ed493b..f2f4b68ceaa 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.2.3-alpha.0", + "version": "0.2.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", @@ -38,8 +38,8 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-bft": "^0.3.2-alpha.0", - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-bft": "^0.3.2", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-db": "^0.2.0", @@ -48,7 +48,7 @@ "@liskhq/lisk-validator": "^0.6.0", "debug": "4.3.1", "fs-extra": "9.1.0", - "lisk-framework": "^0.8.3-alpha.0" + "lisk-framework": "^0.8.3" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework/package.json b/framework/package.json index 89da08223b0..3ee81078623 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.8.3-alpha.0", + "version": "0.8.3", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,13 +40,13 @@ "test:functional": "jest --config=./test/functional/jest.config.js --runInBand" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.2", - "@liskhq/lisk-bft": "^0.3.2-alpha.0", - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-api-client": "^5.1.3", + "@liskhq/lisk-bft": "^0.3.2", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-db": "^0.2.0", - "@liskhq/lisk-genesis": "^0.2.1", + "@liskhq/lisk-genesis": "^0.2.2", "@liskhq/lisk-p2p": "^0.7.0", "@liskhq/lisk-transaction-pool": "^0.5.0", "@liskhq/lisk-transactions": "^5.1.1", diff --git a/sdk/package.json b/sdk/package.json index edb23cc58b1..c51ec6fe8ad 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "5.1.3-alpha.0", + "version": "5.1.3", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -29,17 +29,17 @@ "build": "tsc" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.1.2", - "@liskhq/lisk-bft": "^0.3.2-alpha.0", - "@liskhq/lisk-chain": "^0.3.1", + "@liskhq/lisk-api-client": "^5.1.3", + "@liskhq/lisk-bft": "^0.3.2", + "@liskhq/lisk-chain": "^0.3.2", "@liskhq/lisk-codec": "^0.2.0", "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-db": "^0.2.0", - "@liskhq/lisk-framework-forger-plugin": "^0.2.3-alpha.0", - "@liskhq/lisk-framework-http-api-plugin": "^0.2.3-alpha.0", - "@liskhq/lisk-framework-monitor-plugin": "^0.2.3-alpha.0", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.2.3-alpha.0", - "@liskhq/lisk-genesis": "^0.2.1", + "@liskhq/lisk-framework-forger-plugin": "^0.2.3", + "@liskhq/lisk-framework-http-api-plugin": "^0.2.3", + "@liskhq/lisk-framework-monitor-plugin": "^0.2.3", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.2.3", + "@liskhq/lisk-genesis": "^0.2.2", "@liskhq/lisk-p2p": "^0.7.0", "@liskhq/lisk-passphrase": "^3.1.0", "@liskhq/lisk-transaction-pool": "^0.5.0", @@ -47,7 +47,7 @@ "@liskhq/lisk-tree": "^0.2.0", "@liskhq/lisk-utils": "^0.2.0", "@liskhq/lisk-validator": "^0.6.0", - "lisk-framework": "^0.8.3-alpha.0" + "lisk-framework": "^0.8.3" }, "devDependencies": { "eslint": "7.22.0",