Skip to content

Commit

Permalink
chore(project): publish v14.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Nov 30, 2023
1 parent 9d5f4e9 commit 3c777f4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "14.7.0"
"version": "14.7.1"
}
14 changes: 7 additions & 7 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 packages/dmn-js-decision-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmn-js-decision-table",
"description": "A decision table view for dmn-js",
"version": "14.7.0",
"version": "14.7.1",
"files": [
"assets",
"lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/dmn-js-literal-expression/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmn-js-literal-expression",
"description": "A literal expression view for dmn-js",
"version": "14.7.0",
"version": "14.7.1",
"files": [
"assets",
"lib"
Expand Down
6 changes: 3 additions & 3 deletions packages/dmn-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmn-js",
"description": "A dmn toolkit and web modeler",
"version": "14.7.0",
"version": "14.7.1",
"files": [
"dist",
"lib",
Expand Down Expand Up @@ -59,9 +59,9 @@
"rollup-plugin-license": "^3.0.1"
},
"dependencies": {
"dmn-js-decision-table": "^14.7.0",
"dmn-js-decision-table": "^14.7.1",
"dmn-js-drd": "^14.7.0",
"dmn-js-literal-expression": "^14.7.0",
"dmn-js-literal-expression": "^14.7.1",
"dmn-js-shared": "^14.7.0"
}
}

0 comments on commit 3c777f4

Please sign in to comment.