diff --git a/open-bpmn.glsp-client/lerna.json b/open-bpmn.glsp-client/lerna.json index ea480a89..1b3696e4 100644 --- a/open-bpmn.glsp-client/lerna.json +++ b/open-bpmn.glsp-client/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.2.0", "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 39eab690..91a2aaf5 100644 --- a/open-bpmn.glsp-client/open-bpmn-app/package.json +++ b/open-bpmn.glsp-client/open-bpmn-app/package.json @@ -1,11 +1,11 @@ { "private": true, "name": "open-bpmn-app", - "version": "1.0.3", + "version": "1.2.0", "description": "Web App for Open BPMN", "license": "(GPL-3.0)", "dependencies": { - "@open-bpmn/open-bpmn-theia": "1.0.3", + "@open-bpmn/open-bpmn-theia": "1.2.0", "@theia/core": "1.39.0-next.20", "@theia/editor": "1.39.0-next.20", "@theia/filesystem": "1.39.0-next.20", diff --git a/open-bpmn.glsp-client/open-bpmn-glsp/package.json b/open-bpmn.glsp-client/open-bpmn-glsp/package.json index 8d08793c..fdfbf91b 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": "1.0.3", + "version": "1.2.0", "description": "GLSP diagrams for BPMN 2.0", "license": "(GPL-3.0)", "keywords": [ @@ -25,8 +25,8 @@ ], "dependencies": { "@eclipse-glsp/client": "1.1.0-RC10", - "@open-bpmn/open-bpmn-model": "1.0.3", - "@open-bpmn/open-bpmn-properties": "1.0.3", + "@open-bpmn/open-bpmn-model": "1.2.0", + "@open-bpmn/open-bpmn-properties": "1.2.0", "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 b09ef292..d9bb75e0 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": "1.0.3", + "version": "1.2.0", "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 602afa8b..51b44ca9 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": "1.0.3", + "version": "1.2.0", "description": "GLSP property panel for BPMN 2.0", "license": "(GPL-3.0)", "dependencies": { "@eclipse-glsp/client": "1.1.0-RC10", - "@open-bpmn/open-bpmn-model": "1.0.3", + "@open-bpmn/open-bpmn-model": "1.2.0", "@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 be7cc31e..0a9c907c 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": "1.0.3", + "version": "1.2.0", "description": "Theia extension for the BPMN GLSP Client", "license": "(GPL-3.0)", "keywords": [ @@ -27,7 +27,7 @@ "server" ], "dependencies": { - "@open-bpmn/open-bpmn-glsp": "1.0.3", + "@open-bpmn/open-bpmn-glsp": "1.2.0", "@eclipse-glsp/theia-integration": "1.1.0-RC10" }, "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 ec8f491b..ca4be9b0 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 @@ -28,7 +28,7 @@ export const PORT_ARG_KEY = 'GLSP_PORT'; export const WEBSOCKET_PATH_ARG_KEY = 'PATH_PATH'; export const LOG_DIR = join(__dirname, '..', '..', 'logs'); const JAR_FILE = resolve( - join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-1.0.3-SNAPSHOT-glsp.jar') + join(__dirname, '..', '..', '..', '..', 'open-bpmn.glsp-server', 'target', 'open-bpmn.server-1.2.0-SNAPSHOT-glsp.jar') ); @injectable() diff --git a/open-bpmn.glsp-client/package.json b/open-bpmn.glsp-client/package.json index d7f3b4fd..77b378ba 100644 --- a/open-bpmn.glsp-client/package.json +++ b/open-bpmn.glsp-client/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "parent", - "version": "1.0.3", + "version": "1.2.0", "description": "Open BPMN 2.0", "license": "EPL-2.0", "engines": {