diff --git a/elements/lisk-bft/package.json b/elements/lisk-bft/package.json index 59e50293b3a..20bce8217e9 100644 --- a/elements/lisk-bft/package.json +++ b/elements/lisk-bft/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-bft", - "version": "0.2.1-alpha.0", + "version": "0.2.1", "description": "Byzantine fault tolerance implementation 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 4e7e5510a41..0ab3b3226c9 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-alpha.0", + "version": "5.0.2", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 08205f13c20..ef633b81d31 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "5.0.2-alpha.0", + "version": "5.0.2", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,7 +37,7 @@ }, "dependencies": { "@liskhq/lisk-api-client": "^5.0.1", - "@liskhq/lisk-bft": "^0.2.1-alpha.0", + "@liskhq/lisk-bft": "^0.2.1", "@liskhq/lisk-chain": "^0.2.0", "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", diff --git a/framework-plugins/lisk-framework-forger-plugin/package.json b/framework-plugins/lisk-framework-forger-plugin/package.json index eb4c2b34ea3..4a648934a54 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.1", + "version": "0.1.2", "description": "A plugin for lisk-framework that monitors configured delegates forging activity and voters information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -52,7 +52,7 @@ "express-rate-limit": "5.1.3", "fs-extra": "9.0.0", "ip": "1.1.5", - "lisk-framework": "^0.7.2-alpha.0" + "lisk-framework": "^0.7.2" }, "devDependencies": { "@liskhq/lisk-api-client": "^5.0.1", diff --git a/framework-plugins/lisk-framework-http-api-plugin/package.json b/framework-plugins/lisk-framework-http-api-plugin/package.json index 08c1901056b..5f7ae11f5d8 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.1", + "version": "0.1.2", "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,7 +44,7 @@ "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.7.2-alpha.0" + "lisk-framework": "^0.7.2" }, "devDependencies": { "@liskhq/lisk-cryptography": "^3.0.0", diff --git a/framework-plugins/lisk-framework-monitor-plugin/package.json b/framework-plugins/lisk-framework-monitor-plugin/package.json index 7e019040679..b70aab87e76 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.1", + "version": "0.1.2", "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-alpha.0" + "lisk-framework": "^0.7.2" }, "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 df81194b32a..3d982b7a1de 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.1", + "version": "0.1.2", "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,7 +38,7 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-bft": "^0.2.1-alpha.0", + "@liskhq/lisk-bft": "^0.2.1", "@liskhq/lisk-chain": "^0.2.0", "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", @@ -48,7 +48,7 @@ "@liskhq/lisk-validator": "^0.5.0", "debug": "4.1.1", "fs-extra": "9.0.0", - "lisk-framework": "^0.7.2-alpha.0" + "lisk-framework": "^0.7.2" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework/package.json b/framework/package.json index d4ae1bd4bc3..2d266e98aec 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.7.2-alpha.0", + "version": "0.7.2", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "test:functional": "jest --config=./test/functional/jest.config.js --runInBand" }, "dependencies": { - "@liskhq/lisk-bft": "^0.2.1-alpha.0", + "@liskhq/lisk-bft": "^0.2.1", "@liskhq/lisk-chain": "^0.2.0", "@liskhq/lisk-codec": "^0.1.0", "@liskhq/lisk-cryptography": "^3.0.0", diff --git a/sdk/package.json b/sdk/package.json index 85d543864dc..d251942a96d 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "5.0.2-alpha.0", + "version": "5.0.2", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -30,15 +30,15 @@ }, "dependencies": { "@liskhq/lisk-api-client": "^5.0.1", - "@liskhq/lisk-bft": "^0.2.1-alpha.0", + "@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.1", - "@liskhq/lisk-framework-http-api-plugin": "^0.1.1", - "@liskhq/lisk-framework-monitor-plugin": "^0.1.1", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.1", + "@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-genesis": "^0.1.0", "@liskhq/lisk-p2p": "^0.6.0", "@liskhq/lisk-passphrase": "^3.0.1", @@ -47,7 +47,7 @@ "@liskhq/lisk-tree": "^0.1.0", "@liskhq/lisk-utils": "^0.1.0", "@liskhq/lisk-validator": "^0.5.0", - "lisk-framework": "^0.7.2-alpha.0" + "lisk-framework": "^0.7.2" }, "devDependencies": { "eslint": "7.8.1",