Skip to content

Commit

Permalink
chore(actions): publish v3.0.0-beta.3 to npm (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: mttrbrts <[email protected]>
  • Loading branch information
github-actions[bot] and mttrbrts authored Sep 26, 2022
1 parent 6044479 commit ac47ec0
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 48 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-beta.2",
"version": "3.0.0-beta.3",
"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 @@ -17,7 +17,7 @@
},
"name": "concerto",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"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-beta.2",
"version": "3.0.0-beta.3",
"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-beta.2",
"@accordproject/concerto-core": "3.0.0-beta.3",
"semver": "7.3.5"
},
"devDependencies": {
"@accordproject/concerto-cto": "3.0.0-beta.2",
"@accordproject/concerto-cto": "3.0.0-beta.3",
"@types/jest": "28.1.1",
"@types/semver": "7.3.10",
"@typescript-eslint/eslint-plugin": "5.27.1",
Expand Down
4 changes: 2 additions & 2 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-beta.2",
"version": "3.0.0-beta.3",
"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-beta.2",
"@accordproject/concerto-core": "3.0.0-beta.2",
"@accordproject/concerto-cto": "3.0.0-beta.2",
"@accordproject/concerto-metamodel": "3.0.0-beta.2",
"@accordproject/concerto-tools": "3.0.0-beta.2",
"@accordproject/concerto-util": "3.0.0-beta.2",
"@accordproject/concerto-analysis": "3.0.0-beta.3",
"@accordproject/concerto-core": "3.0.0-beta.3",
"@accordproject/concerto-cto": "3.0.0-beta.3",
"@accordproject/concerto-metamodel": "3.0.0-beta.3",
"@accordproject/concerto-tools": "3.0.0-beta.3",
"@accordproject/concerto-util": "3.0.0-beta.3",
"ansi-colors": "4.1.3",
"glob": "^7.2.0",
"semver": "7.3.5",
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-beta.2",
"version": "3.0.0-beta.3",
"description": "Core Implementation for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -68,9 +68,9 @@
"yargs": "17.3.1"
},
"dependencies": {
"@accordproject/concerto-cto": "3.0.0-beta.2",
"@accordproject/concerto-metamodel": "3.0.0-beta.2",
"@accordproject/concerto-util": "3.0.0-beta.2",
"@accordproject/concerto-cto": "3.0.0-beta.3",
"@accordproject/concerto-metamodel": "3.0.0-beta.3",
"@accordproject/concerto-util": "3.0.0-beta.3",
"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-beta.2",
"version": "3.0.0-beta.3",
"description": "Parser for Concerto CTO files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.0.0-beta.2",
"@accordproject/concerto-util": "3.0.0-beta.2",
"@accordproject/concerto-metamodel": "3.0.0-beta.3",
"@accordproject/concerto-util": "3.0.0-beta.3",
"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-beta.2",
"version": "3.0.0-beta.3",
"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": "3.0.0-beta.2"
"@accordproject/concerto-util": "3.0.0-beta.3"
},
"browserslist": "> 0.25%, not dead",
"license-check-and-add-config": {
Expand Down
8 changes: 4 additions & 4 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-beta.2",
"version": "3.0.0-beta.3",
"description": "Tools for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -59,8 +59,8 @@
"webpack-cli": "4.9.1"
},
"dependencies": {
"@accordproject/concerto-core": "3.0.0-beta.2",
"@accordproject/concerto-util": "3.0.0-beta.2",
"@accordproject/concerto-core": "3.0.0-beta.3",
"@accordproject/concerto-util": "3.0.0-beta.3",
"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-beta.2",
"version": "3.0.0-beta.3",
"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-beta.2",
"@accordproject/concerto-metamodel": "3.0.0-beta.2",
"@accordproject/concerto-tools": "3.0.0-beta.2",
"@accordproject/concerto-util": "3.0.0-beta.2",
"@accordproject/concerto-core": "3.0.0-beta.3",
"@accordproject/concerto-metamodel": "3.0.0-beta.3",
"@accordproject/concerto-tools": "3.0.0-beta.3",
"@accordproject/concerto-util": "3.0.0-beta.3",
"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-beta.2",
"version": "3.0.0-beta.3",
"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-beta.2",
"version": "3.0.0-beta.3",
"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-beta.2",
"@accordproject/concerto-metamodel": "3.0.0-beta.3",
"yaml": "2.0.0-9"
},
"browserslist": "> 0.25%, not dead",
Expand Down

0 comments on commit ac47ec0

Please sign in to comment.