Skip to content

Commit

Permalink
chore(*): bump to 3.1.0 (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roberts <[email protected]>
  • Loading branch information
mttrbrts authored Dec 15, 2022
1 parent 832645b commit 409fcad
Show file tree
Hide file tree
Showing 18 changed files with 11,247 additions and 27,189 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": "3.0.0",
"version": "3.1.0",
"hoist": true
}
38,329 changes: 11,194 additions & 27,135 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"name": "concerto",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "3.0.0",
"version": "3.1.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
6 changes: 3 additions & 3 deletions packages/concerto-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-analysis",
"version": "3.0.0",
"version": "3.1.0",
"description": "Analysis of Concerto model files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"dependencies": {
"@accordproject/concerto-core": "3.0.0",
"@accordproject/concerto-core": "3.1.0",
"semver": "7.3.5"
},
"devDependencies": {
"@accordproject/concerto-cto": "3.0.0",
"@accordproject/concerto-cto": "3.1.0",
"@types/jest": "28.1.1",
"@types/semver": "7.3.10",
"@typescript-eslint/eslint-plugin": "5.27.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/concerto-cli/package-lock.json

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

14 changes: 7 additions & 7 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": "3.0.0",
"version": "3.1.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,12 +43,12 @@
"tmp-promise": "3.0.2"
},
"dependencies": {
"@accordproject/concerto-analysis": "3.0.0",
"@accordproject/concerto-core": "3.0.0",
"@accordproject/concerto-cto": "3.0.0",
"@accordproject/concerto-metamodel": "3.0.0",
"@accordproject/concerto-tools": "3.0.0",
"@accordproject/concerto-util": "3.0.0",
"@accordproject/concerto-analysis": "3.1.0",
"@accordproject/concerto-core": "3.1.0",
"@accordproject/concerto-cto": "3.1.0",
"@accordproject/concerto-metamodel": "3.1.0",
"@accordproject/concerto-tools": "3.1.0",
"@accordproject/concerto-util": "3.1.0",
"@openapi-contrib/openapi-schema-to-json-schema": "^3.2.0",
"ansi-colors": "4.1.3",
"glob": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-core/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/concerto-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-core",
"version": "3.0.0",
"version": "3.1.0",
"description": "Core Implementation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -70,9 +70,9 @@
"yargs": "17.3.1"
},
"dependencies": {
"@accordproject/concerto-cto": "3.0.0",
"@accordproject/concerto-metamodel": "3.0.0",
"@accordproject/concerto-util": "3.0.0",
"@accordproject/concerto-cto": "3.1.0",
"@accordproject/concerto-metamodel": "3.1.0",
"@accordproject/concerto-util": "3.1.0",
"dayjs": "1.10.8",
"debug": "4.3.1",
"lorem-ipsum": "2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-cto/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/concerto-cto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-cto",
"version": "3.0.0",
"version": "3.1.0",
"description": "Parser for Concerto CTO files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -56,8 +56,8 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.0.0",
"@accordproject/concerto-util": "3.0.0",
"@accordproject/concerto-metamodel": "3.1.0",
"@accordproject/concerto-util": "3.1.0",
"path-browserify": "1.0.1"
},
"browserslist": "> 0.25%, not dead",
Expand Down
4 changes: 2 additions & 2 deletions packages/concerto-metamodel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-metamodel",
"version": "3.0.0",
"version": "3.1.0",
"description": "Concerto metamodel utilities",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-util": "3.0.0"
"@accordproject/concerto-util": "3.1.0"
},
"browserslist": "> 0.25%, not dead",
"license-check-and-add-config": {
Expand Down
9 changes: 4 additions & 5 deletions packages/concerto-tools/package-lock.json

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

6 changes: 3 additions & 3 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": "3.0.0",
"version": "3.1.0",
"description": "Tools for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -67,8 +67,8 @@
"webpack-cli": "4.9.1"
},
"dependencies": {
"@accordproject/concerto-core": "3.0.0",
"@accordproject/concerto-util": "3.0.0",
"@accordproject/concerto-core": "3.1.0",
"@accordproject/concerto-util": "3.1.0",
"ajv": "8.10.0",
"ajv-formats": "2.1.1",
"camelcase": "6.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/concerto-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-types",
"version": "3.0.0",
"version": "3.1.0",
"description": "Types for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "3.0.0",
"@accordproject/concerto-metamodel": "3.0.0",
"@accordproject/concerto-tools": "3.0.0",
"@accordproject/concerto-util": "3.0.0",
"@accordproject/concerto-core": "3.1.0",
"@accordproject/concerto-metamodel": "3.1.0",
"@accordproject/concerto-tools": "3.1.0",
"@accordproject/concerto-util": "3.1.0",
"eslint": "8.2.0",
"license-check-and-add": "2.3.6",
"npm-run-all": "4.1.5",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-util",
"version": "3.0.0",
"version": "3.1.0",
"description": "Utilities for Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-vocabulary/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/concerto-vocabulary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/concerto-vocabulary",
"version": "3.0.0",
"version": "3.1.0",
"description": "Associate human-readable text to model declarations",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.0.0",
"@accordproject/concerto-metamodel": "3.1.0",
"yaml": "2.0.0-9"
},
"browserslist": "> 0.25%, not dead",
Expand Down

0 comments on commit 409fcad

Please sign in to comment.