From 6cff472a44a82ab4d6d0b65f0d28462056010834 Mon Sep 17 00:00:00 2001 From: Shusetsu Toda Date: Fri, 17 Jan 2020 13:40:04 +0100 Subject: [PATCH] :arrow_up: Bump Version --- commander/package-lock.json | 2 +- commander/package.json | 14 +++++++------- elements/README.md | 18 +++++++++--------- elements/lisk-api-client/package-lock.json | 2 +- elements/lisk-api-client/package.json | 2 +- elements/lisk-client/README.md | 10 +++++----- elements/lisk-client/package-lock.json | 2 +- elements/lisk-client/package.json | 12 ++++++------ elements/lisk-constants/package-lock.json | 2 +- elements/lisk-constants/package.json | 2 +- elements/lisk-cryptography/package-lock.json | 2 +- elements/lisk-cryptography/package.json | 2 +- elements/lisk-elements/README.md | 18 +++++++++--------- elements/lisk-elements/package-lock.json | 2 +- elements/lisk-elements/package.json | 12 ++++++------ elements/lisk-p2p/package-lock.json | 2 +- elements/lisk-p2p/package.json | 4 ++-- elements/lisk-passphrase/package-lock.json | 2 +- elements/lisk-passphrase/package.json | 2 +- .../lisk-transaction-pool/package-lock.json | 2 +- elements/lisk-transaction-pool/package.json | 4 ++-- elements/lisk-transactions/package-lock.json | 2 +- elements/lisk-transactions/package.json | 6 +++--- elements/lisk-validator/package-lock.json | 2 +- elements/lisk-validator/package.json | 4 ++-- framework/package-lock.json | 2 +- framework/package.json | 14 +++++++------- sdk/package-lock.json | 2 +- sdk/package.json | 10 +++++----- 29 files changed, 80 insertions(+), 80 deletions(-) diff --git a/commander/package-lock.json b/commander/package-lock.json index a509e547257..cc1a1dc98b7 100644 --- a/commander/package-lock.json +++ b/commander/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "3.0.0-alpha.3", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/commander/package.json b/commander/package.json index b86de13140a..b7038227468 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "3.0.0-alpha.3", + "version": "3.0.0", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -99,12 +99,12 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-api-client": "3.0.0-alpha.1", - "@liskhq/lisk-constants": "1.3.0-alpha.1", - "@liskhq/lisk-cryptography": "2.4.0-alpha.2", - "@liskhq/lisk-passphrase": "3.0.0-alpha.1", - "@liskhq/lisk-transactions": "3.0.0-alpha.1", - "@liskhq/lisk-validator": "0.3.0-alpha.1", + "@liskhq/lisk-api-client": "3.0.0", + "@liskhq/lisk-constants": "1.3.0", + "@liskhq/lisk-cryptography": "2.4.0", + "@liskhq/lisk-passphrase": "3.0.0", + "@liskhq/lisk-transactions": "3.0.0", + "@liskhq/lisk-validator": "0.3.0", "@oclif/command": "1.5.6", "@oclif/config": "1.9.0", "@oclif/errors": "1.2.2", diff --git a/elements/README.md b/elements/README.md index a3bc7be04d9..6878054d31e 100644 --- a/elements/README.md +++ b/elements/README.md @@ -14,15 +14,15 @@ Lisk Elements supports the modular architecture of the Lisk SDK, where libraries | Package | Version | Description | | ---------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------ | -| [lisk-elements](/elements/lisk-elements) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything | -| [@liskhq/lisk-client](/elements/lisk-client) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network | -| [@liskhq/lisk-api-client](/elements/lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network | -| [@liskhq/lisk-constants](/elements/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software | -| [@liskhq/lisk-cryptography](/elements/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software | -| [@liskhq/lisk-passphrase](/elements/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software | -| [@liskhq/lisk-transactions](/elements/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol | -| [@liskhq/lisk-transaction-pool](/elements/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network | -| [@liskhq/lisk-p2p](/elements/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.3.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol | +| [lisk-elements](/packages/lisk-elements) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything | +| [@liskhq/lisk-client](/packages/lisk-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network | +| [@liskhq/lisk-api-client](/packages/lisk-api-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network | +| [@liskhq/lisk-constants](/packages/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software | +| [@liskhq/lisk-cryptography](/packages/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software | +| [@liskhq/lisk-passphrase](/packages/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software | +| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol | +| [@liskhq/lisk-transaction-pool](/packages/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network | +| [@liskhq/lisk-p2p](/packages/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol | ## Installation diff --git a/elements/lisk-api-client/package-lock.json b/elements/lisk-api-client/package-lock.json index 1e4fa4c55f0..35b6ca33b91 100644 --- a/elements/lisk-api-client/package-lock.json +++ b/elements/lisk-api-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-api-client", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index 6fc50a7083d..93e231955fc 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": "3.0.0-alpha.1", + "version": "3.0.0", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-client/README.md b/elements/lisk-client/README.md index 9b517237fb0..4b177a1a99b 100644 --- a/elements/lisk-client/README.md +++ b/elements/lisk-client/README.md @@ -50,11 +50,11 @@ Or minified: | Package | Version | Description | | -------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------ | -| [@liskhq/lisk-api-client](../lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network | -| [@liskhq/lisk-constants](../lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software | -| [@liskhq/lisk-cryptography](../lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software | -| [@liskhq/lisk-passphrase](../lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software | -| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol | +| [@liskhq/lisk-api-client](../lisk-api-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network | +| [@liskhq/lisk-constants](../lisk-constants) | [![](https://img.shields.io/badge/npm-v1.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software | +| [@liskhq/lisk-cryptography](../lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software | +| [@liskhq/lisk-passphrase](../lisk-passphrase) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software | +| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol | ## License diff --git a/elements/lisk-client/package-lock.json b/elements/lisk-client/package-lock.json index af867e9995e..0f78c14dff7 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.0-alpha.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index 440f1651565..f019da7b471 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "3.0.0-alpha.2", + "version": "3.0.0", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -59,11 +59,11 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "3.0.0-alpha.1", - "@liskhq/lisk-constants": "1.3.0-alpha.1", - "@liskhq/lisk-cryptography": "2.4.0-alpha.2", - "@liskhq/lisk-passphrase": "3.0.0-alpha.1", - "@liskhq/lisk-transactions": "3.0.0-alpha.1", + "@liskhq/lisk-api-client": "3.0.0", + "@liskhq/lisk-constants": "1.3.0", + "@liskhq/lisk-cryptography": "2.4.0", + "@liskhq/lisk-passphrase": "3.0.0", + "@liskhq/lisk-transactions": "3.0.0", "@types/node": "12.12.11" }, "devDependencies": { diff --git a/elements/lisk-constants/package-lock.json b/elements/lisk-constants/package-lock.json index a7e136adbaa..d4a0c2fbaa5 100644 --- a/elements/lisk-constants/package-lock.json +++ b/elements/lisk-constants/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-constants", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-constants/package.json b/elements/lisk-constants/package.json index 16c9e650efc..e899ad0e629 100644 --- a/elements/lisk-constants/package.json +++ b/elements/lisk-constants/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-constants", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "description": "General constants for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-cryptography/package-lock.json b/elements/lisk-cryptography/package-lock.json index 3076c73319f..b209436ab9b 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.0-alpha.2", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 44b44f4fa60..dccc279ae6d 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "2.4.0-alpha.2", + "version": "2.4.0", "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/README.md b/elements/lisk-elements/README.md index d01dad6bb75..9ca852ddcfd 100644 --- a/elements/lisk-elements/README.md +++ b/elements/lisk-elements/README.md @@ -81,15 +81,15 @@ Full documentation can be found on the [Lisk documentation site][]. | Package | Version | Description | | ---------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------ | -| [lisk-elements](/packages/lisk-elements) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything | -| [@liskhq/lisk-client](/packages/lisk-client) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network | -| [@liskhq/lisk-api-client](/packages/lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network | -| [@liskhq/lisk-constants](/packages/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software | -| [@liskhq/lisk-cryptography](/packages/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software | -| [@liskhq/lisk-passphrase](/packages/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software | -| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol | -| [@liskhq/lisk-transaction-pool](/packages/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network | -| [@liskhq/lisk-p2p](/packages/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol | +| [lisk-elements](/packages/lisk-elements) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything | +| [@liskhq/lisk-client](/packages/lisk-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network | +| [@liskhq/lisk-api-client](/packages/lisk-api-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network | +| [@liskhq/lisk-constants](/packages/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software | +| [@liskhq/lisk-cryptography](/packages/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software | +| [@liskhq/lisk-passphrase](/packages/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software | +| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol | +| [@liskhq/lisk-transaction-pool](/packages/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network | +| [@liskhq/lisk-p2p](/packages/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol | ## Tests diff --git a/elements/lisk-elements/package-lock.json b/elements/lisk-elements/package-lock.json index 225d71d3059..dd0fa2274ea 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.0-alpha.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 76a63ef1f3a..a2bee385a56 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "3.0.0-alpha.2", + "version": "3.0.0", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -59,11 +59,11 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "3.0.0-alpha.1", - "@liskhq/lisk-constants": "1.3.0-alpha.1", - "@liskhq/lisk-cryptography": "2.4.0-alpha.2", - "@liskhq/lisk-passphrase": "3.0.0-alpha.1", - "@liskhq/lisk-transactions": "3.0.0-alpha.1", + "@liskhq/lisk-api-client": "3.0.0", + "@liskhq/lisk-constants": "1.3.0", + "@liskhq/lisk-cryptography": "2.4.0", + "@liskhq/lisk-passphrase": "3.0.0", + "@liskhq/lisk-transactions": "3.0.0", "@types/node": "12.12.11" }, "devDependencies": { diff --git a/elements/lisk-p2p/package-lock.json b/elements/lisk-p2p/package-lock.json index ae2ff435335..d1a2737ee76 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.0-alpha.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index d6d02fcf046..39fd52cf974 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.4.0-alpha.0", + "version": "0.4.0", "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.0-alpha.2", + "@liskhq/lisk-cryptography": "2.4.0", "lodash.shuffle": "4.2.0", "semver": "5.6.0", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-passphrase/package-lock.json b/elements/lisk-passphrase/package-lock.json index d752ef509c3..c00bad3190a 100644 --- a/elements/lisk-passphrase/package-lock.json +++ b/elements/lisk-passphrase/package-lock.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-passphrase", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-passphrase/package.json b/elements/lisk-passphrase/package.json index 50acc030954..67330633c3a 100644 --- a/elements/lisk-passphrase/package.json +++ b/elements/lisk-passphrase/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-passphrase", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "description": "Mnemonic passphrase helpers for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-transaction-pool/package-lock.json b/elements/lisk-transaction-pool/package-lock.json index 657fa3038af..9b99dd5b0be 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.0-alpha.2", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-transaction-pool/package.json b/elements/lisk-transaction-pool/package.json index 76af24c9e1e..1d8021a4d43 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.0-alpha.2", + "version": "0.2.0", "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.0-alpha.2" + "@liskhq/lisk-cryptography": "2.4.0" } } diff --git a/elements/lisk-transactions/package-lock.json b/elements/lisk-transactions/package-lock.json index cb246380af1..916d35c612f 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.0-alpha.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index d7a0f68fcd3..ff9ce3605be 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "3.0.0-alpha.1", + "version": "3.0.0", "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.0-alpha.2", - "@liskhq/lisk-validator": "0.3.0-alpha.1", + "@liskhq/lisk-cryptography": "2.4.0", + "@liskhq/lisk-validator": "0.3.0", "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 98f066562fe..3d4ab9f0935 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.0-alpha.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/elements/lisk-validator/package.json b/elements/lisk-validator/package.json index 886c8904141..747f474226d 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.3.0-alpha.1", + "version": "0.3.0", "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.0-alpha.2", + "@liskhq/lisk-cryptography": "2.4.0", "@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 d9b6b0d509f..955cb047050 100644 --- a/framework/package-lock.json +++ b/framework/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.5.0-alpha.4", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/framework/package.json b/framework/package.json index bd4f8f5670f..5eeb390fcbe 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.5.0-alpha.4", + "version": "0.5.0", "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.0-alpha.2", - "@liskhq/lisk-p2p": "0.4.0-alpha.0", - "@liskhq/lisk-transaction-pool": "0.2.0-alpha.2", - "@liskhq/lisk-transactions": "3.0.0-alpha.1", - "@liskhq/lisk-validator": "0.3.0-alpha.1", + "@liskhq/lisk-cryptography": "2.4.0", + "@liskhq/lisk-p2p": "0.4.0", + "@liskhq/lisk-transaction-pool": "0.2.0", + "@liskhq/lisk-transactions": "3.0.0", + "@liskhq/lisk-validator": "0.3.0", "ajv": "6.7.0", "ajv-keywords": "3.4.0", "async": "2.6.1", @@ -88,7 +88,7 @@ "z-schema": "3.24.2" }, "devDependencies": { - "@liskhq/lisk-passphrase": "3.0.0-alpha.1", + "@liskhq/lisk-passphrase": "3.0.0", "chai": "4.2.0", "chai-as-promised": "7.1.1", "co-mocha": "1.2.2", diff --git a/sdk/package-lock.json b/sdk/package-lock.json index 9c6e003934e..7ed8c725555 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "3.0.0-alpha.4", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sdk/package.json b/sdk/package.json index d799600f72d..c7f464a7460 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "3.0.0-alpha.4", + "version": "3.0.0", "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.0-alpha.2", - "@liskhq/lisk-transactions": "3.0.0-alpha.1", - "@liskhq/lisk-validator": "0.3.0-alpha.1", - "lisk-framework": "0.5.0-alpha.4" + "@liskhq/lisk-cryptography": "2.4.0", + "@liskhq/lisk-transactions": "3.0.0", + "@liskhq/lisk-validator": "0.3.0", + "lisk-framework": "0.5.0" } }