Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
⬆️ Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuGowda committed May 6, 2021
1 parent 01a0de4 commit 3a1be1e
Show file tree
Hide file tree
Showing 21 changed files with 117 additions and 143 deletions.
6 changes: 3 additions & 3 deletions commander/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-commander",
"version": "5.0.2-alpha.0",
"version": "5.0.2",
"description": "A command line interface for Lisk",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -71,9 +71,9 @@
"/docs"
],
"dependencies": {
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-passphrase": "^3.0.1",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2",
"@oclif/command": "1.5.19",
"@oclif/config": "1.14.0",
"@oclif/errors": "1.2.2",
Expand Down
10 changes: 5 additions & 5 deletions elements/lisk-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-api-client",
"version": "5.0.4-alpha.0",
"version": "5.0.4",
"description": "An API client for the Lisk network",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,16 +36,16 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-transactions": "^5.0.3-alpha.0",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-transactions": "^5.0.3",
"isomorphic-ws": "4.0.1",
"pm2-axon": "4.0.0",
"pm2-axon-rpc": "0.6.0",
"ws": "7.4.0"
},
"devDependencies": {
"@liskhq/lisk-chain": "^0.2.2-alpha.0",
"@liskhq/lisk-chain": "^0.2.2",
"@types/jest": "26.0.13",
"@types/jest-when": "2.7.1",
"@types/node": "12.12.11",
Expand Down
10 changes: 5 additions & 5 deletions elements/lisk-bft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-bft",
"version": "0.2.3-alpha.0",
"version": "0.2.3",
"description": "Byzantine fault tolerance implementation according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,11 +36,11 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-chain": "^0.2.2-alpha.0",
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-chain": "^0.2.2",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2",
"@types/node": "12.12.11",
"debug": "4.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions elements/lisk-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-chain",
"version": "0.2.2-alpha.0",
"version": "0.2.2",
"description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,12 +36,12 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-db": "^0.1.0",
"@liskhq/lisk-tree": "^0.1.2-alpha.0",
"@liskhq/lisk-tree": "^0.1.2",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2",
"debug": "4.1.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions elements/lisk-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-client",
"version": "5.0.5-alpha.0",
"version": "5.0.5",
"description": "A default set of Elements for use by clients of the Lisk network",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -55,14 +55,14 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.0.4-alpha.0",
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-api-client": "^5.0.4",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-passphrase": "^3.0.1",
"@liskhq/lisk-transactions": "^5.0.3-alpha.0",
"@liskhq/lisk-tree": "^0.1.2-alpha.0",
"@liskhq/lisk-transactions": "^5.0.3",
"@liskhq/lisk-tree": "^0.1.2",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2",
"buffer": "6.0.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-codec",
"version": "0.1.2-alpha.0",
"version": "0.1.2",
"description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0"
"@liskhq/lisk-validator": "^0.5.2"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-cryptography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-cryptography",
"version": "3.0.2-alpha.0",
"version": "3.0.2",
"description": "General cryptographic functions for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
24 changes: 12 additions & 12 deletions elements/lisk-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-elements",
"version": "5.0.5-alpha.0",
"version": "5.0.5",
"description": "Elements for building blockchain applications in the Lisk network",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,20 +36,20 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.0.4-alpha.0",
"@liskhq/lisk-bft": "^0.2.3-alpha.0",
"@liskhq/lisk-chain": "^0.2.2-alpha.0",
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-api-client": "^5.0.4",
"@liskhq/lisk-bft": "^0.2.3",
"@liskhq/lisk-chain": "^0.2.2",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-db": "^0.1.0",
"@liskhq/lisk-genesis": "^0.1.2-alpha.0",
"@liskhq/lisk-p2p": "^0.6.2-alpha.0",
"@liskhq/lisk-genesis": "^0.1.2",
"@liskhq/lisk-p2p": "^0.6.2",
"@liskhq/lisk-passphrase": "^3.0.1",
"@liskhq/lisk-transaction-pool": "^0.4.2-alpha.0",
"@liskhq/lisk-transactions": "^5.0.3-alpha.0",
"@liskhq/lisk-tree": "^0.1.2-alpha.0",
"@liskhq/lisk-transaction-pool": "^0.4.2",
"@liskhq/lisk-transactions": "^5.0.3",
"@liskhq/lisk-tree": "^0.1.2",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0"
"@liskhq/lisk-validator": "^0.5.2"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
10 changes: 5 additions & 5 deletions elements/lisk-genesis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-genesis",
"version": "0.1.2-alpha.0",
"version": "0.1.2",
"description": "Library containing genesis block creation functions according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,11 +36,11 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-chain": "^0.2.2-alpha.0",
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-chain": "^0.2.2",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2",
"lodash.clonedeep": "4.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions elements/lisk-p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-p2p",
"version": "0.6.2-alpha.0",
"version": "0.6.2",
"description": "Unstructured P2P library for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,9 +42,9 @@
"disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19"
},
"dependencies": {
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-validator": "^0.5.2",
"lodash.shuffle": "4.2.0",
"semver": "7.1.3",
"socketcluster-client": "14.3.1",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-transaction-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-transaction-pool",
"version": "0.4.2-alpha.0",
"version": "0.4.2",
"description": "Transaction pool library for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-utils": "^0.1.0",
"debug": "4.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions elements/lisk-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-transactions",
"version": "5.0.3-alpha.0",
"version": "5.0.3",
"description": "Utility functions related to transactions according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,9 +36,9 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0"
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-validator": "^0.5.2"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-tree",
"version": "0.1.2-alpha.0",
"version": "0.1.2",
"description": "Library containing Merkle tree implementations for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-utils": "^0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-validator",
"version": "0.5.2-alpha.0",
"version": "0.5.2",
"description": "Validation library according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2",
"@types/node": "12.12.11",
"@types/semver": "7.1.0",
"@types/validator": "12.0.1",
Expand Down
18 changes: 9 additions & 9 deletions framework-plugins/lisk-framework-forger-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-forger-plugin",
"version": "0.1.5-alpha.0",
"version": "0.1.5",
"description": "A plugin for lisk-framework that monitors configured delegates forging activity and voters information.",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,25 +38,25 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-chain": "^0.2.2-alpha.0",
"@liskhq/lisk-codec": "^0.1.2-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-chain": "^0.2.2",
"@liskhq/lisk-codec": "^0.1.2",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-db": "^0.1.0",
"@liskhq/lisk-transactions": "^5.0.3-alpha.0",
"@liskhq/lisk-transactions": "^5.0.3",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2",
"axios": "0.21.1",
"cors": "2.8.5",
"debug": "4.1.1",
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"fs-extra": "9.0.0",
"ip": "1.1.5",
"lisk-framework": "^0.7.5-alpha.0"
"lisk-framework": "^0.7.5"
},
"devDependencies": {
"@liskhq/lisk-api-client": "^5.0.4-alpha.0",
"@liskhq/lisk-genesis": "^0.1.2-alpha.0",
"@liskhq/lisk-api-client": "^5.0.4",
"@liskhq/lisk-genesis": "^0.1.2",
"@types/cors": "2.8.6",
"@types/debug": "4.1.5",
"@types/express": "4.17.6",
Expand Down
12 changes: 6 additions & 6 deletions framework-plugins/lisk-framework-http-api-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-http-api-plugin",
"version": "0.1.5-alpha.0",
"version": "0.1.5",
"description": "A plugin for lisk-framework that provides basic HTTP API endpoints to get running node information.",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,18 +37,18 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-chain": "^0.2.2-alpha.0",
"@liskhq/lisk-chain": "^0.2.2",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.2-alpha.0",
"@liskhq/lisk-validator": "^0.5.2",
"cors": "2.8.5",
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"ip": "1.1.5",
"lisk-framework": "^0.7.5-alpha.0"
"lisk-framework": "^0.7.5"
},
"devDependencies": {
"@liskhq/lisk-cryptography": "^3.0.2-alpha.0",
"@liskhq/lisk-transactions": "^5.0.3-alpha.0",
"@liskhq/lisk-cryptography": "^3.0.2",
"@liskhq/lisk-transactions": "^5.0.3",
"@types/cors": "2.8.6",
"@types/express": "4.17.6",
"@types/express-rate-limit": "5.0.0",
Expand Down
Loading

0 comments on commit 3a1be1e

Please sign in to comment.