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

Commit 5745085

Browse files
committed
⬆️ Bump version 6.0.0-rc.4
1 parent b2c85d3 commit 5745085

File tree

23 files changed

+108
-108
lines changed

23 files changed

+108
-108
lines changed

commander/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-commander",
3-
"version": "6.0.0-rc.4",
3+
"version": "6.0.0-rc.5",
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,16 +101,16 @@
101101
"/docs"
102102
],
103103
"dependencies": {
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",
107-
"@liskhq/lisk-codec": "^0.4.0-rc.1",
108-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
104+
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
105+
"@liskhq/lisk-chain": "^0.5.0-rc.4",
106+
"@liskhq/lisk-client": "^6.0.0-rc.4",
107+
"@liskhq/lisk-codec": "^0.4.0-rc.2",
108+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
109109
"@liskhq/lisk-db": "0.3.10",
110110
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
111-
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
111+
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
112112
"@liskhq/lisk-utils": "^0.4.0-rc.0",
113-
"@liskhq/lisk-validator": "^0.8.0-rc.1",
113+
"@liskhq/lisk-validator": "^0.8.0-rc.2",
114114
"@oclif/core": "1.20.4",
115115
"@oclif/plugin-autocomplete": "1.3.6",
116116
"@oclif/plugin-help": "5.1.19",
@@ -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.3",
124+
"lisk-framework": "^0.11.0-rc.4",
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.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",
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",
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.4",
102-
"lisk-sdk": "6.0.0-rc.3",
101+
"lisk-commander": "6.0.0-rc.5",
102+
"lisk-sdk": "6.0.0-rc.4",
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.3"
31+
"lisk-sdk": "^6.0.0-rc.4"
3232
},
3333
"devDependencies": {
3434
"@types/jest": "26.0.21",

elements/lisk-api-client/package.json

Lines changed: 6 additions & 6 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.3",
3+
"version": "6.0.0-rc.4",
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",
@@ -35,16 +35,16 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-codec": "^0.4.0-rc.1",
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
40-
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
41-
"@liskhq/lisk-validator": "^0.8.0-rc.1",
38+
"@liskhq/lisk-codec": "^0.4.0-rc.2",
39+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
40+
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
41+
"@liskhq/lisk-validator": "^0.8.0-rc.2",
4242
"isomorphic-ws": "4.0.1",
4343
"ws": "8.11.0",
4444
"zeromq": "6.0.0-beta.6"
4545
},
4646
"devDependencies": {
47-
"@liskhq/lisk-chain": "^0.5.0-rc.3",
47+
"@liskhq/lisk-chain": "^0.5.0-rc.4",
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liskhq/lisk-chain",
3-
"version": "0.5.0-rc.3",
3+
"version": "0.5.0-rc.4",
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",
@@ -35,12 +35,12 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-codec": "^0.4.0-rc.1",
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
38+
"@liskhq/lisk-codec": "^0.4.0-rc.2",
39+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
4040
"@liskhq/lisk-db": "0.3.10",
41-
"@liskhq/lisk-tree": "^0.4.0-rc.1",
41+
"@liskhq/lisk-tree": "^0.4.0-rc.2",
4242
"@liskhq/lisk-utils": "^0.4.0-rc.0",
43-
"@liskhq/lisk-validator": "^0.8.0-rc.1",
43+
"@liskhq/lisk-validator": "^0.8.0-rc.2",
4444
"debug": "4.3.4"
4545
},
4646
"devDependencies": {

elements/lisk-client/package.json

Lines changed: 7 additions & 7 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.3",
3+
"version": "6.0.0-rc.4",
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,14 +56,14 @@
5656
"build:check": "node -e \"require('./dist-node')\""
5757
},
5858
"dependencies": {
59-
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
60-
"@liskhq/lisk-codec": "^0.4.0-rc.1",
61-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
59+
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
60+
"@liskhq/lisk-codec": "^0.4.0-rc.2",
61+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
6262
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
63-
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
64-
"@liskhq/lisk-tree": "^0.4.0-rc.1",
63+
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
64+
"@liskhq/lisk-tree": "^0.4.0-rc.2",
6565
"@liskhq/lisk-utils": "^0.4.0-rc.0",
66-
"@liskhq/lisk-validator": "^0.8.0-rc.1",
66+
"@liskhq/lisk-validator": "^0.8.0-rc.2",
6767
"buffer": "6.0.3"
6868
},
6969
"devDependencies": {

elements/lisk-codec/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-codec",
3-
"version": "0.4.0-rc.1",
3+
"version": "0.4.0-rc.2",
44
"description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -35,9 +35,9 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
38+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
3939
"@liskhq/lisk-utils": "^0.4.0-rc.0",
40-
"@liskhq/lisk-validator": "^0.8.0-rc.1"
40+
"@liskhq/lisk-validator": "^0.8.0-rc.2"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "29.2.3",

elements/lisk-cryptography/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-cryptography",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0-rc.2",
44
"description": "General cryptographic functions for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",

elements/lisk-elements/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-elements",
3-
"version": "6.0.0-rc.3",
3+
"version": "6.0.0-rc.4",
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,18 +35,18 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
39-
"@liskhq/lisk-chain": "^0.5.0-rc.3",
40-
"@liskhq/lisk-codec": "^0.4.0-rc.1",
41-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
38+
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
39+
"@liskhq/lisk-chain": "^0.5.0-rc.4",
40+
"@liskhq/lisk-codec": "^0.4.0-rc.2",
41+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
4242
"@liskhq/lisk-db": "0.3.10",
43-
"@liskhq/lisk-p2p": "^0.9.0-rc.1",
43+
"@liskhq/lisk-p2p": "^0.9.0-rc.2",
4444
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
45-
"@liskhq/lisk-transaction-pool": "^0.7.0-rc.1",
46-
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
47-
"@liskhq/lisk-tree": "^0.4.0-rc.1",
45+
"@liskhq/lisk-transaction-pool": "^0.7.0-rc.2",
46+
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
47+
"@liskhq/lisk-tree": "^0.4.0-rc.2",
4848
"@liskhq/lisk-utils": "^0.4.0-rc.0",
49-
"@liskhq/lisk-validator": "^0.8.0-rc.1"
49+
"@liskhq/lisk-validator": "^0.8.0-rc.2"
5050
},
5151
"devDependencies": {
5252
"@types/jest": "29.2.3",

elements/lisk-p2p/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-p2p",
3-
"version": "0.9.0-rc.1",
3+
"version": "0.9.0-rc.2",
44
"description": "Unstructured P2P library for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -41,9 +41,9 @@
4141
"disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19"
4242
},
4343
"dependencies": {
44-
"@liskhq/lisk-codec": "^0.4.0-rc.1",
45-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
46-
"@liskhq/lisk-validator": "^0.8.0-rc.1",
44+
"@liskhq/lisk-codec": "^0.4.0-rc.2",
45+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
46+
"@liskhq/lisk-validator": "^0.8.0-rc.2",
4747
"lodash.shuffle": "4.2.0",
4848
"semver": "7.5.2",
4949
"socketcluster-client": "14.3.1",

elements/lisk-transaction-pool/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-transaction-pool",
3-
"version": "0.7.0-rc.1",
3+
"version": "0.7.0-rc.2",
44
"description": "Transaction pool library for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,7 +36,7 @@
3636
"build:check": "node -e \"require('./dist-node')\""
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
39+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
4040
"@liskhq/lisk-utils": "^0.4.0-rc.0",
4141
"debug": "4.3.4"
4242
},

elements/lisk-transactions/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-transactions",
3-
"version": "6.0.0-rc.1",
3+
"version": "6.0.0-rc.2",
44
"description": "Utility functions related to transactions according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -35,9 +35,9 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-codec": "^0.4.0-rc.1",
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
40-
"@liskhq/lisk-validator": "^0.8.0-rc.1"
38+
"@liskhq/lisk-codec": "^0.4.0-rc.2",
39+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
40+
"@liskhq/lisk-validator": "^0.8.0-rc.2"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "29.2.3",

elements/lisk-tree/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-tree",
3-
"version": "0.4.0-rc.1",
3+
"version": "0.4.0-rc.2",
44
"description": "Library containing Merkle tree implementations for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
38+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
3939
"@liskhq/lisk-utils": "^0.4.0-rc.0"
4040
},
4141
"devDependencies": {

elements/lisk-validator/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-validator",
3-
"version": "0.8.0-rc.1",
3+
"version": "0.8.0-rc.2",
44
"description": "Validation library according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,7 +36,7 @@
3636
"build:check": "node -e \"require('./dist-node')\""
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
39+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
4040
"ajv": "8.1.0",
4141
"ajv-formats": "2.1.1",
4242
"debug": "4.3.4",

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.3",
3+
"version": "0.1.0-rc.4",
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.3"
37+
"lisk-sdk": "^6.0.0-rc.4"
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.3",
3+
"version": "0.3.0-rc.4",
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.3",
49+
"@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.3",
52+
"lisk-sdk": "^6.0.0-rc.4",
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: 7 additions & 7 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.3",
3+
"version": "0.3.0-rc.4",
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.3",
51-
"@liskhq/lisk-client": "^6.0.0-rc.3",
52-
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
53-
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
50+
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
51+
"@liskhq/lisk-client": "^6.0.0-rc.4",
52+
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
53+
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
5454
"@liskhq/lisk-utils": "^0.4.0-rc.0",
55-
"@liskhq/lisk-validator": "^0.8.0-rc.1",
55+
"@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.3",
58+
"lisk-sdk": "^6.0.0-rc.4",
5959
"react": "^17.0.1",
6060
"react-dom": "^17.0.1",
6161
"react-router-dom": "^5.2.0"

0 commit comments

Comments
 (0)