Skip to content

Commit ef4c7aa

Browse files
author
Simon Stone
committed
[FAB-16473] Move version/tag back to snapshot/unstable
Signed-off-by: Simon Stone <sstone1@uk.ibm.com> Change-Id: I6ced1108ebb242581e31cd418f56fe52db49e2f7
1 parent 238f775 commit ef4c7aa

File tree

12 files changed

+24
-25
lines changed

12 files changed

+24
-25
lines changed

fabric-contract-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-contract-api",
3-
"version": "2.0.0-alpha",
4-
"tag": "alpha",
3+
"version": "2.0.0-snapshot",
4+
"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",
77
"repository": {

fabric-shim-crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-shim-crypto",
3-
"version": "2.0.0-alpha",
4-
"tag": "alpha",
3+
"version": "2.0.0-snapshot",
4+
"tag": "unstable",
55
"description": "A node.js implementation of encryption library for Hyperledger Fabric chaincode shim",
66
"main": "index.js",
77
"repository": {

fabric-shim/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-shim",
3-
"version": "2.0.0-alpha",
4-
"tag": "alpha",
3+
"version": "2.0.0-snapshot",
4+
"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",
77
"bin": {

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-test",
3-
"version": "2.0.0-alpha",
3+
"version": "2.0.0-snapshot",
44
"description": "fabric-shim, fabric-shim-crypto",
55
"testFabricVersion": "master",
66
"testFabricThirdParty": "0.4.14",

test/fv/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": "file:./fabric-shim-2.0.0-alpha.tgz",
22-
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-alpha.tgz",
21+
"fabric-shim": "file:./fabric-shim-2.0.0-snapshot.tgz",
22+
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-snapshot.tgz",
2323
"@types/node": "^10.3.6",
2424
"ts-node": "^3.3.0",
2525
"tslint": "^5.6.0",

test/fv/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": "ISC",
1717
"dependencies": {
18-
"fabric-shim": "file:./fabric-shim-2.0.0-alpha.tgz",
19-
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-alpha.tgz"
18+
"fabric-shim": "file:./fabric-shim-2.0.0-snapshot.tgz",
19+
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-snapshot.tgz"
2020
}
2121
}

test/fv/crosschaincode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "ISC",
1717
"dependencies": {
18-
"fabric-shim": "file:./fabric-shim-2.0.0-alpha.tgz",
19-
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-alpha.tgz"
18+
"fabric-shim": "file:./fabric-shim-2.0.0-snapshot.tgz",
19+
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-snapshot.tgz"
2020
}
2121
}

test/fv/crosschaincode2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "ISC",
1717
"dependencies": {
18-
"fabric-shim": "file:./fabric-shim-2.0.0-alpha.tgz",
19-
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-alpha.tgz"
18+
"fabric-shim": "file:./fabric-shim-2.0.0-snapshot.tgz",
19+
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-snapshot.tgz"
2020
}
2121
}

test/fv/crud/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": "file:./fabric-shim-2.0.0-alpha.tgz",
19-
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-alpha.tgz"
18+
"fabric-shim": "file:./fabric-shim-2.0.0-snapshot.tgz",
19+
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-snapshot.tgz"
2020
}
2121
}

test/fv/encryption/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
"author": "",
1616
"license": "ISC",
1717
"dependencies": {
18-
"fabric-shim": "file:./fabric-shim-2.0.0-alpha.tgz",
19-
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-alpha.tgz",
20-
"fabric-shim-crypto": "file:./fabric-shim-crypto-2.0.0-alpha.tgz"
18+
"fabric-shim": "file:./fabric-shim-2.0.0-snapshot.tgz",
19+
"fabric-contract-api": "file:./fabric-contract-api-2.0.0-snapshot.tgz",
20+
"fabric-shim-crypto": "file:./fabric-shim-crypto-2.0.0-snapshot.tgz"
2121
}
2222
}
23-

0 commit comments

Comments
 (0)