Skip to content

Commit

Permalink
⬆️ Bump version 6.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Oct 23, 2023
1 parent b2c85d3 commit 5745085
Show file tree
Hide file tree
Showing 23 changed files with 108 additions and 108 deletions.
18 changes: 9 additions & 9 deletions commander/package.json
@@ -1,6 +1,6 @@
{
"name": "lisk-commander",
"version": "6.0.0-rc.4",
"version": "6.0.0-rc.5",
"description": "A command line interface for Lisk",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -101,16 +101,16 @@
"/docs"
],
"dependencies": {
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
"@liskhq/lisk-chain": "^0.5.0-rc.3",
"@liskhq/lisk-client": "^6.0.0-rc.3",
"@liskhq/lisk-codec": "^0.4.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
"@liskhq/lisk-chain": "^0.5.0-rc.4",
"@liskhq/lisk-client": "^6.0.0-rc.4",
"@liskhq/lisk-codec": "^0.4.0-rc.2",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-db": "0.3.10",
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.1",
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"@oclif/core": "1.20.4",
"@oclif/plugin-autocomplete": "1.3.6",
"@oclif/plugin-help": "5.1.19",
Expand All @@ -121,7 +121,7 @@
"cli-table3": "0.6.0",
"fs-extra": "11.1.0",
"inquirer": "8.2.5",
"lisk-framework": "^0.11.0-rc.3",
"lisk-framework": "^0.11.0-rc.4",
"listr": "0.14.3",
"progress": "2.0.3",
"semver": "7.5.2",
Expand Down
Expand Up @@ -85,21 +85,21 @@
}
},
"dependencies": {
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0-rc.3",
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.3",
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.3",
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.3",
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.3",
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.3",
"@liskhq/lisk-framework-dashboard-plugin": "0.3.0-rc.4",
"@liskhq/lisk-framework-faucet-plugin": "0.3.0-rc.4",
"@liskhq/lisk-framework-monitor-plugin": "0.4.0-rc.4",
"@liskhq/lisk-framework-forger-plugin": "0.4.0-rc.4",
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-rc.4",
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-rc.4",
"@oclif/core": "1.20.4",
"@oclif/plugin-autocomplete": "1.3.6",
"@oclif/plugin-help": "5.1.19",
"@oclif/plugin-version": "1.1.3",
"axios": "0.21.2",
"fs-extra": "11.1.0",
"inquirer": "8.2.5",
"lisk-commander": "6.0.0-rc.4",
"lisk-sdk": "6.0.0-rc.3",
"lisk-commander": "6.0.0-rc.5",
"lisk-sdk": "6.0.0-rc.4",
"tar": "6.1.11",
"tslib": "2.4.1"
},
Expand Down
Expand Up @@ -28,7 +28,7 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"lisk-sdk": "^6.0.0-rc.3"
"lisk-sdk": "^6.0.0-rc.4"
},
"devDependencies": {
"@types/jest": "26.0.21",
Expand Down
12 changes: 6 additions & 6 deletions elements/lisk-api-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-api-client",
"version": "6.0.0-rc.3",
"version": "6.0.0-rc.4",
"description": "An API client for the Lisk network",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,16 +35,16 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-codec": "^0.4.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
"@liskhq/lisk-validator": "^0.8.0-rc.1",
"@liskhq/lisk-codec": "^0.4.0-rc.2",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"isomorphic-ws": "4.0.1",
"ws": "8.11.0",
"zeromq": "6.0.0-beta.6"
},
"devDependencies": {
"@liskhq/lisk-chain": "^0.5.0-rc.3",
"@liskhq/lisk-chain": "^0.5.0-rc.4",
"@types/jest": "29.2.3",
"@types/jest-when": "3.5.2",
"@types/node": "18.15.3",
Expand Down
10 changes: 5 additions & 5 deletions elements/lisk-chain/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-chain",
"version": "0.5.0-rc.3",
"version": "0.5.0-rc.4",
"description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,12 +35,12 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-codec": "^0.4.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-codec": "^0.4.0-rc.2",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-db": "0.3.10",
"@liskhq/lisk-tree": "^0.4.0-rc.1",
"@liskhq/lisk-tree": "^0.4.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.1",
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"debug": "4.3.4"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions elements/lisk-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-client",
"version": "6.0.0-rc.3",
"version": "6.0.0-rc.4",
"description": "A default set of Elements for use by clients of the Lisk network",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,14 +56,14 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
"@liskhq/lisk-codec": "^0.4.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
"@liskhq/lisk-codec": "^0.4.0-rc.2",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
"@liskhq/lisk-tree": "^0.4.0-rc.1",
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
"@liskhq/lisk-tree": "^0.4.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.1",
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"buffer": "6.0.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions elements/lisk-codec/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-codec",
"version": "0.4.0-rc.1",
"version": "0.4.0-rc.2",
"description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,9 +35,9 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.1"
"@liskhq/lisk-validator": "^0.8.0-rc.2"
},
"devDependencies": {
"@types/jest": "29.2.3",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-cryptography/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-cryptography",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "General cryptographic functions for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
20 changes: 10 additions & 10 deletions elements/lisk-elements/package.json
@@ -1,6 +1,6 @@
{
"name": "lisk-elements",
"version": "6.0.0-rc.3",
"version": "6.0.0-rc.4",
"description": "Elements for building blockchain applications in the Lisk network",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,18 +35,18 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
"@liskhq/lisk-chain": "^0.5.0-rc.3",
"@liskhq/lisk-codec": "^0.4.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
"@liskhq/lisk-chain": "^0.5.0-rc.4",
"@liskhq/lisk-codec": "^0.4.0-rc.2",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-db": "0.3.10",
"@liskhq/lisk-p2p": "^0.9.0-rc.1",
"@liskhq/lisk-p2p": "^0.9.0-rc.2",
"@liskhq/lisk-passphrase": "^4.0.0-rc.0",
"@liskhq/lisk-transaction-pool": "^0.7.0-rc.1",
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
"@liskhq/lisk-tree": "^0.4.0-rc.1",
"@liskhq/lisk-transaction-pool": "^0.7.0-rc.2",
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
"@liskhq/lisk-tree": "^0.4.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.1"
"@liskhq/lisk-validator": "^0.8.0-rc.2"
},
"devDependencies": {
"@types/jest": "29.2.3",
Expand Down
8 changes: 4 additions & 4 deletions elements/lisk-p2p/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-p2p",
"version": "0.9.0-rc.1",
"version": "0.9.0-rc.2",
"description": "Unstructured P2P library for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,9 +41,9 @@
"disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19"
},
"dependencies": {
"@liskhq/lisk-codec": "^0.4.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-validator": "^0.8.0-rc.1",
"@liskhq/lisk-codec": "^0.4.0-rc.2",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"lodash.shuffle": "4.2.0",
"semver": "7.5.2",
"socketcluster-client": "14.3.1",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-transaction-pool/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-transaction-pool",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"description": "Transaction pool library for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"debug": "4.3.4"
},
Expand Down
8 changes: 4 additions & 4 deletions elements/lisk-transactions/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-transactions",
"version": "6.0.0-rc.1",
"version": "6.0.0-rc.2",
"description": "Utility functions related to transactions according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,9 +35,9 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-codec": "^0.4.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-validator": "^0.8.0-rc.1"
"@liskhq/lisk-codec": "^0.4.0-rc.2",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-validator": "^0.8.0-rc.2"
},
"devDependencies": {
"@types/jest": "29.2.3",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-tree",
"version": "0.4.0-rc.1",
"version": "0.4.0-rc.2",
"description": "Library containing Merkle tree implementations for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-validator/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-validator",
"version": "0.8.0-rc.1",
"version": "0.8.0-rc.2",
"description": "Validation library according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"ajv": "8.1.0",
"ajv-formats": "2.1.1",
"debug": "4.3.4",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-chain-connector-plugin",
"version": "0.1.0-rc.3",
"version": "0.1.0-rc.4",
"description": "A plugin used by a relayer node to automatically create and submit Cross Chain Transaction by aggregating off-chain information of a chain",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"debug": "4.3.4",
"fs-extra": "11.1.0",
"lisk-sdk": "^6.0.0-rc.3"
"lisk-sdk": "^6.0.0-rc.4"
},
"devDependencies": {
"@types/jest": "29.2.3",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-dashboard-plugin",
"version": "0.3.0-rc.3",
"version": "0.3.0-rc.4",
"description": "A plugin for interacting with a newly developed blockchain application.",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,10 +46,10 @@
},
"dependencies": {
"@csstools/normalize.css": "12.0.0",
"@liskhq/lisk-client": "^6.0.0-rc.3",
"@liskhq/lisk-client": "^6.0.0-rc.4",
"express": "4.18.2",
"json-format-highlight": "1.0.4",
"lisk-sdk": "^6.0.0-rc.3",
"lisk-sdk": "^6.0.0-rc.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
Expand Down
14 changes: 7 additions & 7 deletions framework-plugins/lisk-framework-faucet-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-faucet-plugin",
"version": "0.3.0-rc.3",
"version": "0.3.0-rc.4",
"description": "A plugin for distributing testnet tokens from a newly developed blockchain application.",
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,15 +47,15 @@
},
"dependencies": {
"@csstools/normalize.css": "12.0.0",
"@liskhq/lisk-api-client": "^6.0.0-rc.3",
"@liskhq/lisk-client": "^6.0.0-rc.3",
"@liskhq/lisk-cryptography": "^4.0.0-rc.1",
"@liskhq/lisk-transactions": "^6.0.0-rc.1",
"@liskhq/lisk-api-client": "^6.0.0-rc.4",
"@liskhq/lisk-client": "^6.0.0-rc.4",
"@liskhq/lisk-cryptography": "^4.0.0-rc.2",
"@liskhq/lisk-transactions": "^6.0.0-rc.2",
"@liskhq/lisk-utils": "^0.4.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.1",
"@liskhq/lisk-validator": "^0.8.0-rc.2",
"axios": "1.2.0",
"express": "4.18.2",
"lisk-sdk": "^6.0.0-rc.3",
"lisk-sdk": "^6.0.0-rc.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
Expand Down

0 comments on commit 5745085

Please sign in to comment.