Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 540cccc

Browse files
Automatic version bump to 0.2.5
1 parent 75b1be5 commit 540cccc

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"hoist": true,
88
"nohoist": "*-model"
99
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"name": "sample-networks",
1111
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
12-
"version": "0.2.4",
12+
"version": "0.2.5",
1313
"main": "index.js",
1414
"private": true,
1515
"scripts": {
@@ -62,4 +62,4 @@
6262
}
6363
}
6464
}
65-
}
65+
}

packages/animaltracking-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"composer": "^0.19.0"
44
},
55
"name": "animaltracking-network",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "Animal Tracking network based on UK DEFRA regulations",
88
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/animaltracking-network/networkimage.svg",
99
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/animaltracking-network/networkimageanimated.svg",

packages/basic-sample-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"composer": "^0.19.0"
44
},
55
"name": "basic-sample-network",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "The Hello World of Hyperledger Composer samples",
88
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/basic-sample-network/networkimage.svg",
99
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/basic-sample-network/networkimageanimated.svg",

packages/bond-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"composer": "^0.19.0"
44
},
55
"name": "bond-network",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "Bond Reference Data Sharing Business Network",
88
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/bond-network/networkimage.svg",
99
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/bond-network/networkimageanimated.svg",

packages/carauction-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"composer": "^0.19.0"
44
},
55
"name": "carauction-network",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "Car Auction Business Network",
88
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/carauction-network/networkimage.svg",
99
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/carauction-network/networkimageanimated.svg",

packages/digitalproperty-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"composer": "^0.19.0"
44
},
55
"name": "digitalproperty-network",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "Digital Property Network",
88
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/digitalproperty-network/networkimage.svg",
99
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/digitalproperty-network/networkimageanimated.svg",

packages/fund-clearing-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"composer": "^0.19.0"
44
},
55
"name": "fund-clearing-network",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "Sample network to facilitate the transafer of funds between participants",
88
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/fund-clearing-network/networkimage.svg",
99
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/fund-clearing-network/networkimageanimated.svg",

packages/letters-of-credit-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "letters of credit network",
77
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/letters-of-credit-network/networkimage.svg",
88
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/letters-of-credit-network/networkimageanimated.svg",
9-
"version": "0.2.4",
9+
"version": "0.2.5",
1010
"scripts": {
1111
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/letters-of-credit-network.bna",
1212
"lint": "eslint .",

packages/marbles-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"composer": "^0.19.0"
44
},
55
"name": "marbles-network",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "Marble Trading Network",
88
"networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/marbles-network/networkimage.svg",
99
"networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/marbles-network/networkimageanimated.svg",

0 commit comments

Comments
 (0)