Skip to content

Commit 073b956

Browse files
committed
chore: Bump to 0.8.0-unstable version
Signed-off-by: Attila Klenik <a.klenik@gmail.com>
1 parent 6a59dc6 commit 073b956

File tree

8 files changed

+25
-27
lines changed

8 files changed

+25
-27
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.",
4-
"version": "0.7.0",
4+
"version": "0.8.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/hyperledger-caliper/caliper"

packages/caliper-cli/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-cli",
33
"description": "Hyperledger Caliper CLI, for convenience running of a performance benchmark to test blockchain technologies",
4-
"version": "0.7.0",
4+
"version": "0.8.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/hyperledger-caliper/caliper.git",
@@ -26,8 +26,8 @@
2626
"npm": ">=11.5.1"
2727
},
2828
"dependencies": {
29-
"@hyperledger/caliper-core": "0.7.0",
30-
"@hyperledger/caliper-fabric": "0.7.0",
29+
"@hyperledger/caliper-core": "0.8.0-unstable",
30+
"@hyperledger/caliper-fabric": "0.8.0-unstable",
3131
"yargs": "15.3.1"
3232
},
3333
"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.7.0",
4+
"version": "0.8.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/hyperledger-caliper/caliper.git",

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.7.0",
4+
"version": "0.8.0-unstable",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/hyperledger-caliper/caliper.git",
@@ -22,7 +22,7 @@
2222
"npm": ">=11.5.1"
2323
},
2424
"dependencies": {
25-
"@hyperledger/caliper-core": "0.7.0",
25+
"@hyperledger/caliper-core": "0.8.0-unstable",
2626
"semver": "7.5.2"
2727
},
2828
"devDependencies": {

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.7.0",
4+
"version": "0.8.0-unstable",
55
"private": true,
66
"repository": {
77
"type": "git",

packages/caliper-tests-integration/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "caliper-tests-integration",
3-
"version": "0.7.0",
3+
"version": "0.8.0-unstable",
44
"private": true,
55
"description": "Integration tests for Hyperledger Caliper",
66
"engines": {
@@ -35,9 +35,9 @@
3535
"license-check-and-add": "2.3.6"
3636
},
3737
"dependencies": {
38-
"@hyperledger/caliper-cli": "0.7.0",
39-
"@hyperledger/caliper-core": "0.7.0",
40-
"@hyperledger/caliper-fabric": "0.7.0"
38+
"@hyperledger/caliper-cli": "0.8.0-unstable",
39+
"@hyperledger/caliper-core": "0.8.0-unstable",
40+
"@hyperledger/caliper-fabric": "0.8.0-unstable"
4141
},
4242
"license-check-and-add-config": {
4343
"folder": ".",

scripts/force-clean.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ rm -rf ./packages/caliper-core/node_modules
2121
rm -rf ./packages/caliper-fabric/node_modules
2222
rm -rf ./packages/caliper-publish/node_modules
2323
rm -rf ./packages/caliper-tests-integration/node_modules
24-
25-
git checkout -- ./packages/caliper-fabric/package.json

0 commit comments

Comments
 (0)