diff --git a/examples/browser-app/package.json b/examples/browser-app/package.json index 2003e71..02b2947 100644 --- a/examples/browser-app/package.json +++ b/examples/browser-app/package.json @@ -1,6 +1,6 @@ { "name": "browser-app", - "version": "2.1.0-theia1.45.0", + "version": "2.1.1-theia1.49.0", "private": true, "scripts": { "build": "theia build --mode development", @@ -13,7 +13,7 @@ "watch": "theia build --watch --mode development" }, "dependencies": { - "@eclipse-glsp-examples/workflow-theia": "2.1.0-theia1.45.0", + "@eclipse-glsp-examples/workflow-theia": "2.1.1-theia1.49.0", "@theia/core": "1.49.1", "@theia/editor": "1.49.1", "@theia/filesystem": "1.49.1", diff --git a/examples/workflow-theia/package.json b/examples/workflow-theia/package.json index be8cc8b..ecf096f 100644 --- a/examples/workflow-theia/package.json +++ b/examples/workflow-theia/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-theia", - "version": "2.1.0-theia1.45.0", + "version": "2.1.1-theia1.49.0", "private": "true", "description": "Theia extension for the workflow GLSP example", "keywords": [ @@ -39,7 +39,7 @@ "@eclipse-glsp-examples/workflow-glsp": "2.1.1", "@eclipse-glsp-examples/workflow-server": "2.1.0", "@eclipse-glsp-examples/workflow-server-bundled": "2.1.0", - "@eclipse-glsp/theia-integration": "2.1.0-theia1.45.0" + "@eclipse-glsp/theia-integration": "2.1.1-theia1.49.0" }, "devDependencies": { "mvn-artifact-download": "5.1.0" diff --git a/lerna.json b/lerna.json index 10b4abd..f040a5d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.0-theia1.45.0", + "version": "2.1.1-theia1.49.0", "npmClient": "yarn", "command": { "run": { diff --git a/packages/theia-integration/package.json b/packages/theia-integration/package.json index f0ac02c..23ad0dd 100644 --- a/packages/theia-integration/package.json +++ b/packages/theia-integration/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/theia-integration", - "version": "2.1.0-theia1.45.0", + "version": "2.1.1-theia1.49.0", "description": "Glue code to integrate GLSP clients into Eclipse Theia", "keywords": [ "theia-extension",