Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed Nov 12, 2024
1 parent 7e029f3 commit 3f3fd94
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.5.0",
"version": "0.6.0",
"description": "Standalone web view for klighd-core diagrams",
"author": "KIELER <[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.5.0",
"@kieler/klighd-core": "^0.6.0",
"buffer": "^6.0.3",
"commander": "^8.1.0",
"crypto-browserify": "^3.12.0",
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.5.0",
"version": "0.6.0",
"publisher": "kieler",
"author": "KIELER <[email protected]>",
"icon": "icon.png",
Expand Down Expand Up @@ -177,7 +177,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@kieler/klighd-core": "^0.5.0",
"@kieler/klighd-core": "^0.6.0",
"inversify": "^6.0.2",
"nanoid": "^3.1.23",
"reflect-metadata": "^0.2.1",
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.5.0",
"version": "0.6.0",
"description": "Core KLighD diagram visualization with Sprotty",
"author": "KIELER <[email protected]>",
"license": "EPL-2.0",
Expand All @@ -24,7 +24,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.5.0",
"@kieler/klighd-interactive": "^0.6.0",
"@types/file-saver": "^2.0.7",
"elkjs": "^0.8.2",
"feather-icons": "^4.29.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.5.0",
"version": "0.6.0",
"description": "A module for klighd-core to interactively apply constraints to the diagram",
"author": "KIELER <[email protected]>",
"license": "EPL-2.0",
Expand Down

0 comments on commit 3f3fd94

Please sign in to comment.