Skip to content

Commit

Permalink
v1.1.0.RC09
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed May 30, 2023
1 parent cf2cdd3 commit ae6e52f
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions client/examples/workflow-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-webapp",
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"private": true,
"description": "GLSP-based webapp for the Workflow example",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "next",
"@eclipse-glsp/ide": "^1.1.0-next"
"@eclipse-glsp-examples/workflow-glsp": "1.1.0-RC09",
"@eclipse-glsp/ide": "1.1.0-RC09"
},
"devDependencies": {
"@vscode/codicons": "^0.0.25",
Expand Down
2 changes: 1 addition & 1 deletion client/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"private": true,
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions client/packages/ide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/ide",
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"description": "Glue code to integrate GLSP clients into Eclipse via a webapp",
"homepage": "https://www.eclipse.org/glsp/",
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
Expand Down Expand Up @@ -34,7 +34,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "next"
"@eclipse-glsp/client": "1.1.0-RC09"
},
"engines": {
"yarn": "1.0.x || >=1.2.1"
Expand Down
28 changes: 14 additions & 14 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==

"@eclipse-glsp-examples/workflow-glsp@next":
version "1.1.0-next.6efef44.226"
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-1.1.0-next.6efef44.226.tgz#c2f0ae9e3a2591b4905ebf0e787a3b7dd5316e15"
integrity sha512-AOQPgbuBEKOCjKDjxXFxzTpNZbqfkKw3m8XlwaFnnzz0ogRn//p7AFRd69yLPzlcIZAUD8CiDGNEImVym9E2Kw==
"@eclipse-glsp-examples/workflow-glsp@1.1.0-RC09":
version "1.1.0-RC09"
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-1.1.0-RC09.tgz#308dac21520be9f0768beeaff3142afad044a4c2"
integrity sha512-AbVn/IqrAq9/I/miwzA8Sn/eeYsu9W6XlAQYGetQziZX0V+jbymqci/B1TH7XiALwmjeg22aYL8zYGhdQM22yA==
dependencies:
"@eclipse-glsp/client" "1.1.0-next.6efef44.226+6efef44"
"@eclipse-glsp/client" "1.1.0-RC09"
balloon-css "^0.5.0"

"@eclipse-glsp/cli@1.1.0-next.7026c40.129+7026c40":
Expand All @@ -223,12 +223,12 @@
semver "^7.3.7"
shelljs "0.8.5"

"@eclipse-glsp/client@1.1.0-next.6efef44.226+6efef44", "@eclipse-glsp/client@next":
version "1.1.0-next.6efef44.226"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-next.6efef44.226.tgz#06275ed71e0dac9c93b8f04b2cb5924d9b5cf414"
integrity sha512-WyFqGkclQat6t2+843oYvg8cGMcKg2Zlci+G5NXf1OFrx4cjcVcDD8vK4+Ow8z0uXGgGe9f/41CkhVJwoEqp4A==
"@eclipse-glsp/client@1.1.0-RC09":
version "1.1.0-RC09"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-RC09.tgz#df68ddb176657d5b9eda0c9701a26c70595d9143"
integrity sha512-JQGNwueTJ5RBHwH7ukkVmZI8cTf2TWLNg9bjdPTP+jRbkWNWf2UlrmJBqqYoqNyqU8Xv+7f3rpk/wwqLu1WxMw==
dependencies:
"@eclipse-glsp/protocol" "1.1.0-next.6efef44.226+6efef44"
"@eclipse-glsp/protocol" "1.1.0-RC09"
autocompleter "5.1.0"
sprotty "0.13.0-next.f4445dd.342"

Expand Down Expand Up @@ -306,10 +306,10 @@
dependencies:
prettier-plugin-packagejson "^2.3.0"

"@eclipse-glsp/protocol@1.1.0-next.6efef44.226+6efef44":
version "1.1.0-next.6efef44.226"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-next.6efef44.226.tgz#c06538f43590125aa703a45a769e8b7bf219cf45"
integrity sha512-cMU6W47znFH6ADM9OyXKu8v52i+j387gUMZn3B3/mGLrDwk7gywu2lxs8dp5+UMqFTJx2oeqzOf3bGhySsulSQ==
"@eclipse-glsp/protocol@1.1.0-RC09":
version "1.1.0-RC09"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC09.tgz#5985a82c62342bae921a687246e7101595d9d4d2"
integrity sha512-mq3qV4LeIAXU+hezGfHibjXqTF6GryK7hjRMajLfGrViJIj2MKza6qC17earWGXEX2qxk8Ha4c6TS6QeYt/5Ag==
dependencies:
sprotty-protocol "0.13.0-next.f4445dd.342"
uuid "7.0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Workflow Editor
Bundle-SymbolicName: org.eclipse.glsp.ide.workflow.editor;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.0.RC09
Automatic-Module-Name: com.eclipsesource.glsp.example.workflow
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.elk.alg.common;bundle-version="0.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.glsp.ide</groupId>
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.RC09</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: GLSP Editor Integration
Bundle-SymbolicName: org.eclipse.glsp.ide.editor;singleton:=true
Bundle-Activator: org.eclipse.glsp.ide.editor.ui.GLSPIdeEditorPlugin
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.0.RC09
Bundle-Vendor: Eclipse GLSP
Automatic-Module-Name: com.eclipsesource.glsp.editor
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion server/plugins/org.eclipse.glsp.ide.editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.glsp.ide</groupId>
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.RC09</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.eclipse.glsp.ide</groupId>
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
<description>GLSP Eclipse IDE Integration Parent pom </description>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.RC09</version>
<packaging>pom</packaging>

<name>GLSP Eclipse IDE Integration Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion server/releng/org.eclipse.glsp.ide.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.glsp.ide.feature"
label="GLSP Eclipse IDE Integration"
version="1.1.0.qualifier"
version="1.1.0.RC09"
provider-name="Eclipse GLSP">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion server/releng/org.eclipse.glsp.ide.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.glsp.ide</groupId>
<artifactId>org.eclipse.glsp.ide.releng</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.RC09</version>
<relativePath>../</relativePath>
</parent>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion server/releng/org.eclipse.glsp.ide.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.glsp.ide</groupId>
<artifactId>org.eclipse.glsp.ide.releng</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.RC09</version>
<relativePath>../</relativePath>
</parent>
<artifactId>org.eclipse.glsp.ide.repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.eclipse.glsp.ide</groupId>
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.RC09</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ae6e52f

Please sign in to comment.