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

Commit 905e6af

Browse files
committed
⬆️ Bump version 6.0.0-rc.5
1 parent 4994353 commit 905e6af

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed

commander/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-commander",
3-
"version": "6.0.0-rc.5",
3+
"version": "6.0.0-rc.6",
44
"description": "A command line interface for Lisk",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -121,7 +121,7 @@
121121
"cli-table3": "0.6.0",
122122
"fs-extra": "11.1.0",
123123
"inquirer": "8.2.5",
124-
"lisk-framework": "^0.11.0-rc.4",
124+
"lisk-framework": "^0.11.0-rc.5",
125125
"listr": "0.14.3",
126126
"progress": "2.0.3",
127127
"semver": "7.5.2",

commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@
8585
}
8686
},
8787
"dependencies": {
88-
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0-rc.4",
89-
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.4",
90-
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.4",
91-
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.4",
92-
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.4",
93-
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.4",
88+
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0-rc.5",
89+
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.5",
90+
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.5",
91+
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.5",
92+
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.5",
93+
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.5",
9494
"@oclif/core": "1.20.4",
9595
"@oclif/plugin-autocomplete": "1.3.6",
9696
"@oclif/plugin-help": "5.1.19",
9797
"@oclif/plugin-version": "1.1.3",
9898
"axios": "0.21.2",
9999
"fs-extra": "11.1.0",
100100
"inquirer": "8.2.5",
101-
"lisk-commander": "6.0.0-rc.5",
102-
"lisk-sdk": "6.0.0-rc.4",
101+
"lisk-commander": "6.0.0-rc.6",
102+
"lisk-sdk": "6.0.0-rc.5",
103103
"tar": "6.1.11",
104104
"tslib": "2.4.1"
105105
},

commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build:check": "node -e \"require('./dist-node')\""
2929
},
3030
"dependencies": {
31-
"lisk-sdk": "^6.0.0-rc.4"
31+
"lisk-sdk": "^6.0.0-rc.5"
3232
},
3333
"devDependencies": {
3434
"@types/jest": "26.0.21",

framework-plugins/lisk-framework-chain-connector-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-framework-chain-connector-plugin",
3-
"version": "0.1.0-rc.4",
3+
"version": "0.1.0-rc.5",
44
"description": "A plugin used by a relayer node to automatically create and submit Cross Chain Transaction by aggregating off-chain information of a chain",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"debug": "4.3.4",
3636
"fs-extra": "11.1.0",
37-
"lisk-sdk": "^6.0.0-rc.4"
37+
"lisk-sdk": "^6.0.0-rc.5"
3838
},
3939
"devDependencies": {
4040
"@types/jest": "29.2.3",

framework-plugins/lisk-framework-dashboard-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-framework-dashboard-plugin",
3-
"version": "0.3.0-rc.4",
3+
"version": "0.3.0-rc.5",
44
"description": "A plugin for interacting with a newly developed blockchain application.",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -49,7 +49,7 @@
4949
"@liskhq/lisk-client": "^6.0.0-rc.4",
5050
"express": "4.18.2",
5151
"json-format-highlight": "1.0.4",
52-
"lisk-sdk": "^6.0.0-rc.4",
52+
"lisk-sdk": "^6.0.0-rc.5",
5353
"react": "^17.0.1",
5454
"react-dom": "^17.0.1",
5555
"react-router-dom": "^5.2.0",

framework-plugins/lisk-framework-faucet-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-framework-faucet-plugin",
3-
"version": "0.3.0-rc.4",
3+
"version": "0.3.0-rc.5",
44
"description": "A plugin for distributing testnet tokens from a newly developed blockchain application.",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -55,7 +55,7 @@
5555
"@liskhq/lisk-validator": "^0.8.0-rc.2",
5656
"axios": "1.2.0",
5757
"express": "4.18.2",
58-
"lisk-sdk": "^6.0.0-rc.4",
58+
"lisk-sdk": "^6.0.0-rc.5",
5959
"react": "^17.0.1",
6060
"react-dom": "^17.0.1",
6161
"react-router-dom": "^5.2.0"

framework-plugins/lisk-framework-forger-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-framework-forger-plugin",
3-
"version": "0.4.0-rc.4",
3+
"version": "0.4.0-rc.5",
44
"description": "A plugin for lisk-framework that monitors configured validators forging activity and stakers information.",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"debug": "4.3.4",
4242
"fs-extra": "11.1.0",
43-
"lisk-sdk": "^6.0.0-rc.4"
43+
"lisk-sdk": "^6.0.0-rc.5"
4444
},
4545
"devDependencies": {
4646
"@liskhq/lisk-api-client": "^6.0.0-rc.4",

framework-plugins/lisk-framework-monitor-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-framework-monitor-plugin",
3-
"version": "0.4.0-rc.4",
3+
"version": "0.4.0-rc.5",
44
"description": "A plugin for lisk-framework that provides network statistics of the running node",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"express": "4.18.2",
4141
"express-rate-limit": "6.7.0",
4242
"ip": "1.1.5",
43-
"lisk-sdk": "^6.0.0-rc.4"
43+
"lisk-sdk": "^6.0.0-rc.5"
4444
},
4545
"devDependencies": {
4646
"@types/cors": "2.8.12",

framework-plugins/lisk-framework-report-misbehavior-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-framework-report-misbehavior-plugin",
3-
"version": "0.4.0-rc.4",
3+
"version": "0.4.0-rc.5",
44
"description": "A plugin for lisk-framework that provides automatic detection of validator misbehavior and sends a reportValidatorMisbehaviorTransaction to the running node",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
4242
"fs-extra": "11.1.0",
43-
"lisk-sdk": "^6.0.0-rc.4"
43+
"lisk-sdk": "^6.0.0-rc.5"
4444
},
4545
"devDependencies": {
4646
"@types/jest": "29.2.3",

framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-framework",
3-
"version": "0.11.0-rc.4",
3+
"version": "0.11.0-rc.5",
44
"description": "Lisk blockchain application platform",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-sdk",
3-
"version": "6.0.0-rc.4",
3+
"version": "6.0.0-rc.5",
44
"description": "Official SDK for the Lisk blockchain application platform",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"@liskhq/lisk-tree": "^0.4.0-rc.2",
4242
"@liskhq/lisk-utils": "^0.4.0-rc.0",
4343
"@liskhq/lisk-validator": "^0.8.0-rc.2",
44-
"lisk-framework": "^0.11.0-rc.4"
44+
"lisk-framework": "^0.11.0-rc.5"
4545
},
4646
"devDependencies": {
4747
"eslint": "8.28.0",

0 commit comments

Comments
 (0)