Skip to content

Commit

Permalink
chore: update to new patch version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Apr 6, 2023
1 parent 0d34781 commit 6e673c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions applications/klighd-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kieler/klighd-cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "Standalone web view for klighd-core diagrams",
"author": "Kiel University <[email protected]>",
"license": "EPL-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"socket": "node ./lib/main.js --ls_port=5007"
},
"dependencies": {
"@kieler/klighd-core": "^0.4.1",
"@kieler/klighd-core": "^0.4.2",
"commander": "^8.1.0",
"fastify": "^3.15.0",
"fastify-static": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions applications/klighd-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "klighd-vscode",
"displayName": "KLighD Diagrams",
"description": "KLighD diagram support for Visual Studio Code",
"version": "0.4.1",
"version": "0.4.2",
"publisher": "kieler",
"author": "Kiel University <[email protected]>",
"icon": "icon.png",
Expand Down Expand Up @@ -163,7 +163,7 @@
"webpack": "^4.44.1"
},
"dependencies": {
"@kieler/klighd-core": "^0.4.1",
"@kieler/klighd-core": "^0.4.2",
"inversify": "^5.0.1",
"nanoid": "^3.1.23",
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/klighd-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kieler/klighd-core",
"version": "0.4.1",
"version": "0.4.2",
"description": "Core KLighD diagram visualization with Sprotty",
"author": "Kiel University <[email protected]>",
"license": "EPL-2.0",
Expand All @@ -23,7 +23,7 @@
"publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next --no-git-tag-version"
},
"dependencies": {
"@kieler/klighd-interactive": "^0.4.1",
"@kieler/klighd-interactive": "^0.4.2",
"@types/file-saver": "^2.0.5",
"feather-icons": "^4.28.0",
"inversify": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/klighd-interactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kieler/klighd-interactive",
"version": "0.4.1",
"version": "0.4.2",
"description": "A module for klighd-core to interactively apply constraints to the diagram",
"author": "Kiel University <[email protected]>",
"license": "EPL-2.0",
Expand Down

0 comments on commit 6e673c1

Please sign in to comment.