Skip to content

Commit

Permalink
v1.1.0.RC07
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Apr 7, 2023
1 parent 52353f6 commit 3051995
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-RC07",
"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-RC07",
"@eclipse-glsp/ide": "1.1.0-RC07"
},
"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-RC07",
"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-RC07",
"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-RC07",
"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-RC07"
},
"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-RC07":
version "1.1.0-RC07"
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-1.1.0-RC07.tgz#ee28bfc9cbf42f7d092ee1b3c635b3bddfb1933c"
integrity sha512-PQuUKWP1mxCvYXm6Gk/JB97+5vwa1OChbdpFPGluaG2+TPygML+hPWWKPM/ct5MlZIXzm3aPj+GTSs7ULhUaWA==
dependencies:
"@eclipse-glsp/client" "1.1.0-next.6efef44.226+6efef44"
"@eclipse-glsp/client" "1.1.0-RC07"
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-RC07":
version "1.1.0-RC07"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-RC07.tgz#7bc70f5fea5df1870e3ce950511ec0a6dc6b6857"
integrity sha512-DRNF2/OAo972BKJvJV87X1CVeghKQtRyVtz/z7nb4fV8U7BZLF4FJnZjqFPit5LuuWTwMd8ctkni0/VEmpmkQQ==
dependencies:
"@eclipse-glsp/protocol" "1.1.0-next.6efef44.226+6efef44"
"@eclipse-glsp/protocol" "1.1.0-RC07"
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-RC07":
version "1.1.0-RC07"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC07.tgz#ad689a62ae85481f12533ef09bdf93890e2e1761"
integrity sha512-LvDTODuQBWkl4lt9iTZXSeUSH9+0WqQ5FThgxvLreyOJmxsHjfVqCKyUvA73rVsGKlNF5rA19Vr6QmQSNFruAA==
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.RC07
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.RC07</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.RC07
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.RC07</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.RC07</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.RC07"
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.RC07</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.RC07</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.RC07</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 3051995

Please sign in to comment.