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
shuse2 committed Nov 30, 2020
1 parent 13073ab commit eebe4d6
Show file tree
Hide file tree
Showing 25 changed files with 159 additions and 163 deletions.
4 changes: 2 additions & 2 deletions commander/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Upon successful completion, NPM will add the `lisk-commander` executable `lisk`
$ lisk COMMAND
running command...
$ lisk (-v|--version|version)
lisk-commander/5.0.0 darwin-x64 node-v12.18.3
lisk-commander/5.0.0 darwin-x64 node-v12.20.0
$ lisk --help [COMMAND]
A command line interface for Lisk

VERSION
lisk-commander/5.0.0 darwin-x64 node-v12.18.3
lisk-commander/5.0.0 darwin-x64 node-v12.20.0

USAGE
$ lisk [COMMAND]
Expand Down
8 changes: 4 additions & 4 deletions commander/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-commander",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"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.0-alpha.4",
"@liskhq/lisk-passphrase": "^3.0.1-alpha.0",
"@liskhq/lisk-validator": "^0.5.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-passphrase": "^3.0.1",
"@liskhq/lisk-validator": "^0.5.0",
"@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.0-alpha.4",
"version": "5.0.0",
"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.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-transactions": "^5.0.0-alpha.4",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-transactions": "^5.0.0",
"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.0-alpha.5",
"@liskhq/lisk-chain": "^0.2.0",
"@types/jest": "26.0.13",
"@types/jest-when": "2.7.1",
"@types/node": "12.12.11",
Expand Down
12 changes: 6 additions & 6 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.0-alpha.4",
"version": "0.2.0",
"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.0-alpha.5",
"@liskhq/lisk-codec": "^0.1.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-utils": "^0.1.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4",
"@liskhq/lisk-chain": "^0.2.0",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.0",
"@types/node": "12.12.11",
"debug": "4.1.1"
},
Expand Down
16 changes: 8 additions & 8 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.0-alpha.5",
"version": "0.2.0",
"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,16 +36,16 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-codec": "^0.1.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-db": "^0.1.0-alpha.0",
"@liskhq/lisk-tree": "^0.1.0-alpha.0",
"@liskhq/lisk-utils": "^0.1.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-db": "^0.1.0",
"@liskhq/lisk-tree": "^0.1.0",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.0",
"debug": "4.1.1"
},
"devDependencies": {
"@liskhq/lisk-passphrase": "^3.0.1-alpha.0",
"@liskhq/lisk-passphrase": "^3.0.1",
"@types/debug": "4.1.5",
"@types/faker": "4.1.10",
"@types/jest": "26.0.13",
Expand Down
18 changes: 9 additions & 9 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.0-alpha.4",
"version": "5.0.0",
"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 @@ -49,14 +49,14 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.0.0-alpha.4",
"@liskhq/lisk-codec": "^0.1.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-passphrase": "^3.0.1-alpha.0",
"@liskhq/lisk-transactions": "^5.0.0-alpha.4",
"@liskhq/lisk-tree": "^0.1.0-alpha.0",
"@liskhq/lisk-utils": "^0.1.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4",
"@liskhq/lisk-api-client": "^5.0.0",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-passphrase": "^3.0.1",
"@liskhq/lisk-transactions": "^5.0.0",
"@liskhq/lisk-tree": "^0.1.0",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.0",
"buffer": "6.0.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.0-alpha.4",
"version": "0.1.0",
"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 @@ -36,8 +36,8 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-utils": "^0.1.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4"
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.0"
},
"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.0-alpha.4",
"version": "3.0.0",
"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
2 changes: 1 addition & 1 deletion elements/lisk-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-db",
"version": "0.1.0-alpha.0",
"version": "0.1.0",
"description": "A database access implementation for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
30 changes: 15 additions & 15 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.0-alpha.4",
"version": "5.0.0",
"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.0-alpha.4",
"@liskhq/lisk-bft": "^0.2.0-alpha.4",
"@liskhq/lisk-chain": "^0.2.0-alpha.5",
"@liskhq/lisk-codec": "^0.1.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-db": "^0.1.0-alpha.0",
"@liskhq/lisk-genesis": "^0.1.0-alpha.1",
"@liskhq/lisk-p2p": "^0.6.0-alpha.4",
"@liskhq/lisk-passphrase": "^3.0.1-alpha.0",
"@liskhq/lisk-transaction-pool": "^0.4.0-alpha.4",
"@liskhq/lisk-transactions": "^5.0.0-alpha.4",
"@liskhq/lisk-tree": "^0.1.0-alpha.0",
"@liskhq/lisk-utils": "^0.1.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4"
"@liskhq/lisk-api-client": "^5.0.0",
"@liskhq/lisk-bft": "^0.2.0",
"@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-genesis": "^0.1.0",
"@liskhq/lisk-p2p": "^0.6.0",
"@liskhq/lisk-passphrase": "^3.0.1",
"@liskhq/lisk-transaction-pool": "^0.4.0",
"@liskhq/lisk-transactions": "^5.0.0",
"@liskhq/lisk-tree": "^0.1.0",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
12 changes: 6 additions & 6 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.0-alpha.1",
"version": "0.1.0",
"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.0-alpha.5",
"@liskhq/lisk-codec": "^0.1.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-utils": "^0.1.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4",
"@liskhq/lisk-chain": "^0.2.0",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.0",
"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.0-alpha.4",
"version": "0.6.0",
"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.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-validator": "^0.5.0",
"lodash.shuffle": "4.2.0",
"semver": "7.1.3",
"socketcluster-client": "14.3.1",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-passphrase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-passphrase",
"version": "3.0.1-alpha.0",
"version": "3.0.1",
"description": "Mnemonic passphrase helpers for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 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.0-alpha.4",
"version": "0.4.0",
"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,8 +37,8 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-utils": "^0.1.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-utils": "^0.1.0",
"debug": "4.1.1"
},
"devDependencies": {
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.0-alpha.4",
"version": "5.0.0",
"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.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-validator": "^0.5.0-alpha.4"
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-validator": "^0.5.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
6 changes: 3 additions & 3 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.0-alpha.0",
"version": "0.1.0",
"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,8 +36,8 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-cryptography": "^3.0.0-alpha.4",
"@liskhq/lisk-utils": "^0.1.0-alpha.4"
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-utils": "^0.1.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-utils",
"version": "0.1.0-alpha.4",
"version": "0.1.0",
"description": "Library containing generic utility functions for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
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.0-alpha.4",
"version": "0.5.0",
"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.0-alpha.4",
"@liskhq/lisk-cryptography": "^3.0.0",
"@types/node": "12.12.11",
"@types/semver": "7.1.0",
"@types/validator": "12.0.1",
Expand Down
Loading

0 comments on commit eebe4d6

Please sign in to comment.