Skip to content

Commit

Permalink
v1.1.0.RC05
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Feb 7, 2023
1 parent 1fa79fb commit 2acf73f
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-RC05",
"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-RC05",
"@eclipse-glsp/ide": "1.1.0-RC05"
},
"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-RC05",
"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-RC05",
"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-RC05",
"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-RC05"
},
"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 @@ -202,12 +202,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.335bc3d.213"
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-1.1.0-next.335bc3d.213.tgz#fa3f6b10b33b55d6bf9d71a2fdd77b551f9a4f40"
integrity sha512-6gkcGyA/Y+VHGNlcqfd+BmPw3wMi9WmWqJ+3o7/x+lXEUG+JkRixFeC0akvjOG+nSo4H22HcBVBbH0f0SDW3MQ==
"@eclipse-glsp-examples/workflow-glsp@1.1.0-RC05":
version "1.1.0-RC05"
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-1.1.0-RC05.tgz#db1fbb05a857748fc36ae2babe9c774ed69c4b5b"
integrity sha512-KjKq/kzEBIEf2E3bL/CbhdmlKe5iaDZYFR42kSk8u41HnKsoaRQKKg1OY6BU7/DkTxWw9qwA2iLgOHWjqeY4RA==
dependencies:
"@eclipse-glsp/client" "1.1.0-next.335bc3d.213+335bc3d"
"@eclipse-glsp/client" "1.1.0-RC05"
balloon-css "^0.5.0"

"@eclipse-glsp/cli@1.1.0-next.164cf99.124+164cf99":
Expand All @@ -222,12 +222,12 @@
semver "^7.3.7"
shelljs "0.8.5"

"@eclipse-glsp/client@1.1.0-next.335bc3d.213+335bc3d", "@eclipse-glsp/client@next":
version "1.1.0-next.335bc3d.213"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-next.335bc3d.213.tgz#0af98a32a7aa9ba2802a17968159f570f8eb3d37"
integrity sha512-ARv9jA95LrvBpmocCfBTgDtvEo775LB/BXULqY+sfuxBDvCT+bU8x6YE+u0Cl3lHFJ6g09uy4OIyEGrcHsqjCQ==
"@eclipse-glsp/client@1.1.0-RC05":
version "1.1.0-RC05"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-RC05.tgz#4215d8911a95e758ee3d533bedd3b769d56a967d"
integrity sha512-4lR2Y4TUbRZ7m0iopY/AiH+QkZwdXm9iryWWkdMgqK3VfptDk3eUSxkfU7xHiDL6tm+xGlJX1kuLyNuDPbQXOQ==
dependencies:
"@eclipse-glsp/protocol" "1.1.0-next.335bc3d.213+335bc3d"
"@eclipse-glsp/protocol" "1.1.0-RC05"
autocompleter "5.1.0"
sprotty "0.13.0-next.f4445dd.342"

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

"@eclipse-glsp/protocol@1.1.0-next.335bc3d.213+335bc3d":
version "1.1.0-next.335bc3d.213"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-next.335bc3d.213.tgz#2dd63eb965dfad64d39e85cda9dffee2d9bb51b4"
integrity sha512-pwvxYZH1pk1XSabyRYyQO8pkBv1JIBlPTTsEdYlREjNvkSEnyc8rQdrAmxb1Ye1uLbrPaY82nuwTmREpYU9lPQ==
"@eclipse-glsp/protocol@1.1.0-RC05":
version "1.1.0-RC05"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC05.tgz#acf047aede531e7c63715fa8fe27e2d991291e04"
integrity sha512-vwAgq0iesj59phCvrFNX8pJgVkq9gnspUEEe/0i72MWrI1hM7svH0GX9TW6nCBOC64Z4uBqT8+ts2IjtcWyRcg==
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.RC05
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.RC05</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.RC05
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.RC05</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.RC05</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.RC05"
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.RC05</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.RC05</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.RC05</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2acf73f

Please sign in to comment.