Skip to content

Commit

Permalink
Merge a37053b into bea3ed6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2022
2 parents bea3ed6 + a37053b commit 4659044
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "2.1.0",
"version": "2.2.0",
"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
Expand Up @@ -17,7 +17,7 @@
},
"name": "concerto",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"coverage": "node ./scripts/coverage.js \"packages/concerto-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info",
Expand Down
12 changes: 6 additions & 6 deletions packages/concerto-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-cli",
"version": "2.1.0",
"version": "2.2.0",
"description": "Command-line utility for working with Concerto model files",
"homepage": "https://github.com/accordproject/concerto",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,11 +43,11 @@
"tmp-promise": "3.0.2"
},
"dependencies": {
"@accordproject/concerto-core": "2.1.0",
"@accordproject/concerto-cto": "2.1.0",
"@accordproject/concerto-metamodel": "2.1.0",
"@accordproject/concerto-tools": "2.1.0",
"@accordproject/concerto-util": "2.1.0",
"@accordproject/concerto-core": "2.2.0",
"@accordproject/concerto-cto": "2.2.0",
"@accordproject/concerto-metamodel": "2.2.0",
"@accordproject/concerto-tools": "2.2.0",
"@accordproject/concerto-util": "2.2.0",
"mkdirp": "1.0.4",
"yargs": "17.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/concerto-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-core",
"version": "2.1.0",
"version": "2.2.0",
"description": "Core Implementation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -65,9 +65,9 @@
"yargs": "17.3.1"
},
"dependencies": {
"@accordproject/concerto-cto": "2.1.0",
"@accordproject/concerto-metamodel": "2.1.0",
"@accordproject/concerto-util": "2.1.0",
"@accordproject/concerto-cto": "2.2.0",
"@accordproject/concerto-metamodel": "2.2.0",
"@accordproject/concerto-util": "2.2.0",
"dayjs": "1.10.8",
"debug": "4.3.1",
"lorem-ipsum": "2.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-cto/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-cto",
"version": "2.1.0",
"version": "2.2.0",
"description": "Parser for Concerto CTO files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -51,8 +51,8 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "2.1.0",
"@accordproject/concerto-util": "2.1.0"
"@accordproject/concerto-metamodel": "2.2.0",
"@accordproject/concerto-util": "2.2.0"
},
"browserslist": "> 0.25%, not dead",
"license-check-and-add-config": {
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-metamodel/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-metamodel",
"version": "2.1.0",
"version": "2.2.0",
"description": "Concerto metamodel utilities",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-util": "2.1.0"
"@accordproject/concerto-util": "2.2.0"
},
"browserslist": "> 0.25%, not dead",
"license-check-and-add-config": {
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-tools",
"version": "2.1.0",
"version": "2.2.0",
"description": "Tools for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -58,8 +58,8 @@
"webpack-cli": "4.9.1"
},
"dependencies": {
"@accordproject/concerto-core": "2.1.0",
"@accordproject/concerto-util": "2.1.0",
"@accordproject/concerto-core": "2.2.0",
"@accordproject/concerto-util": "2.2.0",
"ajv": "8.10.0",
"ajv-formats": "2.1.1",
"debug": "4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-util/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-util/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-util",
"version": "2.1.0",
"version": "2.2.0",
"description": "Utilities for Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-vocabulary/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-vocabulary/package.json
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-vocabulary",
"version": "2.1.0",
"version": "2.2.0",
"description": "Associate human-readable text to model declarations",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down

0 comments on commit 4659044

Please sign in to comment.