Skip to content

Commit

Permalink
chore: update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-fricke committed Sep 25, 2021
1 parent 3e1fa08 commit 1755158
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.2.0",
"version": "0.2.1",
"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.2.0",
"@kieler/klighd-core": "^0.2.1",
"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.2.0",
"version": "0.2.1",
"publisher": "kieler",
"author": "Kiel University <[email protected]>",
"icon": "icon.png",
Expand Down Expand Up @@ -184,7 +184,7 @@
"webpack": "^4.44.1"
},
"dependencies": {
"@kieler/klighd-core": "^0.2.0",
"@kieler/klighd-core": "^0.2.1",
"inversify": "5.0.1",
"nanoid": "^3.1.23",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klighd",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "KIELER Lightweight Diagams in the web",
"author": "Kiel University <[email protected]>",
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.2.0",
"version": "0.2.1",
"description": "Core KLighD diagram visualization with Sprotty",
"author": "Kiel University <[email protected]>",
"license": "EPL-2.0",
Expand All @@ -17,7 +17,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@kieler/klighd-interactive": "^0.2.0",
"@kieler/klighd-interactive": "^0.2.1",
"feather-icons": "^4.28.0",
"inversify": "5.0.1",
"sprotty": "0.9.0"
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.2.0",
"version": "0.2.1",
"description": "A module for klighd-core to interactively apply constraints to the diagram",
"author": "Kiel University https://rtsys.informatik.uni-kiel.de/kieler",
"license": "EPL-2.0",
Expand Down

0 comments on commit 1755158

Please sign in to comment.