From 26c24b12bc3b1224eebe24dee8366ee6e4a8f970 Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Mon, 8 May 2023 08:23:44 +0000 Subject: [PATCH] v1.1.0-RC08 --- examples/workflow-glsp/package.json | 4 ++-- examples/workflow-glsp/scripts/config.json | 4 ++-- examples/workflow-standalone/package.json | 6 +++--- lerna.json | 2 +- package.json | 2 +- packages/client/package.json | 4 ++-- packages/protocol/package.json | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/workflow-glsp/package.json b/examples/workflow-glsp/package.json index 525370da..9f1e737b 100644 --- a/examples/workflow-glsp/package.json +++ b/examples/workflow-glsp/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-glsp", - "version": "1.1.0-next", + "version": "1.1.0-RC08", "description": "GLSP diagrams for the Workflow DSL", "keywords": [ "glsp", @@ -43,7 +43,7 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/client": "1.1.0-next", + "@eclipse-glsp/client": "1.1.0-RC08", "balloon-css": "^0.5.0" }, "devDependencies": { diff --git a/examples/workflow-glsp/scripts/config.json b/examples/workflow-glsp/scripts/config.json index 7a599abb..911cd913 100644 --- a/examples/workflow-glsp/scripts/config.json +++ b/examples/workflow-glsp/scripts/config.json @@ -3,7 +3,7 @@ "snapshotRepository": "https://oss.sonatype.org/content/repositories/snapshots/", "groupId": "org.eclipse.glsp.example", "artifactId": "org.eclipse.glsp.example.workflow", - "version": "1.1.0", - "isSnapShot": true, + "version": "1.1.0.RC08", + "isSnapShot": false, "classifier": "glsp" } diff --git a/examples/workflow-standalone/package.json b/examples/workflow-standalone/package.json index 06ede15f..30a76ed9 100644 --- a/examples/workflow-standalone/package.json +++ b/examples/workflow-standalone/package.json @@ -1,6 +1,6 @@ { "name": "workflow-standalone", - "version": "1.1.0-next", + "version": "1.1.0-RC08", "private": true, "description": "Standalone browser-app for the Workflow example", "homepage": "https://www.eclipse.org/glsp/", @@ -30,8 +30,8 @@ "watch": "tsc -w -p ./tsconfig.json" }, "dependencies": { - "@eclipse-glsp-examples/workflow-glsp": "1.1.0-next", - "@eclipse-glsp/client": "1.1.0-next" + "@eclipse-glsp-examples/workflow-glsp": "1.1.0-RC08", + "@eclipse-glsp/client": "1.1.0-RC08" }, "devDependencies": { "circular-dependency-plugin": "^5.2.2", diff --git a/lerna.json b/lerna.json index ad5bf1a7..998ab793 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.1.0-RC08", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/package.json b/package.json index cab0f47e..dad89952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parent", - "version": "1.0.0", + "version": "1.1.0-RC08", "private": true, "workspaces": [ "packages/*", diff --git a/packages/client/package.json b/packages/client/package.json index 3b2d12ff..2a674c18 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/client", - "version": "1.1.0-next", + "version": "1.1.0-RC08", "description": "A sprotty-based client for GLSP", "keywords": [ "eclipse", @@ -47,7 +47,7 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/protocol": "1.1.0-next", + "@eclipse-glsp/protocol": "1.1.0-RC08", "autocompleter": "5.1.0", "sprotty": "0.13.0-next.f4445dd.342" }, diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 9cc16bcf..0115b326 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/protocol", - "version": "1.1.0-next", + "version": "1.1.0-RC08", "description": "The protocol definition for client-server communication in GLSP", "keywords": [ "eclipse",