Skip to content

Commit 08f171a

Browse files
github-actions[bot]tortmayr
authored andcommitted
v2.6.0
1 parent 53f5ed4 commit 08f171a

File tree

20 files changed

+132
-865
lines changed

20 files changed

+132
-865
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Eclipse GLSP Eclipse Integration Changelog
22

3-
## v2.6.0 - active
3+
## [v2.6.0 - 11/02/2026](https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.6.0)
44

55
### Changes
66

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.6.0-next",
3+
"version": "2.6.0",
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": "next",
19-
"@eclipse-glsp/ide": "2.6.0-next"
18+
"@eclipse-glsp-examples/workflow-glsp": "2.6.0",
19+
"@eclipse-glsp/ide": "2.6.0"
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.6.0-next",
2+
"version": "2.6.0",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.6.0-next",
3+
"version": "2.6.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",
@@ -28,7 +28,7 @@
2828
"watch": "concurrently --kill-others -n tsc,webapp -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s app watch\""
2929
},
3030
"devDependencies": {
31-
"@eclipse-glsp/dev": "next",
31+
"@eclipse-glsp/dev": "2.6.0",
3232
"@types/node": "20.x",
3333
"copyfiles": "^2.4.1",
3434
"lerna": "^9.0.0",

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.6.0-next",
3+
"version": "2.6.0",
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": "next"
37+
"@eclipse-glsp/client": "2.6.0"
3838
},
3939
"engines": {
4040
"yarn": "1.0.x || >=1.2.1"

client/yarn.lock

Lines changed: 109 additions & 842 deletions
Large diffs are not rendered by default.

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.6.0.qualifier
5+
Bundle-Version: 2.6.0
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.6.0-SNAPSHOT</version>
11+
<version>2.6.0</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.6.0.qualifier
7+
Bundle-Version: 2.6.0
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.6.0-SNAPSHOT</version>
11+
<version>2.6.0</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)