Skip to content

Commit 9c4da4e

Browse files
committed
FABCN-391 Update version number in master branch
Signed-off-by: heatherlp <heatherpollard0@gmail.com>
1 parent e7e46a9 commit 9c4da4e

20 files changed

Lines changed: 41 additions & 41 deletions

File tree

apis/fabric-contract-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-contract-api",
3-
"version": "2.1.0-unstable",
3+
"version": "3.0.0-unstable",
44
"tag": "unstable",
55
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",
@@ -46,7 +46,7 @@
4646
"lines": 100
4747
},
4848
"dependencies": {
49-
"fabric-shim-api": "2.1.0-unstable",
49+
"fabric-shim-api": "3.0.0-unstable",
5050
"class-transformer": "^0.2.2",
5151
"fast-safe-stringify": "~2.0.7",
5252
"get-params": "^0.1.2",

apis/fabric-shim-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-shim-api",
3-
"version": "2.1.0-unstable",
3+
"version": "3.0.0-unstable",
44
"tag": "unstable",
55
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",

docs/_jsdoc/tutorials/using-chaincodeinterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd mycc
88
// create a new node project
99
npm init
1010
// install fabric-shim at master branch
11-
npm install 2.1.0-unstable
11+
npm install 3.0.0-unstable
1212
// or using the released version
1313
npm install fabric-shim
1414
touch mychaincode.js
@@ -68,7 +68,7 @@ Finally, update the "start" script in package.json to "node mychaincode.js":
6868
"engineStrict": true,
6969
"license": "Apache-2.0",
7070
"dependencies": {
71-
"fabric-shim": "2.1.0-unstable"
71+
"fabric-shim": "3.0.0-unstable"
7272
}
7373
}
7474
```

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"docs": "rimraf ./gen && jsdoc -c ./_jsdoc.json"
99
},
1010
"devDependencies": {
11-
"fabric-ledger": "2.1.0-unstable",
11+
"fabric-ledger": "3.0.0-unstable",
1212
"ink-docstrap": "^1.3.2",
1313
"jsdoc": "^3.6.3",
1414
"rimraf": "^3.0.0"

libraries/fabric-ledger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-ledger",
3-
"version": "2.1.0-unstable",
3+
"version": "3.0.0-unstable",
44
"tag": "unstable",
55
"description": "A node.js implementation of Hyperledger Fabric ledger api, to allow access to ledger data from smart contracts",
66
"main": "lib/index.js",
@@ -49,7 +49,7 @@
4949
"lines": 100
5050
},
5151
"dependencies": {
52-
"fabric-contract-api": "2.1.0-unstable",
52+
"fabric-contract-api": "3.0.0-unstable",
5353
"winston": "^3.2.1"
5454
},
5555
"devDependencies": {

libraries/fabric-shim-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-shim-crypto",
3-
"version": "2.1.0-unstable",
3+
"version": "3.0.0-unstable",
44
"tag": "unstable",
55
"description": "A node.js implementation of encryption library for Hyperledger Fabric chaincode shim",
66
"main": "index.js",

libraries/fabric-shim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-shim",
3-
"version": "2.1.0-unstable",
3+
"version": "3.0.0-unstable",
44
"tag": "unstable",
55
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",
@@ -61,8 +61,8 @@
6161
"@grpc/proto-loader": "^0.5.1",
6262
"@types/node": "^8.9.4",
6363
"ajv": "^6.5.5",
64-
"fabric-contract-api": "2.1.0-unstable",
65-
"fabric-shim-api": "2.1.0-unstable",
64+
"fabric-contract-api": "3.0.0-unstable",
65+
"fabric-shim-api": "3.0.0-unstable",
6666
"fs-extra": "8.1.0",
6767
"grpc": "^1.23.3",
6868
"reflect-metadata": "^0.1.12",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-chaincode-node",
3-
"version": "2.1.0-unstable",
3+
"version": "3.0.0-unstable",
44
"tag": "unstable",
55
"description": "fabric-chaincode-node monorepo, built with rush",
66
"testFabricVersion": "master",

test/chaincodes/annotations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"author": "",
1919
"license": "APACHE-2.0",
2020
"dependencies": {
21-
"fabric-shim": "2.1.0-unstable",
22-
"fabric-contract-api": "2.1.0-unstable",
21+
"fabric-shim": "3.0.0-unstable",
22+
"fabric-contract-api": "3.0.0-unstable",
2323
"@types/node": "^10.3.6",
2424
"ts-node": "^3.3.0",
2525
"tslint": "^5.6.0",

test/chaincodes/clientidentity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"fabric-shim": "2.1.0-unstable",
19-
"fabric-contract-api": "2.1.0-unstable"
18+
"fabric-shim": "3.0.0-unstable",
19+
"fabric-contract-api": "3.0.0-unstable"
2020
}
2121
}

0 commit comments

Comments
 (0)