diff --git a/examples/workflow-glsp/package.json b/examples/workflow-glsp/package.json index b577c25b..704da367 100644 --- a/examples/workflow-glsp/package.json +++ b/examples/workflow-glsp/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-glsp", - "version": "0.7.0", + "version": "0.8.0", "description": "GLSP diagrams for the Workflow DSL", "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", "author": "Eclipse GLSP", @@ -28,7 +28,7 @@ "example" ], "dependencies": { - "@eclipse-glsp/client": "0.7.1", + "@eclipse-glsp/client": "0.8.1", "balloon-css": "^0.5.0" }, "devDependencies": { diff --git a/examples/workflow-standalone/package.json b/examples/workflow-standalone/package.json index e7f1e8f7..462fda15 100644 --- a/examples/workflow-standalone/package.json +++ b/examples/workflow-standalone/package.json @@ -1,11 +1,11 @@ { "private": true, "name": "workflow-standalone", - "version": "0.7.0", + "version": "0.8.0", "description": "Standalone browser-app for the Workflow example", "dependencies": { - "@eclipse-glsp-examples/workflow-glsp": "0.7.0", - "@eclipse-glsp/client": "0.7.1" + "@eclipse-glsp-examples/workflow-glsp": "0.8.0", + "@eclipse-glsp/client": "0.8.1" }, "author": "Eclipse GLSP", "contributors": [ diff --git a/package.json b/package.json index 71518b56..aab87ad8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "parent", - "version": "0.7.0", + "version": "0.8.0", "engines": { "yarn": "1.0.x || >=1.2.1" }, diff --git a/packages/client/package.json b/packages/client/package.json index 520785b6..06c380f9 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/client", - "version": "0.7.1", + "version": "0.8.1", "description": "A sprotty-based client for GLSP", "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", "keywords": [ @@ -44,21 +44,21 @@ "url": "https://github.com/eclipse-glsp/glsp-client.git" }, "dependencies": { + "@eclipse-glsp/protocol": "0.8.0", "autocompleter": "5.1.0", - "sprotty": "0.9.0", - "@eclipse-glsp/protocol": "0.7.0" + "sprotty": "0.9.0" }, "devDependencies": { - "@types/node": "10.14.18", - "@types/mocha": "^5.2.7", "@babel/runtime": "^7.11.2", "@types/chai": "4.1.3", - "mocha": "^6.2.0", - "jenkins-mocha": "^8.0.0", + "@types/mocha": "^5.2.7", + "@types/node": "10.14.18", "chai": "^4.2.0", - "ts-node": "^8.3.0", + "jenkins-mocha": "^8.0.0", + "mocha": "^6.2.0", "reflect-metadata": "^0.1.13", "rimraf": "^2.6.1", + "ts-node": "^8.3.0", "tslint": "^5.5.0", "typescript": "^3.9.2" }, diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 821fafc7..4ffa4d8e 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/protocol", - "version": "0.7.0", + "version": "0.8.0", "description": "The protocol definition for client-server communication in GLSP", "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", "keywords": [