Skip to content

Commit

Permalink
⬆️ Bump version 6.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Oct 23, 2023
1 parent 4994353 commit 905e6af
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 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": "6.0.0-rc.5",
"version": "6.0.0-rc.6",
"description": "A command line interface for Lisk",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -121,7 +121,7 @@
"cli-table3": "0.6.0",
"fs-extra": "11.1.0",
"inquirer": "8.2.5",
"lisk-framework": "^0.11.0-rc.4",
"lisk-framework": "^0.11.0-rc.5",
"listr": "0.14.3",
"progress": "2.0.3",
"semver": "7.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@
}
},
"dependencies": {
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0-rc.4",
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.4",
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.4",
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.4",
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.4",
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.4",
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0-rc.5",
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.5",
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.5",
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.5",
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.5",
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.5",
"@oclif/core": "1.20.4",
"@oclif/plugin-autocomplete": "1.3.6",
"@oclif/plugin-help": "5.1.19",
"@oclif/plugin-version": "1.1.3",
"axios": "0.21.2",
"fs-extra": "11.1.0",
"inquirer": "8.2.5",
"lisk-commander": "6.0.0-rc.5",
"lisk-sdk": "6.0.0-rc.4",
"lisk-commander": "6.0.0-rc.6",
"lisk-sdk": "6.0.0-rc.5",
"tar": "6.1.11",
"tslib": "2.4.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"lisk-sdk": "^6.0.0-rc.4"
"lisk-sdk": "^6.0.0-rc.5"
},
"devDependencies": {
"@types/jest": "26.0.21",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-chain-connector-plugin",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"description": "A plugin used by a relayer node to automatically create and submit Cross Chain Transaction by aggregating off-chain information of a chain",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"debug": "4.3.4",
"fs-extra": "11.1.0",
"lisk-sdk": "^6.0.0-rc.4"
"lisk-sdk": "^6.0.0-rc.5"
},
"devDependencies": {
"@types/jest": "29.2.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-dashboard-plugin",
"version": "0.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "A plugin for interacting with a newly developed blockchain application.",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@liskhq/lisk-client": "^6.0.0-rc.4",
"express": "4.18.2",
"json-format-highlight": "1.0.4",
"lisk-sdk": "^6.0.0-rc.4",
"lisk-sdk": "^6.0.0-rc.5",
"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.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "A plugin for distributing testnet tokens from a newly developed blockchain application.",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"axios": "1.2.0",
"express": "4.18.2",
"lisk-sdk": "^6.0.0-rc.4",
"lisk-sdk": "^6.0.0-rc.5",
"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.4.0-rc.4",
"version": "0.4.0-rc.5",
"description": "A plugin for lisk-framework that monitors configured validators forging activity and stakers information.",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"debug": "4.3.4",
"fs-extra": "11.1.0",
"lisk-sdk": "^6.0.0-rc.4"
"lisk-sdk": "^6.0.0-rc.5"
},
"devDependencies": {
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
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.4.0-rc.4",
"version": "0.4.0-rc.5",
"description": "A plugin for lisk-framework that provides network statistics of the running node",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"express": "4.18.2",
"express-rate-limit": "6.7.0",
"ip": "1.1.5",
"lisk-sdk": "^6.0.0-rc.4"
"lisk-sdk": "^6.0.0-rc.5"
},
"devDependencies": {
"@types/cors": "2.8.12",
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.4.0-rc.4",
"version": "0.4.0-rc.5",
"description": "A plugin for lisk-framework that provides automatic detection of validator misbehavior and sends a reportValidatorMisbehaviorTransaction to the running node",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"fs-extra": "11.1.0",
"lisk-sdk": "^6.0.0-rc.4"
"lisk-sdk": "^6.0.0-rc.5"
},
"devDependencies": {
"@types/jest": "29.2.3",
Expand Down
2 changes: 1 addition & 1 deletion framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-framework",
"version": "0.11.0-rc.4",
"version": "0.11.0-rc.5",
"description": "Lisk blockchain application platform",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-sdk",
"version": "6.0.0-rc.4",
"version": "6.0.0-rc.5",
"description": "Official SDK for the Lisk blockchain application platform",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@liskhq/lisk-tree": "^0.4.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"lisk-framework": "^0.11.0-rc.4"
"lisk-framework": "^0.11.0-rc.5"
},
"devDependencies": {
"eslint": "8.28.0",
Expand Down

0 comments on commit 905e6af

Please sign in to comment.