Skip to content

Commit

Permalink
chore(actions): publish v1.0.0-alpha.10 to npm
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
jeromesimeon committed Apr 26, 2021
1 parent 517d925 commit c071305
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"hoist": true
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"name": "concerto",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"private": true,
"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",
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": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"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": "3.0.2"
},
"dependencies": {
"@accordproject/concerto-core": "1.0.0-alpha.9",
"@accordproject/concerto-tools": "1.0.0-alpha.9",
"@accordproject/concerto-core": "1.0.0-alpha.10",
"@accordproject/concerto-tools": "1.0.0-alpha.10",
"mkdirp": "1.0.4",
"yargs": "16.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"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": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"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": "1.0.0-alpha.9",
"@accordproject/concerto-core": "1.0.0-alpha.10",
"debug": "4.3.1",
"mkdirp": "1.0.4"
},
Expand Down

0 comments on commit c071305

Please sign in to comment.