Skip to content

Commit

Permalink
[FABN-1435] Publish 2.0.0-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone committed Dec 13, 2019
1 parent 55b5398 commit 5124fd7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "2.0.0-snapshot",
"tag": "unstable",
"version": "2.0.0-beta.2",
"tag": "beta",
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "2.0.0-snapshot",
"tag": "unstable",
"version": "2.0.0-beta.2",
"tag": "beta",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-common",
"version": "2.0.0-snapshot",
"tag": "unstable",
"version": "2.0.0-beta.2",
"tag": "beta",
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.",
"keywords": [
"blockchain",
Expand Down
4 changes: 2 additions & 2 deletions fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "2.0.0-snapshot",
"tag": "unstable",
"version": "2.0.0-beta.2",
"tag": "beta",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions fabric-protos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-protos",
"version": "2.0.0-snapshot",
"tag": "unstable",
"version": "2.0.0-beta.2",
"tag": "beta",
"description": "Protocol Buffer files and generated JavaScript classes for Hyperledger Fabric",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-sdk-node",
"version": "2.0.0-snapshot",
"version": "2.0.0-beta.2",
"testFabricVersion": "master",
"testFabricThirdParty": "0.4.16",
"main": "index.js",
Expand Down

0 comments on commit 5124fd7

Please sign in to comment.