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 Jul 27, 2021
1 parent d2d82a6 commit a1e9c65
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions commander/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-commander",
"version": "5.1.4",
"version": "5.1.5",
"description": "A command line interface for Lisk",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"cli-table3": "0.6.0",
"fs-extra": "9.1.0",
"inquirer": "8.0.0",
"lisk-framework": "^0.8.3",
"lisk-framework": "^0.8.4",
"listr": "0.14.3",
"progress": "2.0.3",
"semver": "7.3.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@
}
},
"dependencies": {
"@liskhq/lisk-framework-dashboard-plugin": "^0.1.3",
"@liskhq/lisk-framework-faucet-plugin": "^0.1.3",
"@liskhq/lisk-framework-dashboard-plugin": "^0.1.4",
"@liskhq/lisk-framework-faucet-plugin": "^0.1.4",
"@oclif/command": "1.8.0",
"@oclif/plugin-autocomplete": "0.3.0",
"@oclif/plugin-help": "3.2.2",
"fs-extra": "9.0.1",
"inquirer": "7.3.2",
"lisk-commander": "^5.1.4",
"lisk-sdk": "^5.1.3",
"lisk-commander": "^5.1.5",
"lisk-sdk": "^5.1.4",
"tar": "6.0.2",
"tslib": "1.13.0",
"axios": "0.21.1"
Expand Down
4 changes: 2 additions & 2 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.1.3",
"version": "5.1.4",
"description": "Elements for building blockchain applications in the Lisk network",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@liskhq/lisk-cryptography": "^3.1.0",
"@liskhq/lisk-db": "^0.2.0",
"@liskhq/lisk-genesis": "^0.2.2",
"@liskhq/lisk-p2p": "^0.7.0",
"@liskhq/lisk-p2p": "^0.7.1",
"@liskhq/lisk-passphrase": "^3.1.0",
"@liskhq/lisk-transaction-pool": "^0.5.0",
"@liskhq/lisk-transactions": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.7.1",
"description": "Unstructured P2P library for use with Lisk-related software",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
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.3",
"version": "0.1.4",
"description": "A plugin for interacting with a newly developed blockchain application.",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@liskhq/lisk-utils": "^0.2.0",
"express": "4.17.1",
"json-format-highlight": "1.0.4",
"lisk-framework": "^0.8.3",
"lisk-framework": "^0.8.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.1.4",
"description": "A plugin for distributing testnet tokens from a newly developed blockchain application.",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@liskhq/lisk-validator": "^0.6.0",
"axios": "0.21.1",
"express": "4.17.1",
"lisk-framework": "^0.8.3",
"lisk-framework": "^0.8.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
Expand Down
4 changes: 2 additions & 2 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.2.3",
"version": "0.2.4",
"description": "A plugin for lisk-framework that monitors configured delegates forging activity and voters information.",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"express-rate-limit": "5.1.3",
"fs-extra": "9.1.0",
"ip": "1.1.5",
"lisk-framework": "^0.8.3"
"lisk-framework": "^0.8.4"
},
"devDependencies": {
"@liskhq/lisk-api-client": "^5.1.3",
Expand Down
4 changes: 2 additions & 2 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.2.3",
"version": "0.2.4",
"description": "A plugin for lisk-framework that provides basic HTTP API endpoints to get running node information.",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"ip": "1.1.5",
"lisk-framework": "^0.8.3"
"lisk-framework": "^0.8.4"
},
"devDependencies": {
"@liskhq/lisk-cryptography": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions framework-plugins/lisk-framework-monitor-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-monitor-plugin",
"version": "0.2.3",
"version": "0.2.4",
"description": "A plugin for lisk-framework that provides network statistics of the running node",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"ip": "1.1.5",
"lisk-framework": "^0.8.3"
"lisk-framework": "^0.8.4"
},
"devDependencies": {
"@types/cors": "2.8.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-report-misbehavior-plugin",
"version": "0.2.3",
"version": "0.2.4",
"description": "A plugin for lisk-framework that provides automatic detection of delegate misbehavior and sends a reportDelegateMisbehaviorTransaction to the running node",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@liskhq/lisk-validator": "^0.6.0",
"debug": "4.3.1",
"fs-extra": "9.1.0",
"lisk-framework": "^0.8.3"
"lisk-framework": "^0.8.4"
},
"devDependencies": {
"@types/cors": "2.8.6",
Expand Down
4 changes: 2 additions & 2 deletions framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-framework",
"version": "0.8.3",
"version": "0.8.4",
"description": "Lisk blockchain application platform",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@liskhq/lisk-cryptography": "^3.1.0",
"@liskhq/lisk-db": "^0.2.0",
"@liskhq/lisk-genesis": "^0.2.2",
"@liskhq/lisk-p2p": "^0.7.0",
"@liskhq/lisk-p2p": "^0.7.1",
"@liskhq/lisk-transaction-pool": "^0.5.0",
"@liskhq/lisk-transactions": "^5.1.1",
"@liskhq/lisk-tree": "^0.2.0",
Expand Down
14 changes: 7 additions & 7 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-sdk",
"version": "5.1.3",
"version": "5.1.4",
"description": "Official SDK for the Lisk blockchain application platform",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,19 +35,19 @@
"@liskhq/lisk-codec": "^0.2.0",
"@liskhq/lisk-cryptography": "^3.1.0",
"@liskhq/lisk-db": "^0.2.0",
"@liskhq/lisk-framework-forger-plugin": "^0.2.3",
"@liskhq/lisk-framework-http-api-plugin": "^0.2.3",
"@liskhq/lisk-framework-monitor-plugin": "^0.2.3",
"@liskhq/lisk-framework-report-misbehavior-plugin": "^0.2.3",
"@liskhq/lisk-framework-forger-plugin": "^0.2.4",
"@liskhq/lisk-framework-http-api-plugin": "^0.2.4",
"@liskhq/lisk-framework-monitor-plugin": "^0.2.4",
"@liskhq/lisk-framework-report-misbehavior-plugin": "^0.2.4",
"@liskhq/lisk-genesis": "^0.2.2",
"@liskhq/lisk-p2p": "^0.7.0",
"@liskhq/lisk-p2p": "^0.7.1",
"@liskhq/lisk-passphrase": "^3.1.0",
"@liskhq/lisk-transaction-pool": "^0.5.0",
"@liskhq/lisk-transactions": "^5.1.1",
"@liskhq/lisk-tree": "^0.2.0",
"@liskhq/lisk-utils": "^0.2.0",
"@liskhq/lisk-validator": "^0.6.0",
"lisk-framework": "^0.8.3"
"lisk-framework": "^0.8.4"
},
"devDependencies": {
"eslint": "7.22.0",
Expand Down

0 comments on commit a1e9c65

Please sign in to comment.