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

Commit 87d6b87

Browse files
committed
⬆️ Bump version
1 parent 4f15491 commit 87d6b87

File tree

30 files changed

+159
-842
lines changed

30 files changed

+159
-842
lines changed

commander/oclif.manifest.json

Lines changed: 0 additions & 683 deletions
This file was deleted.

commander/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-commander",
3-
"version": "6.0.0-rc.6",
3+
"version": "6.0.0",
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.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",
104+
"@liskhq/lisk-api-client": "^6.0.0",
105+
"@liskhq/lisk-chain": "^0.5.0",
106+
"@liskhq/lisk-client": "^6.0.0",
107+
"@liskhq/lisk-codec": "^0.4.0",
108+
"@liskhq/lisk-cryptography": "^4.0.0",
109109
"@liskhq/lisk-db": "0.3.10",
110-
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
111-
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
112-
"@liskhq/lisk-utils": "^0.4.0-rc.0",
113-
"@liskhq/lisk-validator": "^0.8.0-rc.2",
110+
"@liskhq/lisk-passphrase": "^4.0.0",
111+
"@liskhq/lisk-transactions": "^6.0.0",
112+
"@liskhq/lisk-utils": "^0.4.0",
113+
"@liskhq/lisk-validator": "^0.8.0",
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.5",
124+
"lisk-framework": "^0.11.0",
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.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",
88+
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0",
89+
"@liskhq/lisk-framework-faucet-plugin": "0.3.0",
90+
"@liskhq/lisk-framework-monitor-plugin": "0.4.0",
91+
"@liskhq/lisk-framework-forger-plugin": "0.4.0",
92+
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0",
93+
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0",
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.6",
102-
"lisk-sdk": "6.0.0-rc.5",
101+
"lisk-commander": "6.0.0",
102+
"lisk-sdk": "6.0.0",
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.5"
31+
"lisk-sdk": "^6.0.0"
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.4",
3+
"version": "6.0.0",
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.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",
38+
"@liskhq/lisk-codec": "^0.4.0",
39+
"@liskhq/lisk-cryptography": "^4.0.0",
40+
"@liskhq/lisk-transactions": "^6.0.0",
41+
"@liskhq/lisk-validator": "^0.8.0",
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.4",
47+
"@liskhq/lisk-chain": "^0.5.0",
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: 7 additions & 7 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.4",
3+
"version": "0.5.0",
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,16 +35,16 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-codec": "^0.4.0-rc.2",
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
38+
"@liskhq/lisk-codec": "^0.4.0",
39+
"@liskhq/lisk-cryptography": "^4.0.0",
4040
"@liskhq/lisk-db": "0.3.10",
41-
"@liskhq/lisk-tree": "^0.4.0-rc.2",
42-
"@liskhq/lisk-utils": "^0.4.0-rc.0",
43-
"@liskhq/lisk-validator": "^0.8.0-rc.2",
41+
"@liskhq/lisk-tree": "^0.4.0",
42+
"@liskhq/lisk-utils": "^0.4.0",
43+
"@liskhq/lisk-validator": "^0.8.0",
4444
"debug": "4.3.4"
4545
},
4646
"devDependencies": {
47-
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
47+
"@liskhq/lisk-passphrase": "^4.0.0",
4848
"@types/debug": "4.1.5",
4949
"@types/faker": "4.1.10",
5050
"@types/jest": "29.2.3",

elements/lisk-client/package.json

Lines changed: 9 additions & 9 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.4",
3+
"version": "6.0.0",
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.4",
60-
"@liskhq/lisk-codec": "^0.4.0-rc.2",
61-
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
62-
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
63-
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
64-
"@liskhq/lisk-tree": "^0.4.0-rc.2",
65-
"@liskhq/lisk-utils": "^0.4.0-rc.0",
66-
"@liskhq/lisk-validator": "^0.8.0-rc.2",
59+
"@liskhq/lisk-api-client": "^6.0.0",
60+
"@liskhq/lisk-codec": "^0.4.0",
61+
"@liskhq/lisk-cryptography": "^4.0.0",
62+
"@liskhq/lisk-passphrase": "^4.0.0",
63+
"@liskhq/lisk-transactions": "^6.0.0",
64+
"@liskhq/lisk-tree": "^0.4.0",
65+
"@liskhq/lisk-utils": "^0.4.0",
66+
"@liskhq/lisk-validator": "^0.8.0",
6767
"buffer": "6.0.3"
6868
},
6969
"devDependencies": {

elements/lisk-codec/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-codec",
3-
"version": "0.4.0-rc.2",
3+
"version": "0.4.0",
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.2",
39-
"@liskhq/lisk-utils": "^0.4.0-rc.0",
40-
"@liskhq/lisk-validator": "^0.8.0-rc.2"
38+
"@liskhq/lisk-cryptography": "^4.0.0",
39+
"@liskhq/lisk-utils": "^0.4.0",
40+
"@liskhq/lisk-validator": "^0.8.0"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "29.2.3",

elements/lisk-cryptography/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-cryptography",
3-
"version": "4.0.0-rc.2",
3+
"version": "4.0.0",
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",
@@ -35,7 +35,7 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
38+
"@liskhq/lisk-passphrase": "^4.0.0",
3939
"buffer-reverse": "1.0.1",
4040
"hash-wasm": "4.9.0",
4141
"tweetnacl": "1.0.3"

elements/lisk-elements/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-elements",
3-
"version": "6.0.0-rc.4",
3+
"version": "6.0.0",
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.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",
38+
"@liskhq/lisk-api-client": "^6.0.0",
39+
"@liskhq/lisk-chain": "^0.5.0",
40+
"@liskhq/lisk-codec": "^0.4.0",
41+
"@liskhq/lisk-cryptography": "^4.0.0",
4242
"@liskhq/lisk-db": "0.3.10",
43-
"@liskhq/lisk-p2p": "^0.9.0-rc.2",
44-
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
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",
48-
"@liskhq/lisk-utils": "^0.4.0-rc.0",
49-
"@liskhq/lisk-validator": "^0.8.0-rc.2"
43+
"@liskhq/lisk-p2p": "^0.9.0",
44+
"@liskhq/lisk-passphrase": "^4.0.0",
45+
"@liskhq/lisk-transaction-pool": "^0.7.0",
46+
"@liskhq/lisk-transactions": "^6.0.0",
47+
"@liskhq/lisk-tree": "^0.4.0",
48+
"@liskhq/lisk-utils": "^0.4.0",
49+
"@liskhq/lisk-validator": "^0.8.0"
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.2",
3+
"version": "0.9.0",
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.2",
45-
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
46-
"@liskhq/lisk-validator": "^0.8.0-rc.2",
44+
"@liskhq/lisk-codec": "^0.4.0",
45+
"@liskhq/lisk-cryptography": "^4.0.0",
46+
"@liskhq/lisk-validator": "^0.8.0",
4747
"lodash.shuffle": "4.2.0",
4848
"semver": "7.5.2",
4949
"socketcluster-client": "14.3.1",

elements/lisk-passphrase/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-passphrase",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0",
44
"description": "Mnemonic passphrase helpers 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-transaction-pool/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-transaction-pool",
3-
"version": "0.7.0-rc.2",
3+
"version": "0.7.0",
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,8 +36,8 @@
3636
"build:check": "node -e \"require('./dist-node')\""
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
40-
"@liskhq/lisk-utils": "^0.4.0-rc.0",
39+
"@liskhq/lisk-cryptography": "^4.0.0",
40+
"@liskhq/lisk-utils": "^0.4.0",
4141
"debug": "4.3.4"
4242
},
4343
"devDependencies": {

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.2",
3+
"version": "6.0.0",
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.2",
39-
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
40-
"@liskhq/lisk-validator": "^0.8.0-rc.2"
38+
"@liskhq/lisk-codec": "^0.4.0",
39+
"@liskhq/lisk-cryptography": "^4.0.0",
40+
"@liskhq/lisk-validator": "^0.8.0"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "29.2.3",

elements/lisk-tree/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-tree",
3-
"version": "0.4.0-rc.2",
3+
"version": "0.4.0",
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,8 +35,8 @@
3535
"build:check": "node -e \"require('./dist-node')\""
3636
},
3737
"dependencies": {
38-
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
39-
"@liskhq/lisk-utils": "^0.4.0-rc.0"
38+
"@liskhq/lisk-cryptography": "^4.0.0",
39+
"@liskhq/lisk-utils": "^0.4.0"
4040
},
4141
"devDependencies": {
4242
"@types/jest": "29.2.3",

elements/lisk-utils/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-utils",
3-
"version": "0.4.0-rc.0",
3+
"version": "0.4.0",
44
"description": "Library containing generic utility 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-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.2",
3+
"version": "0.8.0",
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.2",
39+
"@liskhq/lisk-cryptography": "^4.0.0",
4040
"ajv": "8.1.0",
4141
"ajv-formats": "2.1.1",
4242
"debug": "4.3.4",

examples/interop/pos-mainchain-fast/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,21 @@
108108
}
109109
},
110110
"dependencies": {
111-
"@liskhq/lisk-framework-dashboard-plugin": "^0.3.0-rc.0",
112-
"@liskhq/lisk-framework-faucet-plugin": "^0.3.0-rc.0",
113-
"@liskhq/lisk-framework-monitor-plugin": "^0.4.0-rc.0",
114-
"@liskhq/lisk-framework-forger-plugin": "^0.4.0-rc.0",
115-
"@liskhq/lisk-framework-report-misbehavior-plugin": "^0.4.0-rc.0",
116-
"@liskhq/lisk-framework-chain-connector-plugin": "^0.1.0-rc.0",
111+
"@liskhq/lisk-framework-dashboard-plugin": "^0.3.0",
112+
"@liskhq/lisk-framework-faucet-plugin": "^0.3.0",
113+
"@liskhq/lisk-framework-monitor-plugin": "^0.4.0",
114+
"@liskhq/lisk-framework-forger-plugin": "^0.4.0",
115+
"@liskhq/lisk-framework-report-misbehavior-plugin": "^0.4.0",
116+
"@liskhq/lisk-framework-chain-connector-plugin": "^0.1.0",
117117
"@oclif/core": "1.20.4",
118118
"@oclif/plugin-autocomplete": "1.3.6",
119119
"@oclif/plugin-help": "5.1.19",
120120
"@oclif/plugin-version": "1.1.3",
121121
"axios": "1.2.0",
122122
"fs-extra": "11.1.0",
123123
"inquirer": "8.2.5",
124-
"lisk-commander": "^6.0.0-rc.0",
125-
"lisk-sdk": "^6.0.0-rc.0",
124+
"lisk-commander": "^6.0.0",
125+
"lisk-sdk": "^6.0.0",
126126
"tar": "6.1.12",
127127
"tslib": "2.4.1"
128128
},

0 commit comments

Comments
 (0)