Skip to content

Commit

Permalink
update to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed May 10, 2024
1 parent 816d646 commit 891ca11
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ related, web-based packages. The packages are seperated in two types:
| ------------- | ------ |
| 0.1.0–0.2.1 | 2.1.0 |
| 0.3.0–0.4.2 | 2.2.0 |
| 0.5.0 | 3.0.1 |
| 0.5.0 | 3.0.2 |

Moreover, the default branches of both repositories should be compatible but might experience regression.

Expand Down Expand Up @@ -78,7 +78,7 @@ The VS Code extension for this language server can be found

1. Fulfill the requirements above.
1. Run `yarn` in the monorepo root to install all dependencies (if not already done).
1. (only on the first build:) Run `yarn build` to first do a sequential build to link the internal dependencies.
1. (only on the first build:) Run `yarn build` to first do a sequential build to link the internal dependencies.
1. Run `yarn watch` in the monorepo root to watch all packages for changes.
1. Run `yarn start` or `yarn socket` in the _applications/klighd-cli_ folder to start a web-server,
serving the standalone view.
Expand Down
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.2",
"version": "0.5.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.4.2",
"@kieler/klighd-core": "^0.5.0",
"buffer": "^6.0.3",
"commander": "^8.1.0",
"crypto-browserify": "^3.12.0",
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "0.5.0",
"publisher": "kieler",
"author": "KIELER <[email protected]>",
"icon": "icon.png",
Expand Down Expand Up @@ -168,16 +168,16 @@
"file-loader": "6.2.0",
"ovsx": "^0.2.0",
"rimraf": "^4.4.0",
"source-map-loader": "^3.0.0",
"style-loader": "3.3.3",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vsce": "^1.95.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"source-map-loader": "^3.0.0"
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@kieler/klighd-core": "^0.4.2",
"@kieler/klighd-core": "^0.5.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.4.2",
"version": "0.5.0",
"description": "Core KLighD diagram visualization with Sprotty",
"author": "KIELER <[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.2",
"@kieler/klighd-interactive": "^0.5.0",
"@types/file-saver": "^2.0.7",
"feather-icons": "^4.29.1",
"file-saver": "^2.0.5",
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.2",
"version": "0.5.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 891ca11

Please sign in to comment.