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 Oct 13, 2021
1 parent ee23613 commit 2593d1f
Show file tree
Hide file tree
Showing 23 changed files with 135 additions and 147 deletions.
20 changes: 10 additions & 10 deletions commander/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-commander",
"version": "5.1.7-alpha.2",
"version": "5.1.7",
"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 @@ -91,17 +91,17 @@
"/docs"
],
"dependencies": {
"@liskhq/lisk-api-client": "^5.1.4-alpha.2",
"@liskhq/lisk-chain": "^0.3.3-alpha.2",
"@liskhq/lisk-client": "^5.2.0-alpha.2",
"@liskhq/lisk-codec": "^0.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-api-client": "^5.1.4",
"@liskhq/lisk-chain": "^0.3.3",
"@liskhq/lisk-client": "^5.2.0",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-db": "^0.2.0",
"@liskhq/lisk-genesis": "^0.2.3-alpha.2",
"@liskhq/lisk-genesis": "^0.2.3",
"@liskhq/lisk-passphrase": "^3.1.0",
"@liskhq/lisk-transactions": "^5.2.0-alpha.2",
"@liskhq/lisk-transactions": "^5.2.0",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2",
"@liskhq/lisk-validator": "^0.6.1",
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/errors": "1.2.2",
Expand All @@ -114,7 +114,7 @@
"cli-table3": "0.6.0",
"fs-extra": "9.1.0",
"inquirer": "8.0.0",
"lisk-framework": "^0.9.0-alpha.3",
"lisk-framework": "^0.9.0",
"listr": "0.14.3",
"progress": "2.0.3",
"semver": "7.3.5",
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.1.4-alpha.2",
"version": "5.1.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.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-transactions": "^5.2.0-alpha.2",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-transactions": "^5.2.0",
"isomorphic-ws": "4.0.1",
"pm2-axon": "4.0.1",
"pm2-axon-rpc": "0.7.1",
"ws": "7.4.6"
},
"devDependencies": {
"@liskhq/lisk-chain": "^0.3.3-alpha.2",
"@liskhq/lisk-chain": "^0.3.3",
"@types/jest": "26.0.21",
"@types/jest-when": "2.7.2",
"@types/node": "12.20.6",
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.3.3-alpha.2",
"version": "0.3.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.3.3-alpha.2",
"@liskhq/lisk-codec": "^0.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-chain": "^0.3.3",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2",
"@liskhq/lisk-validator": "^0.6.1",
"@types/node": "12.20.6",
"debug": "4.3.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.3.3-alpha.2",
"version": "0.3.3",
"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.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-db": "^0.2.0",
"@liskhq/lisk-tree": "^0.2.1-alpha.2",
"@liskhq/lisk-tree": "^0.2.1",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2",
"@liskhq/lisk-validator": "^0.6.1",
"debug": "4.3.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.2.0-alpha.2",
"version": "5.2.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 @@ -55,14 +55,14 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.1.4-alpha.2",
"@liskhq/lisk-codec": "^0.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-api-client": "^5.1.4",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-passphrase": "^3.1.0",
"@liskhq/lisk-transactions": "^5.2.0-alpha.2",
"@liskhq/lisk-tree": "^0.2.1-alpha.2",
"@liskhq/lisk-transactions": "^5.2.0",
"@liskhq/lisk-tree": "^0.2.1",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2",
"@liskhq/lisk-validator": "^0.6.1",
"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.2.1-alpha.2",
"version": "0.2.1",
"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.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2"
"@liskhq/lisk-validator": "^0.6.1"
},
"devDependencies": {
"@types/jest": "26.0.21",
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.2.0-alpha.2",
"version": "3.2.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
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.2.0-alpha.2",
"version": "5.2.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.1.4-alpha.2",
"@liskhq/lisk-bft": "^0.3.3-alpha.2",
"@liskhq/lisk-chain": "^0.3.3-alpha.2",
"@liskhq/lisk-codec": "^0.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-api-client": "^5.1.4",
"@liskhq/lisk-bft": "^0.3.3",
"@liskhq/lisk-chain": "^0.3.3",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-db": "^0.2.0",
"@liskhq/lisk-genesis": "^0.2.3-alpha.2",
"@liskhq/lisk-p2p": "^0.7.2-alpha.2",
"@liskhq/lisk-genesis": "^0.2.3",
"@liskhq/lisk-p2p": "^0.7.2",
"@liskhq/lisk-passphrase": "^3.1.0",
"@liskhq/lisk-transaction-pool": "^0.5.1-alpha.2",
"@liskhq/lisk-transactions": "^5.2.0-alpha.2",
"@liskhq/lisk-tree": "^0.2.1-alpha.2",
"@liskhq/lisk-transaction-pool": "^0.5.1",
"@liskhq/lisk-transactions": "^5.2.0",
"@liskhq/lisk-tree": "^0.2.1",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2"
"@liskhq/lisk-validator": "^0.6.1"
},
"devDependencies": {
"@types/jest": "26.0.21",
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.2.3-alpha.2",
"version": "0.2.3",
"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.3.3-alpha.2",
"@liskhq/lisk-codec": "^0.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-chain": "^0.3.3",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2",
"@liskhq/lisk-validator": "^0.6.1",
"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.7.2-alpha.2",
"version": "0.7.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.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-validator": "^0.6.1-alpha.2",
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-validator": "^0.6.1",
"lodash.shuffle": "4.2.0",
"semver": "7.3.5",
"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.5.1-alpha.2",
"version": "0.5.1",
"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.2.0-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-utils": "^0.2.0",
"debug": "4.3.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.2.0-alpha.2",
"version": "5.2.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.2.1-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-validator": "^0.6.1-alpha.2"
"@liskhq/lisk-codec": "^0.2.1",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-validator": "^0.6.1"
},
"devDependencies": {
"@types/jest": "26.0.21",
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.2.1-alpha.2",
"version": "0.2.1",
"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.2.0-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-utils": "^0.2.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.6.1-alpha.2",
"version": "0.6.1",
"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.2.0-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0",
"ajv": "8.1.0",
"ajv-formats": "2.0.2",
"debug": "4.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-dashboard-plugin",
"version": "0.1.5-alpha.3",
"version": "0.1.5",
"description": "A plugin for interacting with a newly developed blockchain application.",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,12 +40,12 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-client": "^5.2.0-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-client": "^5.2.0",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-utils": "^0.2.0",
"express": "4.17.1",
"json-format-highlight": "1.0.4",
"lisk-framework": "^0.9.0-alpha.3",
"lisk-framework": "^0.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
Expand Down
14 changes: 7 additions & 7 deletions framework-plugins/lisk-framework-faucet-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-faucet-plugin",
"version": "0.1.5-alpha.3",
"version": "0.1.5",
"description": "A plugin for distributing testnet tokens from a newly developed blockchain application.",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,15 +41,15 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.1.4-alpha.2",
"@liskhq/lisk-client": "^5.2.0-alpha.2",
"@liskhq/lisk-cryptography": "^3.2.0-alpha.2",
"@liskhq/lisk-transactions": "^5.2.0-alpha.2",
"@liskhq/lisk-api-client": "^5.1.4",
"@liskhq/lisk-client": "^5.2.0",
"@liskhq/lisk-cryptography": "^3.2.0",
"@liskhq/lisk-transactions": "^5.2.0",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.1-alpha.2",
"@liskhq/lisk-validator": "^0.6.1",
"axios": "0.21.1",
"express": "4.17.1",
"lisk-framework": "^0.9.0-alpha.3",
"lisk-framework": "^0.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
Expand Down
Loading

0 comments on commit 2593d1f

Please sign in to comment.