Skip to content

Commit 8e58819

Browse files
authored
Switch to nightly 2.6.0-next versions (#114)
1 parent 6ac808e commit 8e58819

File tree

20 files changed

+46
-40
lines changed

20 files changed

+46
-40
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Eclipse GLSP Eclipse Integration Changelog
22

3+
## v2.6.0 - active
4+
5+
### Changes
6+
7+
### Potentially Breaking Changes
8+
39
## v2.5.0 - 07/09/2025(<https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.5.0>)
410

511
### Potentially breaking changes

client/examples/workflow-webapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp-examples/workflow-webapp",
3-
"version": "2.5.0",
3+
"version": "2.6.0-next",
44
"private": true,
55
"description": "GLSP-based webapp for the Workflow example",
66
"scripts": {
@@ -15,8 +15,8 @@
1515
"watch:tsc": "tsc -w"
1616
},
1717
"dependencies": {
18-
"@eclipse-glsp-examples/workflow-glsp": "2.5.0",
19-
"@eclipse-glsp/ide": "2.5.0"
18+
"@eclipse-glsp-examples/workflow-glsp": "next",
19+
"@eclipse-glsp/ide": "2.6.0-next"
2020
},
2121
"devDependencies": {
2222
"@vscode/codicons": "^0.0.25",

client/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.5.0",
2+
"version": "2.6.0-next",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.5.0",
3+
"version": "2.6.0-next",
44
"private": true,
55
"workspaces": [
66
"packages/*",

client/packages/ide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/ide",
3-
"version": "2.5.0",
3+
"version": "2.6.0-next",
44
"description": "Glue code to integrate GLSP clients into Eclipse via a webapp",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -34,7 +34,7 @@
3434
"watch": "tsc -w"
3535
},
3636
"dependencies": {
37-
"@eclipse-glsp/client": "2.5.0"
37+
"@eclipse-glsp/client": "next"
3838
},
3939
"engines": {
4040
"yarn": "1.0.x || >=1.2.1"

client/yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@
205205
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
206206
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
207207

208-
"@eclipse-glsp-examples/workflow-glsp@2.5.0":
209-
version "2.5.0"
210-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-2.5.0.tgz#83dd6ab11fb7b0a744f4c58af71ce6801dc1bbe9"
211-
integrity sha512-fetmFZjhHGb3iDtPA27LF7xj+8yjlpBOxtT6iWcmtPa8a1D+Detc/2a/z65KNAmGcaDHeXtFHGhYcXlJBj1pHQ==
208+
"@eclipse-glsp-examples/workflow-glsp@next":
209+
version "2.6.0-next.436"
210+
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-2.6.0-next.436.tgz#bbfc1e570159b76ebd443d9abe8a593b89dbf0d8"
211+
integrity sha512-1QvYxWoOhd7j53gFAI5KXaYv9eLBEYcmWnepFr0YT6EED1jwPf0firnBQ+Ww4n2d3peitgsO/CTTotQsMD7qCA==
212212
dependencies:
213-
"@eclipse-glsp/client" "2.5.0"
213+
"@eclipse-glsp/client" "2.6.0-next.436+a609666"
214214
balloon-css "^0.5.0"
215215

216216
"@eclipse-glsp/[email protected]+c6c9bad":
@@ -227,12 +227,12 @@
227227
semver "^7.5.1"
228228
shelljs "^0.8.5"
229229

230-
"@eclipse-glsp/client@2.5.0":
231-
version "2.5.0"
232-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.5.0.tgz#cbaf931214177ead720d492e23cab6590ed31d76"
233-
integrity sha512-5uIyxXcUBxfGpvX/N8gIFvZnRmY19kjv2QAPt/polCcMLVSc2zRDXrF5OMvubf1K+bN1AJBNkLQhnFmg4FFAAg==
230+
"@eclipse-glsp/client@2.6.0-next.436+a609666", "@eclipse-glsp/client@next":
231+
version "2.6.0-next.436"
232+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.6.0-next.436.tgz#8fc9e26f41766dc46e91b61eb9ebfa6d57fa381b"
233+
integrity sha512-KLLqhX30Gm2OT6HZoa2LVK+ZvC0dwB/aTGjN3vI0GubvQt8sWHM+9u3c3IqFtqY0Vrt+gMJL+4alSR+RF3P7lw==
234234
dependencies:
235-
"@eclipse-glsp/sprotty" "2.5.0"
235+
"@eclipse-glsp/sprotty" "2.6.0-next.436+a609666"
236236
autocompleter "^9.1.2"
237237
file-saver "^2.0.5"
238238
lodash "4.17.21"
@@ -311,21 +311,21 @@
311311
dependencies:
312312
prettier-plugin-packagejson "~2.4.6"
313313

314-
"@eclipse-glsp/protocol@2.5.0":
315-
version "2.5.0"
316-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.5.0.tgz#4c0325783bf296a8bdcef483cd0da96b760b35e3"
317-
integrity sha512-bPHGamXtkbhFqV+2LAzrkOWw7iUmFIdYT+5uPdGqo3BPITiAA2cyE3iRuePwqgiqidhZrhPW60vL0GRgvgZ3TQ==
314+
"@eclipse-glsp/protocol@2.6.0-next.436+a609666":
315+
version "2.6.0-next.436"
316+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.6.0-next.436.tgz#1a16e75a86ca2b6c7b20146f6eeecada07f977a5"
317+
integrity sha512-jxRzMUesjtxFZcq/w2+P0I9HduY4RX0KiQpXwYIxkhYOA5M2FzNOFDyae4Y/YUo3Wuaankl0S74IP6qZSa2iLA==
318318
dependencies:
319319
sprotty-protocol "1.4.0"
320320
uuid "~10.0.0"
321321
vscode-jsonrpc "8.2.0"
322322

323-
"@eclipse-glsp/sprotty@2.5.0":
324-
version "2.5.0"
325-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.5.0.tgz#0f83bec254717cc0bb16308babcf1c23de62d9bd"
326-
integrity sha512-pjVoa0iXoRPivFuKxmxYETGlIIwVmW1tKVd2jKauci4m11a48yenaFGqEtlxHJPRBnXrRKTPdoSmTtovKM5lhA==
323+
"@eclipse-glsp/sprotty@2.6.0-next.436+a609666":
324+
version "2.6.0-next.436"
325+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.6.0-next.436.tgz#6bb5e143010fbe96b92de8c3ce77a74bc5c5d0ec"
326+
integrity sha512-ooYIX8S/lKU/HvtIK6k+1kD4ng7RjLtlwUyXh75g9vZ+RIrqI8mgswEUPAi9H48A1hk0fX8PrMY1yZ7YL1MHfQ==
327327
dependencies:
328-
"@eclipse-glsp/protocol" "2.5.0"
328+
"@eclipse-glsp/protocol" "2.6.0-next.436+a609666"
329329
autocompleter "^9.1.0"
330330
snabbdom "~3.5.1"
331331
sprotty "1.4.0"

server/example/org.eclipse.glsp.ide.workflow.editor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Workflow Editor
44
Bundle-SymbolicName: org.eclipse.glsp.ide.workflow.editor;singleton:=true
5-
Bundle-Version: 2.5.0
5+
Bundle-Version: 2.6.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Activator: org.eclipse.glsp.ide.workflow.editor.Activator
88
Bundle-Vendor: Eclipse GLSP

server/example/org.eclipse.glsp.ide.workflow.editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.glsp.ide</groupId>
1010
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.6.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

server/plugins/org.eclipse.glsp.ide.editor/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: GLSP Editor Integration
44
Bundle-SymbolicName: org.eclipse.glsp.ide.editor;singleton:=true
55
Bundle-Activator: org.eclipse.glsp.ide.editor.ui.GLSPIdeEditorPlugin
66
Bundle-ActivationPolicy: lazy
7-
Bundle-Version: 2.5.0
7+
Bundle-Version: 2.6.0.qualifier
88
Bundle-Vendor: Eclipse GLSP
99
Automatic-Module-Name: com.eclipsesource.glsp.editor
1010
Bundle-RequiredExecutionEnvironment: JavaSE-17

server/plugins/org.eclipse.glsp.ide.editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.glsp.ide</groupId>
1010
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
11-
<version>2.5.0</version>
11+
<version>2.6.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)