Skip to content

Commit 338212d

Browse files
Bump version to 0.5.0-unstable (#1239)
Signed-off-by: D <d_kelsey@uk.ibm.com> Co-authored-by: D <d_kelsey@uk.ibm.com>
1 parent cbacc35 commit 338212d

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"packages/caliper-gui-server",
1717
"packages/generator-caliper"
1818
],
19-
"version": "0.4.3-unstable",
19+
"version": "0.5.0-unstable",
2020
"hoist": true
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "caliper",
33
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper"

packages/caliper-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger/caliper-cli",
33
"description": "Hyperledger Caliper CLI, for convenience running of a performance benchmark to test blockchain technologies",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper",
@@ -26,10 +26,10 @@
2626
"npm": ">=6.14.16"
2727
},
2828
"dependencies": {
29-
"@hyperledger/caliper-core": "0.4.3-unstable",
30-
"@hyperledger/caliper-fabric": "0.4.3-unstable",
31-
"@hyperledger/caliper-ethereum": "0.4.3-unstable",
32-
"@hyperledger/caliper-fisco-bcos": "0.4.3-unstable",
29+
"@hyperledger/caliper-core": "0.5.0-unstable",
30+
"@hyperledger/caliper-fabric": "0.5.0-unstable",
31+
"@hyperledger/caliper-ethereum": "0.5.0-unstable",
32+
"@hyperledger/caliper-fisco-bcos": "0.5.0-unstable",
3333
"yargs": "15.3.1"
3434
},
3535
"devDependencies": {

packages/caliper-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger/caliper-core",
33
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper",

packages/caliper-ethereum/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger/caliper-ethereum",
33
"description": "Ethereum connector for Caliper, enabling the running of performance benchmarks that interact with Ethereum",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper",
@@ -22,7 +22,7 @@
2222
"npm": ">=6.14.16"
2323
},
2424
"dependencies": {
25-
"@hyperledger/caliper-core": "0.4.3-unstable",
25+
"@hyperledger/caliper-core": "0.5.0-unstable",
2626
"ethereumjs-wallet": "^0.6.3",
2727
"web3": "1.3.0",
2828
"web3-eea": "0.10.0"

packages/caliper-fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger/caliper-fabric",
33
"description": "Hyperledger Fabric connector for Caliper, enabling the running of performance benchmarks that interact with Fabric",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@hapi/joi": "^15.1.1",
26-
"@hyperledger/caliper-core": "0.4.3-unstable",
26+
"@hyperledger/caliper-core": "0.5.0-unstable",
2727
"semver": "7.1.1"
2828
},
2929
"devDependencies": {

packages/caliper-fisco-bcos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/caliper-fisco-bcos",
3-
"version": "0.4.3-unstable",
3+
"version": "0.5.0-unstable",
44
"description": "FISCO BCOS connector for Caliper, enabling the running of a performance benchmarks that interact with FISCO BCOS",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"npm": ">=6.14.16"
2323
},
2424
"dependencies": {
25-
"@hyperledger/caliper-core": "0.4.3-unstable",
25+
"@hyperledger/caliper-core": "0.5.0-unstable",
2626
"crypto-js": "^3.1.9-1",
2727
"ethereumjs-util": "6.1.0",
2828
"fs-extra": "8.1.0",

packages/caliper-gui-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger/caliper-gui-dashboard",
33
"description": "Hyperledger Caliper GUI dashboard module, for easily assembling configuration files and monitoring benchmark runs",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"private": true,
66
"repository": {
77
"type": "git",

packages/caliper-gui-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger/caliper-gui-server",
33
"description": "Hyperledger Caliper GUI server module, for easily assembling configuration files and monitoring benchmark runs",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"private": true,
66
"repository": {
77
"type": "git",
@@ -22,8 +22,8 @@
2222
"npm": ">=6.14.16"
2323
},
2424
"dependencies": {
25-
"@hyperledger/caliper-core": "0.4.3-unstable",
26-
"@hyperledger/caliper-fabric": "0.4.3-unstable",
25+
"@hyperledger/caliper-core": "0.5.0-unstable",
26+
"@hyperledger/caliper-fabric": "0.5.0-unstable",
2727
"chalk": "1.1.3",
2828
"cors": "^2.8.5",
2929
"express": "4.17.1",

packages/caliper-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "caliper-publish",
33
"description": "Hyperledger Caliper internal CLI for publishing packages",
4-
"version": "0.4.3-unstable",
4+
"version": "0.5.0-unstable",
55
"private": true,
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)