Skip to content

Commit

Permalink
chore(version): bump package version to 3.19.3 (#927)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman authored Oct 21, 2024
1 parent 5087bbf commit d0d62c5
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
30 changes: 15 additions & 15 deletions 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 @@ -24,7 +24,7 @@
],
"name": "concerto",
"description": "Define and introspect data models",
"version": "3.19.2",
"version": "3.19.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.19.2",
"version": "3.19.3",
"description": "Analysis of Concerto model files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"dependencies": {
"@accordproject/concerto-core": "3.19.2",
"@accordproject/concerto-core": "3.19.3",
"semver": "7.5.4"
},
"devDependencies": {
"@accordproject/concerto-cto": "3.19.2",
"@accordproject/concerto-cto": "3.19.3",
"@types/jest": "^29.5.13",
"@types/semver": "7.3.10",
"@typescript-eslint/eslint-plugin": "5.27.1",
Expand Down
6 changes: 3 additions & 3 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.19.2",
"version": "3.19.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.19.2",
"@accordproject/concerto-cto": "3.19.3",
"@accordproject/concerto-metamodel": "3.10.1",
"@accordproject/concerto-util": "3.19.2",
"@accordproject/concerto-util": "3.19.3",
"dayjs": "1.11.10",
"debug": "4.3.4",
"lorem-ipsum": "2.0.8",
Expand Down
4 changes: 2 additions & 2 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.19.2",
"version": "3.19.3",
"description": "Parser for Concerto CTO files",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.10.1",
"@accordproject/concerto-util": "3.19.2",
"@accordproject/concerto-util": "3.19.3",
"path-browserify": "1.0.1"
},
"browserslist": "> 0.25%, not dead",
Expand Down
4 changes: 2 additions & 2 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.19.2",
"version": "3.19.3",
"description": "Types for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-codegen": "3.23.8",
"@accordproject/concerto-core": "3.19.2",
"@accordproject/concerto-core": "3.19.3",
"@types/jest": "29.5.13",
"eslint": "8.2.0",
"jest": "29.7.0",
Expand Down
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.19.2",
"version": "3.19.3",
"description": "Utilities for Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down
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.19.2",
"version": "3.19.3",
"description": "Associate human-readable text to model declarations",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "3.19.2",
"@accordproject/concerto-core": "3.19.3",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
Expand Down

0 comments on commit d0d62c5

Please sign in to comment.