diff --git a/commander/package-lock.json b/commander/package-lock.json index ee818cada2f..79f0ae4d958 100644 --- a/commander/package-lock.json +++ b/commander/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/commander/package.json b/commander/package.json index 95cc150a95a..03669934645 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -101,10 +101,10 @@ "dependencies": { "@liskhq/lisk-api-client": "3.0.1", "@liskhq/lisk-constants": "1.3.0", - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", + "@liskhq/lisk-cryptography": "2.4.2", "@liskhq/lisk-passphrase": "3.0.0", - "@liskhq/lisk-transactions": "3.0.2-alpha.1", - "@liskhq/lisk-validator": "0.3.1-alpha.1", + "@liskhq/lisk-transactions": "3.0.2", + "@liskhq/lisk-validator": "0.3.1", "@oclif/command": "1.5.6", "@oclif/config": "1.9.0", "@oclif/errors": "1.2.2", diff --git a/elements/lisk-client/package-lock.json b/elements/lisk-client/package-lock.json index 48afc3fcbc5..554fd1547c5 100644 --- a/elements/lisk-client/package-lock.json +++ b/elements/lisk-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index e433b8486a0..9090c343326 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "3.0.2-alpha.1", + "version": "3.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", @@ -61,9 +61,9 @@ "dependencies": { "@liskhq/lisk-api-client": "3.0.1", "@liskhq/lisk-constants": "1.3.0", - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", + "@liskhq/lisk-cryptography": "2.4.2", "@liskhq/lisk-passphrase": "3.0.0", - "@liskhq/lisk-transactions": "3.0.2-alpha.1", + "@liskhq/lisk-transactions": "3.0.2", "@types/node": "12.12.11" }, "devDependencies": { diff --git a/elements/lisk-cryptography/package-lock.json b/elements/lisk-cryptography/package-lock.json index cf7dd5e4bbc..e12fa31fb2c 100644 --- a/elements/lisk-cryptography/package-lock.json +++ b/elements/lisk-cryptography/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "2.4.2-alpha.1", + "version": "2.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 6e895be9018..1fd41836554 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "2.4.2-alpha.1", + "version": "2.4.2", "description": "General cryptographic functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-elements/package-lock.json b/elements/lisk-elements/package-lock.json index 3114c60ceb1..aa9e2ee3891 100644 --- a/elements/lisk-elements/package-lock.json +++ b/elements/lisk-elements/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 765422e18ba..8359b8b4d97 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -61,12 +61,12 @@ "dependencies": { "@liskhq/lisk-api-client": "3.0.1", "@liskhq/lisk-constants": "1.3.0", - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", - "@liskhq/lisk-p2p": "0.4.2-alpha.1", + "@liskhq/lisk-cryptography": "2.4.2", + "@liskhq/lisk-p2p": "0.4.2", "@liskhq/lisk-passphrase": "3.0.0", - "@liskhq/lisk-transaction-pool": "0.2.1-alpha.1", - "@liskhq/lisk-transactions": "3.0.2-alpha.1", - "@liskhq/lisk-validator": "0.3.1-alpha.1", + "@liskhq/lisk-transaction-pool": "0.2.1", + "@liskhq/lisk-transactions": "3.0.2", + "@liskhq/lisk-validator": "0.3.1", "@types/node": "12.12.11" }, "devDependencies": { diff --git a/elements/lisk-p2p/package-lock.json b/elements/lisk-p2p/package-lock.json index 22375ee46a4..05dadc23407 100644 --- a/elements/lisk-p2p/package-lock.json +++ b/elements/lisk-p2p/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.4.2-alpha.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index ee8e6c60462..24d31f5fbef 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.4.2-alpha.1", + "version": "0.4.2", "description": "Unstructured P2P library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -55,7 +55,7 @@ "disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19" }, "dependencies": { - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", + "@liskhq/lisk-cryptography": "2.4.2", "lodash.shuffle": "4.2.0", "semver": "5.6.0", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-transaction-pool/package-lock.json b/elements/lisk-transaction-pool/package-lock.json index c2d56d9d38d..45b7a5de8f2 100644 --- a/elements/lisk-transaction-pool/package-lock.json +++ b/elements/lisk-transaction-pool/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transaction-pool", - "version": "0.2.1-alpha.1", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-transaction-pool/package.json b/elements/lisk-transaction-pool/package.json index ccf5d2e0da8..93be70472a5 100644 --- a/elements/lisk-transaction-pool/package.json +++ b/elements/lisk-transaction-pool/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transaction-pool", - "version": "0.2.1-alpha.1", + "version": "0.2.1", "description": "Transaction pool library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -64,6 +64,6 @@ "typescript": "3.7.2" }, "dependencies": { - "@liskhq/lisk-cryptography": "2.4.2-alpha.1" + "@liskhq/lisk-cryptography": "2.4.2" } } diff --git a/elements/lisk-transactions/package-lock.json b/elements/lisk-transactions/package-lock.json index ffe959549c1..d4d99fa942a 100644 --- a/elements/lisk-transactions/package-lock.json +++ b/elements/lisk-transactions/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index f70a656d9c1..2260aee17b9 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "description": "Everything related to transactions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -58,8 +58,8 @@ }, "dependencies": { "@liskhq/bignum": "1.3.1", - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", - "@liskhq/lisk-validator": "0.3.1-alpha.1", + "@liskhq/lisk-cryptography": "2.4.2", + "@liskhq/lisk-validator": "0.3.1", "ajv": "6.8.1", "ajv-merge-patch": "4.1.0" }, diff --git a/elements/lisk-validator/package-lock.json b/elements/lisk-validator/package-lock.json index 1f7d917f91a..20b0d007096 100644 --- a/elements/lisk-validator/package-lock.json +++ b/elements/lisk-validator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.3.1-alpha.1", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-validator/package.json b/elements/lisk-validator/package.json index 25cac8330e7..340e61bed01 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.3.1-alpha.1", + "version": "0.3.1", "description": "Validation library according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -61,7 +61,7 @@ }, "dependencies": { "@liskhq/bignum": "1.3.1", - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", + "@liskhq/lisk-cryptography": "2.4.2", "@types/node": "12.12.11", "@types/semver": "5.5.0", "@types/validator": "10.9.0", diff --git a/framework/package-lock.json b/framework/package-lock.json index 81977861e18..86c88ed4442 100644 --- a/framework/package-lock.json +++ b/framework/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.5.2-alpha.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/framework/package.json b/framework/package.json index 6d3e238aa46..786bca40dc9 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.5.2-alpha.1", + "version": "0.5.2", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -47,11 +47,11 @@ }, "dependencies": { "@liskhq/bignum": "1.3.1", - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", - "@liskhq/lisk-p2p": "0.4.2-alpha.1", - "@liskhq/lisk-transaction-pool": "0.2.1-alpha.1", - "@liskhq/lisk-transactions": "3.0.2-alpha.1", - "@liskhq/lisk-validator": "0.3.1-alpha.1", + "@liskhq/lisk-cryptography": "2.4.2", + "@liskhq/lisk-p2p": "0.4.2", + "@liskhq/lisk-transaction-pool": "0.2.1", + "@liskhq/lisk-transactions": "3.0.2", + "@liskhq/lisk-validator": "0.3.1", "ajv": "6.7.0", "ajv-keywords": "3.4.0", "async": "2.6.1", diff --git a/sdk/package-lock.json b/sdk/package-lock.json index b89317f7b92..86c45e7d2de 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sdk/package.json b/sdk/package.json index 2e8681677c7..d717a1834af 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "3.0.2-alpha.1", + "version": "3.0.2", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -23,9 +23,9 @@ "main": "src/index.js", "dependencies": { "@liskhq/bignum": "1.3.1", - "@liskhq/lisk-cryptography": "2.4.2-alpha.1", - "@liskhq/lisk-transactions": "3.0.2-alpha.1", - "@liskhq/lisk-validator": "0.3.1-alpha.1", - "lisk-framework": "0.5.2-alpha.1" + "@liskhq/lisk-cryptography": "2.4.2", + "@liskhq/lisk-transactions": "3.0.2", + "@liskhq/lisk-validator": "0.3.1", + "lisk-framework": "0.5.2" } }