Skip to content

Commit

Permalink
Merge pull request #1027 from aklenik/release-0-4-0
Browse files Browse the repository at this point in the history
[Release v0.4.0] Bump version to stable v0.4.0
  • Loading branch information
aklenik authored Oct 2, 2020
2 parents 5938426 + 54cbec9 commit 7ddfe0a
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"packages/caliper-gui-server",
"packages/generator-caliper"
],
"version": "0.4.0-unstable",
"version": "0.4.0",
"hoist": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caliper",
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.4.0-unstable",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper"
Expand Down Expand Up @@ -68,4 +68,4 @@
}
},
"license": "Apache-2.0"
}
}
12 changes: 6 additions & 6 deletions packages/caliper-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-cli",
"description": "Hyperledger Caliper CLI, for convenience running of a performance benchmark to test blockchain technologies",
"version": "0.4.0-unstable",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -26,10 +26,10 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.4.0-unstable",
"@hyperledger/caliper-fabric": "0.4.0-unstable",
"@hyperledger/caliper-ethereum": "0.4.0-unstable",
"@hyperledger/caliper-fisco-bcos": "0.4.0-unstable",
"@hyperledger/caliper-core": "0.4.0",
"@hyperledger/caliper-fabric": "0.4.0",
"@hyperledger/caliper-ethereum": "0.4.0",
"@hyperledger/caliper-fisco-bcos": "0.4.0",
"yargs": "15.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"lines": 5
},
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions packages/caliper-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-core",
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
"version": "0.4.0-unstable",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand Down Expand Up @@ -110,4 +110,4 @@
"lines": 1
},
"license": "Apache-2.0"
}
}
6 changes: 3 additions & 3 deletions packages/caliper-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-ethereum",
"description": "Ethereum connector for Caliper, enabling the running of performance benchmarks that interact with Ethereum",
"version": "0.4.0-unstable",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -22,7 +22,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.4.0-unstable",
"@hyperledger/caliper-core": "0.4.0",
"ethereumjs-wallet": "^0.6.3"
},
"devDependencies": {
Expand Down Expand Up @@ -83,4 +83,4 @@
"lines": 5
},
"license": "Apache-2.0"
}
}
6 changes: 3 additions & 3 deletions packages/caliper-fabric/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-fabric",
"description": "Hyperledger Fabric connector for Caliper, enabling the running of performance benchmarks that interact with Fabric",
"version": "0.4.0-unstable",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@hapi/joi": "^15.1.1",
"@hyperledger/caliper-core": "0.4.0-unstable",
"@hyperledger/caliper-core": "0.4.0",
"semver": "7.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -95,4 +95,4 @@
"lines": 1
},
"license": "Apache-2.0"
}
}
6 changes: 3 additions & 3 deletions packages/caliper-fisco-bcos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/caliper-fisco-bcos",
"version": "0.4.0-unstable",
"version": "0.4.0",
"description": "FISCO BCOS connector for Caliper, enabling the running of a performance benchmarks that interact with FISCO BCOS",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.4.0-unstable",
"@hyperledger/caliper-core": "0.4.0",
"crypto-js": "^3.1.9-1",
"ethereumjs-util": "6.1.0",
"fs-extra": "8.1.0",
Expand Down Expand Up @@ -87,4 +87,4 @@
"lines": 5
},
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions packages/caliper-gui-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-gui-dashboard",
"description": "Hyperledger Caliper GUI dashboard module, for easily assembling configuration files and monitoring benchmark runs",
"version": "0.4.0-unstable",
"version": "0.4.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -142,4 +142,4 @@
"lines": 1
},
"license": "Apache-2.0"
}
}
8 changes: 4 additions & 4 deletions packages/caliper-gui-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-gui-server",
"description": "Hyperledger Caliper GUI server module, for easily assembling configuration files and monitoring benchmark runs",
"version": "0.4.0-unstable",
"version": "0.4.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.4.0-unstable",
"@hyperledger/caliper-fabric": "0.4.0-unstable",
"@hyperledger/caliper-core": "0.4.0",
"@hyperledger/caliper-fabric": "0.4.0",
"chalk": "1.1.3",
"cors": "^2.8.5",
"express": "4.17.1",
Expand Down Expand Up @@ -98,4 +98,4 @@
"lines": 1
},
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions packages/caliper-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caliper-publish",
"description": "Hyperledger Caliper internal CLI for publishing packages",
"version": "0.4.0-unstable",
"version": "0.4.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -82,4 +82,4 @@
"lines": 5
},
"license": "Apache-2.0"
}
}
14 changes: 7 additions & 7 deletions packages/caliper-tests-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caliper-tests-integration",
"version": "0.4.0-unstable",
"version": "0.4.0",
"private": true,
"description": "Integration tests for Hyperledger Caliper",
"scripts": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"license-check-and-add": "2.3.6"
},
"dependencies": {
"@hyperledger/caliper-cli": "0.4.0-unstable",
"@hyperledger/caliper-core": "0.4.0-unstable",
"@hyperledger/caliper-ethereum": "0.4.0-unstable",
"@hyperledger/caliper-fabric": "0.4.0-unstable",
"@hyperledger/caliper-fisco-bcos": "0.4.0-unstable",
"@hyperledger/caliper-cli": "0.4.0",
"@hyperledger/caliper-core": "0.4.0",
"@hyperledger/caliper-ethereum": "0.4.0",
"@hyperledger/caliper-fabric": "0.4.0",
"@hyperledger/caliper-fisco-bcos": "0.4.0",
"yeoman-generator": "4.7.2",
"yosay": "^2.0.1"
},
Expand Down Expand Up @@ -132,4 +132,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/generator-caliper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/generator-caliper",
"description": "Yeoman generator for Hyperledger Caliper",
"version": "0.4.0-unstable",
"version": "0.4.0",
"author": "Lynn Muswere",
"homepage": "https://hyperledger.github.io/caliper/",
"repository": {
Expand Down Expand Up @@ -92,4 +92,4 @@
"functions": 1,
"lines": 1
}
}
}

0 comments on commit 7ddfe0a

Please sign in to comment.