Skip to content

Commit 7427142

Browse files
authored
version bump for 0.4.1 release (#1060)
Signed-off-by: [email protected] <[email protected]>
1 parent f89f17c commit 7427142

File tree

12 files changed

+36
-36
lines changed

12 files changed

+36
-36
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.5.0-unstable",
19+
"version": "0.4.1",
2020
"hoist": true
2121
}

package.json

Lines changed: 2 additions & 2 deletions
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.5.0-unstable",
4+
"version": "0.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper"
@@ -68,4 +68,4 @@
6868
}
6969
},
7070
"license": "Apache-2.0"
71-
}
71+
}

packages/caliper-cli/package.json

Lines changed: 6 additions & 6 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.5.0-unstable",
4+
"version": "0.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper",
@@ -26,10 +26,10 @@
2626
"npm": ">=6.14.0"
2727
},
2828
"dependencies": {
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",
29+
"@hyperledger/caliper-core": "0.4.1",
30+
"@hyperledger/caliper-fabric": "0.4.1",
31+
"@hyperledger/caliper-ethereum": "0.4.1",
32+
"@hyperledger/caliper-fisco-bcos": "0.4.1",
3333
"yargs": "15.3.1"
3434
},
3535
"devDependencies": {
@@ -89,4 +89,4 @@
8989
"lines": 5
9090
},
9191
"license": "Apache-2.0"
92-
}
92+
}

packages/caliper-core/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-core",
33
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
4-
"version": "0.5.0-unstable",
4+
"version": "0.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper",
@@ -110,4 +110,4 @@
110110
"lines": 1
111111
},
112112
"license": "Apache-2.0"
113-
}
113+
}

packages/caliper-ethereum/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-ethereum",
33
"description": "Ethereum connector for Caliper, enabling the running of performance benchmarks that interact with Ethereum",
4-
"version": "0.5.0-unstable",
4+
"version": "0.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger/caliper",
@@ -22,7 +22,7 @@
2222
"npm": ">=6.14.0"
2323
},
2424
"dependencies": {
25-
"@hyperledger/caliper-core": "0.5.0-unstable",
25+
"@hyperledger/caliper-core": "0.4.1",
2626
"ethereumjs-wallet": "^0.6.3",
2727
"web3": "1.3.0",
2828
"web3-eea": "0.10.0"
@@ -84,4 +84,4 @@
8484
"lines": 5
8585
},
8686
"license": "Apache-2.0"
87-
}
87+
}

packages/caliper-fabric/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-fabric",
33
"description": "Hyperledger Fabric connector for Caliper, enabling the running of performance benchmarks that interact with Fabric",
4-
"version": "0.5.0-unstable",
4+
"version": "0.4.1",
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.5.0-unstable",
26+
"@hyperledger/caliper-core": "0.4.1",
2727
"semver": "7.1.1"
2828
},
2929
"devDependencies": {
@@ -104,4 +104,4 @@
104104
"lines": 1
105105
},
106106
"license": "Apache-2.0"
107-
}
107+
}

packages/caliper-fisco-bcos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/caliper-fisco-bcos",
3-
"version": "0.5.0-unstable",
3+
"version": "0.4.1",
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.0"
2323
},
2424
"dependencies": {
25-
"@hyperledger/caliper-core": "0.5.0-unstable",
25+
"@hyperledger/caliper-core": "0.4.1",
2626
"crypto-js": "^3.1.9-1",
2727
"ethereumjs-util": "6.1.0",
2828
"fs-extra": "8.1.0",
@@ -87,4 +87,4 @@
8787
"lines": 5
8888
},
8989
"license": "Apache-2.0"
90-
}
90+
}

packages/caliper-gui-dashboard/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-gui-dashboard",
33
"description": "Hyperledger Caliper GUI dashboard module, for easily assembling configuration files and monitoring benchmark runs",
4-
"version": "0.5.0-unstable",
4+
"version": "0.4.1",
55
"private": true,
66
"repository": {
77
"type": "git",
@@ -142,4 +142,4 @@
142142
"lines": 1
143143
},
144144
"license": "Apache-2.0"
145-
}
145+
}

packages/caliper-gui-server/package.json

Lines changed: 4 additions & 4 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.5.0-unstable",
4+
"version": "0.4.1",
55
"private": true,
66
"repository": {
77
"type": "git",
@@ -22,8 +22,8 @@
2222
"npm": ">=6.14.0"
2323
},
2424
"dependencies": {
25-
"@hyperledger/caliper-core": "0.5.0-unstable",
26-
"@hyperledger/caliper-fabric": "0.5.0-unstable",
25+
"@hyperledger/caliper-core": "0.4.1",
26+
"@hyperledger/caliper-fabric": "0.4.1",
2727
"chalk": "1.1.3",
2828
"cors": "^2.8.5",
2929
"express": "4.17.1",
@@ -98,4 +98,4 @@
9898
"lines": 1
9999
},
100100
"license": "Apache-2.0"
101-
}
101+
}

packages/caliper-publish/package.json

Lines changed: 2 additions & 2 deletions
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.5.0-unstable",
4+
"version": "0.4.1",
55
"private": true,
66
"repository": {
77
"type": "git",
@@ -82,4 +82,4 @@
8282
"lines": 5
8383
},
8484
"license": "Apache-2.0"
85-
}
85+
}

0 commit comments

Comments
 (0)