Skip to content

Commit

Permalink
Automatic version bump to 0.82.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromesimeon committed Oct 23, 2019
1 parent bf155ae commit 8eec864
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.82.1",
"version": "0.82.2",
"hoist": true,
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"name": "concerto",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.82.1",
"version": "0.82.2",
"scripts": {
"coverage": "istanbul-combine -d coverage -r lcov packages/concerto-cli/coverage/*.json packages/concerto-core/coverage/*.json packages/concerto-tools/coverage/*.json && cat ./coverage/lcov.info | coveralls",
"postinstall": "npm run pkgcheck && npm run bootstrap",
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-cli",
"version": "0.82.1",
"version": "0.82.2",
"description": "Command-line utility for working with Concerto model files",
"homepage": "https://github.com/accordproject/concerto",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,8 +45,8 @@
"tmp-promise": "2.0.2"
},
"dependencies": {
"@accordproject/concerto-core": "0.82.1",
"@accordproject/concerto-tools": "0.82.1",
"@accordproject/concerto-core": "0.82.2",
"@accordproject/concerto-tools": "0.82.2",
"debug": "4.1.1",
"mkdirp": "0.5.1",
"yargs": "13.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-core",
"version": "0.82.1",
"version": "0.82.2",
"description": "Core Implementation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-tools",
"version": "0.82.1",
"version": "0.82.2",
"description": "Tools for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"webpack-cli": "3.3.5"
},
"dependencies": {
"@accordproject/concerto-core": "0.82.1",
"@accordproject/concerto-core": "0.82.2",
"debug": "4.1.1",
"mkdirp": "0.5.1",
"yargs": "13.2.4"
Expand Down

0 comments on commit 8eec864

Please sign in to comment.