diff --git a/open-bpmn.glsp-client/lerna.json b/open-bpmn.glsp-client/lerna.json index 5b676b3d..a315e51f 100644 --- a/open-bpmn.glsp-client/lerna.json +++ b/open-bpmn.glsp-client/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.8.0", + "version": "0.8.1", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/open-bpmn.glsp-client/open-bpmn-app/package.json b/open-bpmn.glsp-client/open-bpmn-app/package.json index c749d3ba..8349ba3b 100644 --- a/open-bpmn.glsp-client/open-bpmn-app/package.json +++ b/open-bpmn.glsp-client/open-bpmn-app/package.json @@ -1,10 +1,10 @@ { "name": "@open-bpmn/open-bpmn-app", - "version": "0.8.0", + "version": "0.8.1", "description": "Web App for Open BPMN", "license": "(GPL-3.0)", "dependencies": { - "@open-bpmn/open-bpmn-theia": "0.8.0", + "@open-bpmn/open-bpmn-theia": "0.8.1", "@theia/core": "1.33.0", "@theia/editor": "1.33.0", "@theia/filesystem": "1.33.0", diff --git a/open-bpmn.glsp-client/open-bpmn-glsp/package.json b/open-bpmn.glsp-client/open-bpmn-glsp/package.json index 90698da4..679fa933 100644 --- a/open-bpmn.glsp-client/open-bpmn-glsp/package.json +++ b/open-bpmn.glsp-client/open-bpmn-glsp/package.json @@ -1,6 +1,6 @@ { "name": "@open-bpmn/open-bpmn-glsp", - "version": "0.8.0", + "version": "0.8.1", "description": "GLSP diagrams for BPMN 2.0", "license": "(GPL-3.0)", "keywords": [ @@ -25,8 +25,8 @@ ], "dependencies": { "@eclipse-glsp/client": "1.1.0-RC04", - "@open-bpmn/open-bpmn-model": "0.8.0", - "@open-bpmn/open-bpmn-properties": "0.8.0", + "@open-bpmn/open-bpmn-model": "0.8.1", + "@open-bpmn/open-bpmn-properties": "0.8.1", "balloon-css": "^0.5.0" }, "scripts": { diff --git a/open-bpmn.glsp-client/open-bpmn-model/package.json b/open-bpmn.glsp-client/open-bpmn-model/package.json index a1042071..547e20f6 100644 --- a/open-bpmn.glsp-client/open-bpmn-model/package.json +++ b/open-bpmn.glsp-client/open-bpmn-model/package.json @@ -1,6 +1,6 @@ { "name": "@open-bpmn/open-bpmn-model", - "version": "0.8.0", + "version": "0.8.1", "description": "GLSP model for BPMN 2.0", "license": "(GPL-3.0)", "scripts": { diff --git a/open-bpmn.glsp-client/open-bpmn-properties/package.json b/open-bpmn.glsp-client/open-bpmn-properties/package.json index e2037eeb..62c726d1 100644 --- a/open-bpmn.glsp-client/open-bpmn-properties/package.json +++ b/open-bpmn.glsp-client/open-bpmn-properties/package.json @@ -1,11 +1,11 @@ { "name": "@open-bpmn/open-bpmn-properties", - "version": "0.8.0", + "version": "0.8.1", "description": "GLSP property panel for BPMN 2.0", "license": "(GPL-3.0)", "dependencies": { "@eclipse-glsp/client": "1.1.0-RC04", - "@open-bpmn/open-bpmn-model": "0.8.0", + "@open-bpmn/open-bpmn-model": "0.8.1", "@jsonforms/core": "3.0.0", "@jsonforms/react": "3.0.0", "@jsonforms/vanilla-renderers": "3.0.0", diff --git a/open-bpmn.glsp-client/open-bpmn-theia/package.json b/open-bpmn.glsp-client/open-bpmn-theia/package.json index 0ebd3342..69e33495 100644 --- a/open-bpmn.glsp-client/open-bpmn-theia/package.json +++ b/open-bpmn.glsp-client/open-bpmn-theia/package.json @@ -1,6 +1,6 @@ { "name": "@open-bpmn/open-bpmn-theia", - "version": "0.8.0", + "version": "0.8.1", "description": "Theia extension for the BPMN GLSP Client", "license": "(GPL-3.0)", "keywords": [ @@ -27,7 +27,7 @@ "server" ], "dependencies": { - "@open-bpmn/open-bpmn-glsp": "0.8.0", + "@open-bpmn/open-bpmn-glsp": "0.8.1", "@eclipse-glsp/theia-integration": "1.1.0-RC04" }, "scripts": { diff --git a/open-bpmn.glsp-client/open-bpmn-theia/src/node/bpmn-glsp-server-contribution.ts b/open-bpmn.glsp-client/open-bpmn-theia/src/node/bpmn-glsp-server-contribution.ts index a487356b..1b8670bd 100644 --- a/open-bpmn.glsp-client/open-bpmn-theia/src/node/bpmn-glsp-server-contribution.ts +++ b/open-bpmn.glsp-client/open-bpmn-theia/src/node/bpmn-glsp-server-contribution.ts @@ -22,7 +22,7 @@ export const DEFAULT_PORT = 5007; export const PORT_ARG_KEY = 'GLSP_PORT'; export const LOG_DIR = join(__dirname, '..', '..', 'logs'); const JAR_FILE = resolve( - join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-0.8.0-SNAPSHOT-glsp.jar') + join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-0.8.1-SNAPSHOT-glsp.jar') ); @injectable() diff --git a/open-bpmn.glsp-client/package.json b/open-bpmn.glsp-client/package.json index 957a4306..024b1b3e 100644 --- a/open-bpmn.glsp-client/package.json +++ b/open-bpmn.glsp-client/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "parent", - "version": "0.8.0", + "version": "0.8.1", "description": "Open BPMN 2.0", "license": "EPL-2.0", "engines": { diff --git a/open-bpmn.glsp-server/.vscode/launch.json b/open-bpmn.glsp-server/.vscode/launch.json index 0233fe24..ddc9b68d 100644 --- a/open-bpmn.glsp-server/.vscode/launch.json +++ b/open-bpmn.glsp-server/.vscode/launch.json @@ -2,7 +2,7 @@ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.8.0", + "version": "0.8.1", "configurations": [ { "type": "java",