Skip to content

Commit

Permalink
Automatic version bump to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabric-composer-app committed Apr 12, 2018
1 parent 236b52a commit db09d8b
Show file tree
Hide file tree
Showing 29 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "0.19.1",
"version": "0.19.2",
"hoist": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"name": "composer",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.19.1",
"version": "0.19.2",
"main": "index.js",
"private": true,
"scripts": {
Expand Down Expand Up @@ -80,4 +80,4 @@
}
}
}
}
}
14 changes: 7 additions & 7 deletions packages/composer-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-admin",
"version": "0.19.1",
"version": "0.19.2",
"description": "Hyperledger Composer Admin, code that manages business networks deployed to Hyperledger Fabric",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -43,10 +43,10 @@
"sinon": "2.3.8"
},
"dependencies": {
"composer-common": "0.19.1",
"composer-connector-hlfv1": "0.19.1",
"composer-wallet-filesystem": "0.19.1",
"composer-wallet-inmemory": "0.19.1"
"composer-common": "0.19.2",
"composer-connector-hlfv1": "0.19.2",
"composer-wallet-filesystem": "0.19.2",
"composer-wallet-inmemory": "0.19.2"
},
"license-check-and-add-config": {
"folder": ".",
Expand Down Expand Up @@ -74,12 +74,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand Down
24 changes: 12 additions & 12 deletions packages/composer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-cli",
"version": "0.19.1",
"version": "0.19.2",
"description": "Hyperledger Composer command line interfaces (CLIs)",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -44,13 +44,13 @@
"ajv": "6.1.1",
"chalk": "1.1.3",
"cli-table": "0.3.1",
"composer-admin": "0.19.1",
"composer-client": "0.19.1",
"composer-common": "0.19.1",
"composer-documentation": "0.19.1",
"composer-report": "0.19.1",
"composer-wallet-filesystem": "0.19.1",
"composer-wallet-inmemory": "0.19.1",
"composer-admin": "0.19.2",
"composer-client": "0.19.2",
"composer-common": "0.19.2",
"composer-documentation": "0.19.2",
"composer-report": "0.19.2",
"composer-wallet-filesystem": "0.19.2",
"composer-wallet-inmemory": "0.19.2",
"homedir": "0.6.0",
"js-yaml": "3.10.0",
"mkdirp": "0.5.1",
Expand Down Expand Up @@ -86,20 +86,20 @@
"insert_license": false,
"default_format": {
"eachLine": {
"prepend": "# "
}
"prepend": "# "
}
},
"license_formats": {
"js": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig|ppc64le": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand Down
14 changes: 7 additions & 7 deletions packages/composer-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-client",
"version": "0.19.1",
"version": "0.19.2",
"description": "The node.js client library for Hyperledger Composer, a development framework for Hyperledger Fabric",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -57,12 +57,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand All @@ -71,10 +71,10 @@
}
},
"dependencies": {
"composer-common": "0.19.1",
"composer-connector-hlfv1": "0.19.1",
"composer-wallet-filesystem": "0.19.1",
"composer-wallet-inmemory": "0.19.1",
"composer-common": "0.19.2",
"composer-connector-hlfv1": "0.19.2",
"composer-wallet-filesystem": "0.19.2",
"composer-wallet-inmemory": "0.19.2",
"uuid": "3.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/composer-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-common",
"version": "0.19.1",
"version": "0.19.2",
"description": "Hyperledger Composer Common, code that is common across client, admin and runtime.",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -121,12 +121,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions packages/composer-connector-embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-connector-embedded",
"version": "0.19.1",
"version": "0.19.2",
"description": "The embedded client connector for Hyperledger Composer",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -49,12 +49,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand All @@ -74,9 +74,9 @@
"watchify": "3.7.0"
},
"dependencies": {
"composer-common": "0.19.1",
"composer-runtime": "0.19.1",
"composer-runtime-embedded": "0.19.1"
"composer-common": "0.19.2",
"composer-runtime": "0.19.2",
"composer-runtime-embedded": "0.19.2"
},
"nyc": {
"exclude": [
Expand Down
8 changes: 4 additions & 4 deletions packages/composer-connector-hlfv1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-connector-hlfv1",
"version": "0.19.1",
"version": "0.19.2",
"description": "The Hyperledger Fabric v1.x Client connector for Hyperledger Composer",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -50,12 +50,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand All @@ -64,7 +64,7 @@
}
},
"dependencies": {
"composer-common": "0.19.1",
"composer-common": "0.19.2",
"fabric-ca-client": "1.1.0",
"fabric-client": "1.1.0",
"fs-extra": "1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/composer-connector-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-connector-proxy",
"version": "0.19.1",
"version": "0.19.2",
"description": "The proxying client connector for Hyperledger Composer",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -49,12 +49,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand All @@ -76,7 +76,7 @@
"watchify": "3.7.0"
},
"dependencies": {
"composer-common": "0.19.1",
"composer-common": "0.19.2",
"socket.io-client": "1.7.3"
},
"nyc": {
Expand Down
12 changes: 6 additions & 6 deletions packages/composer-connector-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-connector-server",
"version": "0.19.1",
"version": "0.19.2",
"description": "The remote connector server for Hyperledger Composer",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -53,12 +53,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand All @@ -67,16 +67,16 @@
}
},
"dependencies": {
"composer-common": "0.19.1",
"composer-connector-hlfv1": "0.19.1",
"composer-common": "0.19.2",
"composer-connector-hlfv1": "0.19.2",
"serializerr": "1.0.3",
"socket.io": "1.7.3",
"uuid": "3.0.1",
"yargs": "10.0.3"
},
"devDependencies": {
"chai": "3.5.0",
"composer-connector-embedded": "0.19.1",
"composer-connector-embedded": "0.19.2",
"eslint": "3.17.1",
"jsdoc": "3.5.5",
"license-check-and-add": "2.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/composer-connector-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer-connector-web",
"version": "0.19.1",
"version": "0.19.2",
"description": "The web client connector for Hyperledger Composer",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -52,12 +52,12 @@
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
"prepend": " * "
}
},
"npmrc|editorconfig": {
"eachLine": {
"prepend": "# "
"prepend": "# "
}
},
"md": {
Expand All @@ -73,7 +73,7 @@
"brfs": "1.4.3",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"composer-runtime-pouchdb": "0.19.1",
"composer-runtime-pouchdb": "0.19.2",
"eslint": "3.17.1",
"jsdoc": "3.5.5",
"karma": "1.3.0",
Expand All @@ -89,9 +89,9 @@
"watchify": "3.7.0"
},
"dependencies": {
"composer-common": "0.19.1",
"composer-runtime": "0.19.1",
"composer-runtime-web": "0.19.1",
"composer-common": "0.19.2",
"composer-runtime": "0.19.2",
"composer-runtime-web": "0.19.2",
"uuid": "3.0.1"
}
}
Loading

0 comments on commit db09d8b

Please sign in to comment.