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

Commit 4814450

Browse files
committed
⬆️ Bump version
1 parent bb1def8 commit 4814450

File tree

28 files changed

+181
-181
lines changed

28 files changed

+181
-181
lines changed

commander/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-commander",
3-
"version": "5.2.0-rc.0",
3+
"version": "5.2.0",
44
"description": "A command line interface for Lisk",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -91,17 +91,17 @@
9191
"/docs"
9292
],
9393
"dependencies": {
94-
"@liskhq/lisk-api-client": "^5.2.0-rc.0",
95-
"@liskhq/lisk-chain": "^0.4.0-rc.0",
96-
"@liskhq/lisk-client": "^5.3.0-rc.0",
97-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
98-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
94+
"@liskhq/lisk-api-client": "^5.2.0",
95+
"@liskhq/lisk-chain": "^0.4.0",
96+
"@liskhq/lisk-client": "^5.3.0",
97+
"@liskhq/lisk-codec": "^0.3.0",
98+
"@liskhq/lisk-cryptography": "^3.3.0",
9999
"@liskhq/lisk-db": "^0.3.6",
100-
"@liskhq/lisk-genesis": "^0.3.0-rc.0",
101-
"@liskhq/lisk-passphrase": "^3.2.0-rc.0",
102-
"@liskhq/lisk-transactions": "^5.3.0-rc.0",
103-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
104-
"@liskhq/lisk-validator": "^0.7.0-rc.0",
100+
"@liskhq/lisk-genesis": "^0.3.0",
101+
"@liskhq/lisk-passphrase": "^3.2.0",
102+
"@liskhq/lisk-transactions": "^5.3.0",
103+
"@liskhq/lisk-utils": "^0.3.0",
104+
"@liskhq/lisk-validator": "^0.7.0",
105105
"@oclif/command": "1.8.16",
106106
"@oclif/config": "1.18.3",
107107
"@oclif/errors": "1.3.5",
@@ -114,7 +114,7 @@
114114
"cli-table3": "0.6.0",
115115
"fs-extra": "9.1.0",
116116
"inquirer": "8.0.0",
117-
"lisk-framework": "^0.10.0-rc.0",
117+
"lisk-framework": "^0.10.0",
118118
"listr": "0.14.3",
119119
"progress": "2.0.3",
120120
"semver": "7.3.5",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@
9898
}
9999
},
100100
"dependencies": {
101-
"@liskhq/lisk-framework-dashboard-plugin": "^0.2.0-rc.0",
102-
"@liskhq/lisk-framework-faucet-plugin": "^0.2.0-rc.0",
101+
"@liskhq/lisk-framework-dashboard-plugin": "^0.2.0",
102+
"@liskhq/lisk-framework-faucet-plugin": "^0.2.0",
103103
"@oclif/command": "1.8.16",
104104
"@oclif/plugin-autocomplete": "1.2.0",
105105
"@oclif/plugin-help": "5.1.12",
106106
"fs-extra": "9.1.0",
107107
"inquirer": "7.3.2",
108-
"lisk-commander": "^5.2.0-rc.0",
109-
"lisk-sdk": "^5.3.0-rc.0",
108+
"lisk-commander": "^5.2.0",
109+
"lisk-sdk": "^5.3.0",
110110
"tar": "6.0.2",
111111
"tslib": "1.13.0",
112112
"axios": "0.21.1"

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
@@ -29,7 +29,7 @@
2929
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3030
},
3131
"dependencies": {
32-
"lisk-sdk": "^5.3.0-rc.0"
32+
"lisk-sdk": "^5.3.0"
3333
},
3434
"devDependencies": {
3535
"@types/jest": "26.0.21",

elements/lisk-api-client/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-api-client",
3-
"version": "5.2.0-rc.0",
3+
"version": "5.2.0",
44
"description": "An API client for the Lisk network",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,16 +36,16 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
40-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
41-
"@liskhq/lisk-transactions": "^5.3.0-rc.0",
39+
"@liskhq/lisk-codec": "^0.3.0",
40+
"@liskhq/lisk-cryptography": "^3.3.0",
41+
"@liskhq/lisk-transactions": "^5.3.0",
4242
"isomorphic-ws": "4.0.1",
4343
"pm2-axon": "4.0.1",
4444
"pm2-axon-rpc": "0.7.1",
4545
"ws": "7.5.7"
4646
},
4747
"devDependencies": {
48-
"@liskhq/lisk-chain": "^0.4.0-rc.0",
48+
"@liskhq/lisk-chain": "^0.4.0",
4949
"@types/jest": "26.0.21",
5050
"@types/jest-when": "2.7.2",
5151
"@types/node": "18.15.3",

elements/lisk-bft/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-bft",
3-
"version": "0.4.0-rc.0",
3+
"version": "0.4.0",
44
"description": "Byzantine fault tolerance implementation according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,11 +36,11 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-chain": "^0.4.0-rc.0",
40-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
41-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
42-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
43-
"@liskhq/lisk-validator": "^0.7.0-rc.0",
39+
"@liskhq/lisk-chain": "^0.4.0",
40+
"@liskhq/lisk-codec": "^0.3.0",
41+
"@liskhq/lisk-cryptography": "^3.3.0",
42+
"@liskhq/lisk-utils": "^0.3.0",
43+
"@liskhq/lisk-validator": "^0.7.0",
4444
"@types/node": "18.15.3",
4545
"debug": "4.3.4"
4646
},

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.4.0-rc.0",
3+
"version": "0.4.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.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,16 +36,16 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
40-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
39+
"@liskhq/lisk-codec": "^0.3.0",
40+
"@liskhq/lisk-cryptography": "^3.3.0",
4141
"@liskhq/lisk-db": "^0.3.6",
42-
"@liskhq/lisk-tree": "^0.3.0-rc.0",
43-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
44-
"@liskhq/lisk-validator": "^0.7.0-rc.0",
42+
"@liskhq/lisk-tree": "^0.3.0",
43+
"@liskhq/lisk-utils": "^0.3.0",
44+
"@liskhq/lisk-validator": "^0.7.0",
4545
"debug": "4.3.4"
4646
},
4747
"devDependencies": {
48-
"@liskhq/lisk-passphrase": "^3.2.0-rc.0",
48+
"@liskhq/lisk-passphrase": "^3.2.0",
4949
"@types/debug": "4.1.7",
5050
"@types/faker": "4.1.10",
5151
"@types/jest": "26.0.21",

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": "5.3.0-rc.0",
3+
"version": "5.3.0",
44
"description": "A default set of Elements for use by clients of the Lisk network",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -55,14 +55,14 @@
5555
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
5656
},
5757
"dependencies": {
58-
"@liskhq/lisk-api-client": "^5.2.0-rc.0",
59-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
60-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
61-
"@liskhq/lisk-passphrase": "^3.2.0-rc.0",
62-
"@liskhq/lisk-transactions": "^5.3.0-rc.0",
63-
"@liskhq/lisk-tree": "^0.3.0-rc.0",
64-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
65-
"@liskhq/lisk-validator": "^0.7.0-rc.0",
58+
"@liskhq/lisk-api-client": "^5.2.0",
59+
"@liskhq/lisk-codec": "^0.3.0",
60+
"@liskhq/lisk-cryptography": "^3.3.0",
61+
"@liskhq/lisk-passphrase": "^3.2.0",
62+
"@liskhq/lisk-transactions": "^5.3.0",
63+
"@liskhq/lisk-tree": "^0.3.0",
64+
"@liskhq/lisk-utils": "^0.3.0",
65+
"@liskhq/lisk-validator": "^0.7.0",
6666
"buffer": "6.0.3"
6767
},
6868
"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.3.0-rc.0",
3+
"version": "0.3.0",
44
"description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,8 +36,8 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
40-
"@liskhq/lisk-validator": "^0.7.0-rc.0"
39+
"@liskhq/lisk-utils": "^0.3.0",
40+
"@liskhq/lisk-validator": "^0.7.0"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "26.0.21",

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

elements/lisk-elements/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-elements",
3-
"version": "5.3.0-rc.0",
3+
"version": "5.3.0",
44
"description": "Libraries to support building blockchain applications according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,19 +36,19 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-api-client": "^5.2.0-rc.0",
40-
"@liskhq/lisk-bft": "^0.4.0-rc.0",
41-
"@liskhq/lisk-chain": "^0.4.0-rc.0",
42-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
43-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
44-
"@liskhq/lisk-genesis": "^0.3.0-rc.0",
45-
"@liskhq/lisk-p2p": "^0.8.0-rc.0",
46-
"@liskhq/lisk-passphrase": "^3.2.0-rc.0",
47-
"@liskhq/lisk-transaction-pool": "^0.6.0-rc.0",
48-
"@liskhq/lisk-transactions": "^5.3.0-rc.0",
49-
"@liskhq/lisk-tree": "^0.3.0-rc.0",
50-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
51-
"@liskhq/lisk-validator": "^0.7.0-rc.0"
39+
"@liskhq/lisk-api-client": "^5.2.0",
40+
"@liskhq/lisk-bft": "^0.4.0",
41+
"@liskhq/lisk-chain": "^0.4.0",
42+
"@liskhq/lisk-codec": "^0.3.0",
43+
"@liskhq/lisk-cryptography": "^3.3.0",
44+
"@liskhq/lisk-genesis": "^0.3.0",
45+
"@liskhq/lisk-p2p": "^0.8.0",
46+
"@liskhq/lisk-passphrase": "^3.2.0",
47+
"@liskhq/lisk-transaction-pool": "^0.6.0",
48+
"@liskhq/lisk-transactions": "^5.3.0",
49+
"@liskhq/lisk-tree": "^0.3.0",
50+
"@liskhq/lisk-utils": "^0.3.0",
51+
"@liskhq/lisk-validator": "^0.7.0"
5252
},
5353
"devDependencies": {
5454
"@types/jest": "26.0.21",

elements/lisk-genesis/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-genesis",
3-
"version": "0.3.0-rc.0",
3+
"version": "0.3.0",
44
"description": "Library containing genesis block creation functions according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,11 +36,11 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-chain": "^0.4.0-rc.0",
40-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
41-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
42-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
43-
"@liskhq/lisk-validator": "^0.7.0-rc.0",
39+
"@liskhq/lisk-chain": "^0.4.0",
40+
"@liskhq/lisk-codec": "^0.3.0",
41+
"@liskhq/lisk-cryptography": "^3.3.0",
42+
"@liskhq/lisk-utils": "^0.3.0",
43+
"@liskhq/lisk-validator": "^0.7.0",
4444
"lodash.clonedeep": "4.5.0"
4545
},
4646
"devDependencies": {

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.8.0-rc.0",
3+
"version": "0.8.0",
44
"description": "Unstructured P2P library for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -42,9 +42,9 @@
4242
"disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19"
4343
},
4444
"dependencies": {
45-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
46-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
47-
"@liskhq/lisk-validator": "^0.7.0-rc.0",
45+
"@liskhq/lisk-codec": "^0.3.0",
46+
"@liskhq/lisk-cryptography": "^3.3.0",
47+
"@liskhq/lisk-validator": "^0.7.0",
4848
"lodash.shuffle": "4.2.0",
4949
"semver": "7.3.5",
5050
"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": "3.2.0-rc.0",
3+
"version": "3.2.0",
44
"description": "Mnemonic passphrase helpers for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.io>, 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.6.0-rc.0",
3+
"version": "0.6.0",
44
"description": "Transaction pool library for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -37,8 +37,8 @@
3737
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3838
},
3939
"dependencies": {
40-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
41-
"@liskhq/lisk-utils": "^0.3.0-rc.0",
40+
"@liskhq/lisk-cryptography": "^3.3.0",
41+
"@liskhq/lisk-utils": "^0.3.0",
4242
"debug": "4.3.4"
4343
},
4444
"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": "5.3.0-rc.0",
3+
"version": "5.3.0",
44
"description": "Utility functions related to transactions according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,9 +36,9 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-codec": "^0.3.0-rc.0",
40-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
41-
"@liskhq/lisk-validator": "^0.7.0-rc.0"
39+
"@liskhq/lisk-codec": "^0.3.0",
40+
"@liskhq/lisk-cryptography": "^3.3.0",
41+
"@liskhq/lisk-validator": "^0.7.0"
4242
},
4343
"devDependencies": {
4444
"@types/jest": "26.0.21",

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.3.0-rc.0",
3+
"version": "0.3.0",
44
"description": "Library containing Merkle tree implementations for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -36,8 +36,8 @@
3636
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3737
},
3838
"dependencies": {
39-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
40-
"@liskhq/lisk-utils": "^0.3.0-rc.0"
39+
"@liskhq/lisk-cryptography": "^3.3.0",
40+
"@liskhq/lisk-utils": "^0.3.0"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "26.0.21",

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.3.0-rc.0",
3+
"version": "0.3.0",
44
"description": "Library containing generic utility functions for use with Lisk-related software",
55
"author": "Lisk Foundation <admin@lisk.io>, 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.7.0-rc.0",
3+
"version": "0.7.0",
44
"description": "Validation library according to the Lisk protocol",
55
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
66
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
3737
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
3838
},
3939
"dependencies": {
40-
"@liskhq/lisk-cryptography": "^3.3.0-rc.0",
40+
"@liskhq/lisk-cryptography": "^3.3.0",
4141
"ajv": "8.1.0",
4242
"ajv-formats": "2.0.2",
4343
"debug": "4.3.4",

0 commit comments

Comments
 (0)