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

Commit c9c1ecc

Browse files
committed
⬆️ Bump version 6.0.0-rc.3
1 parent 0d984bd commit c9c1ecc

File tree

16 files changed

+728
-45
lines changed

16 files changed

+728
-45
lines changed

commander/oclif.manifest.json

Lines changed: 683 additions & 0 deletions
Large diffs are not rendered by default.

commander/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-commander",
3-
"version": "6.0.0-rc.3",
3+
"version": "6.0.0-rc.4",
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",
@@ -101,9 +101,9 @@
101101
"/docs"
102102
],
103103
"dependencies": {
104-
"@liskhq/lisk-api-client": "^6.0.0-rc.2",
105-
"@liskhq/lisk-chain": "^0.5.0-rc.2",
106-
"@liskhq/lisk-client": "^6.0.0-rc.2",
104+
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
105+
"@liskhq/lisk-chain": "^0.5.0-rc.3",
106+
"@liskhq/lisk-client": "^6.0.0-rc.3",
107107
"@liskhq/lisk-codec": "^0.4.0-rc.1",
108108
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
109109
"@liskhq/lisk-db": "0.3.10",
@@ -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.2",
124+
"lisk-framework": "^0.11.0-rc.3",
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.2",
89-
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.2",
90-
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.2",
91-
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.2",
92-
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.2",
93-
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.2",
88+
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0-rc.3",
89+
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.3",
90+
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.3",
91+
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.3",
92+
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.3",
93+
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.3",
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.3",
102-
"lisk-sdk": "6.0.0-rc.2",
101+
"lisk-commander": "6.0.0-rc.4",
102+
"lisk-sdk": "6.0.0-rc.3",
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.2"
31+
"lisk-sdk": "^6.0.0-rc.3"
3232
},
3333
"devDependencies": {
3434
"@types/jest": "26.0.21",

elements/lisk-api-client/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-api-client",
3-
"version": "6.0.0-rc.2",
3+
"version": "6.0.0-rc.3",
44
"description": "An API client for the Lisk network",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
"zeromq": "6.0.0-beta.6"
4545
},
4646
"devDependencies": {
47-
"@liskhq/lisk-chain": "^0.5.0-rc.2",
47+
"@liskhq/lisk-chain": "^0.5.0-rc.3",
4848
"@types/jest": "29.2.3",
4949
"@types/jest-when": "3.5.2",
5050
"@types/node": "18.15.3",

elements/lisk-chain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-chain",
3-
"version": "0.5.0-rc.2",
3+
"version": "0.5.0-rc.3",
44
"description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",

elements/lisk-client/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-client",
3-
"version": "6.0.0-rc.2",
3+
"version": "6.0.0-rc.3",
44
"description": "A default set of Elements for use by clients of the Lisk network",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -56,7 +56,7 @@
5656
"build:check": "node -e \"require('./dist-node')\""
5757
},
5858
"dependencies": {
59-
"@liskhq/lisk-api-client": "^6.0.0-rc.2",
59+
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
6060
"@liskhq/lisk-codec": "^0.4.0-rc.1",
6161
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
6262
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",

elements/lisk-elements/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-elements",
3-
"version": "6.0.0-rc.2",
3+
"version": "6.0.0-rc.3",
44
"description": "Elements for building blockchain applications in the Lisk network",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -35,8 +35,8 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-api-client": "^6.0.0-rc.2",
39-
"@liskhq/lisk-chain": "^0.5.0-rc.2",
38+
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
39+
"@liskhq/lisk-chain": "^0.5.0-rc.3",
4040
"@liskhq/lisk-codec": "^0.4.0-rc.1",
4141
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
4242
"@liskhq/lisk-db": "0.3.10",

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.2",
3+
"version": "0.1.0-rc.3",
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.2"
37+
"lisk-sdk": "^6.0.0-rc.3"
3838
},
3939
"devDependencies": {
4040
"@types/jest": "29.2.3",

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

Lines changed: 3 additions & 3 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.2",
3+
"version": "0.3.0-rc.3",
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",
@@ -46,10 +46,10 @@
4646
},
4747
"dependencies": {
4848
"@csstools/normalize.css": "12.0.0",
49-
"@liskhq/lisk-client": "^6.0.0-rc.2",
49+
"@liskhq/lisk-client": "^6.0.0-rc.3",
5050
"express": "4.18.2",
5151
"json-format-highlight": "1.0.4",
52-
"lisk-sdk": "^6.0.0-rc.2",
52+
"lisk-sdk": "^6.0.0-rc.3",
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: 4 additions & 4 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.2",
3+
"version": "0.3.0-rc.3",
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",
@@ -47,15 +47,15 @@
4747
},
4848
"dependencies": {
4949
"@csstools/normalize.css": "12.0.0",
50-
"@liskhq/lisk-api-client": "^6.0.0-rc.2",
51-
"@liskhq/lisk-client": "^6.0.0-rc.2",
50+
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
51+
"@liskhq/lisk-client": "^6.0.0-rc.3",
5252
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
5353
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
5454
"@liskhq/lisk-utils": "^0.4.0-rc.0",
5555
"@liskhq/lisk-validator": "^0.8.0-rc.1",
5656
"axios": "1.2.0",
5757
"express": "4.18.2",
58-
"lisk-sdk": "^6.0.0-rc.2",
58+
"lisk-sdk": "^6.0.0-rc.3",
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: 3 additions & 3 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.2",
3+
"version": "0.4.0-rc.3",
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,10 +40,10 @@
4040
"dependencies": {
4141
"debug": "4.3.4",
4242
"fs-extra": "11.1.0",
43-
"lisk-sdk": "^6.0.0-rc.2"
43+
"lisk-sdk": "^6.0.0-rc.3"
4444
},
4545
"devDependencies": {
46-
"@liskhq/lisk-api-client": "^6.0.0-rc.2",
46+
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
4747
"@types/debug": "4.1.5",
4848
"@types/jest": "29.2.3",
4949
"@types/jest-when": "3.5.2",

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.2",
3+
"version": "0.4.0-rc.3",
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.2"
43+
"lisk-sdk": "^6.0.0-rc.3"
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.2",
3+
"version": "0.4.0-rc.3",
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.1",
4242
"fs-extra": "11.1.0",
43-
"lisk-sdk": "^6.0.0-rc.2"
43+
"lisk-sdk": "^6.0.0-rc.3"
4444
},
4545
"devDependencies": {
4646
"@types/jest": "29.2.3",

framework/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-framework",
3-
"version": "0.11.0-rc.2",
3+
"version": "0.11.0-rc.3",
44
"description": "Lisk blockchain application platform",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -42,8 +42,8 @@
4242
},
4343
"dependencies": {
4444
"@chainsafe/blst": "0.2.9",
45-
"@liskhq/lisk-api-client": "^6.0.0-rc.2",
46-
"@liskhq/lisk-chain": "^0.5.0-rc.2",
45+
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
46+
"@liskhq/lisk-chain": "^0.5.0-rc.3",
4747
"@liskhq/lisk-codec": "^0.4.0-rc.1",
4848
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
4949
"@liskhq/lisk-db": "0.3.10",

sdk/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-sdk",
3-
"version": "6.0.0-rc.2",
3+
"version": "6.0.0-rc.3",
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",
@@ -29,8 +29,8 @@
2929
"build": "tsc"
3030
},
3131
"dependencies": {
32-
"@liskhq/lisk-api-client": "^6.0.0-rc.2",
33-
"@liskhq/lisk-chain": "^0.5.0-rc.2",
32+
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
33+
"@liskhq/lisk-chain": "^0.5.0-rc.3",
3434
"@liskhq/lisk-codec": "^0.4.0-rc.1",
3535
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
3636
"@liskhq/lisk-db": "0.3.10",
@@ -41,7 +41,7 @@
4141
"@liskhq/lisk-tree": "^0.4.0-rc.1",
4242
"@liskhq/lisk-utils": "^0.4.0-rc.0",
4343
"@liskhq/lisk-validator": "^0.8.0-rc.1",
44-
"lisk-framework": "^0.11.0-rc.2"
44+
"lisk-framework": "^0.11.0-rc.3"
4545
},
4646
"devDependencies": {
4747
"eslint": "8.28.0",

0 commit comments

Comments
 (0)