Skip to content

Commit 6ac808e

Browse files
committed
v2.5.0
1 parent 3f4a5b2 commit 6ac808e

File tree

18 files changed

+42
-40
lines changed

18 files changed

+42
-40
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Eclipse GLSP Eclipse Integration Changelog
22

3-
## v2.5.0 - active
3+
## v2.5.0 - 07/09/2025(<https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.5.0>)
4+
5+
### Potentially breaking changes
46

5-
### Changes
67
- [node] Update minimum requirements for Node to >=20 [#112](https://github.com/eclipse-glsp/glsp-client/pull/112)
78

89
### 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-next",
3+
"version": "2.5.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.5.0-next"
18+
"@eclipse-glsp-examples/workflow-glsp": "2.5.0",
19+
"@eclipse-glsp/ide": "2.5.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.5.0-next",
2+
"version": "2.5.0",
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-next",
3+
"version": "2.5.0",
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-next",
3+
"version": "2.5.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.5.0"
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@next":
209-
version "2.5.0-next.433"
210-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-2.5.0-next.433.tgz#815cd55bf7ae6deb4b32a513c4792fda547ad792"
211-
integrity sha512-cr2tbeLYIKL59lZOaQlkNAUt1JYTG07OV/QQ9VnxyI37topcS++s94lEjA5F+t2CQpkZvRrTwRwUIw3m7PmbHg==
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==
212212
dependencies:
213-
"@eclipse-glsp/client" "2.5.0-next.433+281be34"
213+
"@eclipse-glsp/client" "2.5.0"
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/[email protected]-next.433+281be34", "@eclipse-glsp/client@next":
231-
version "2.5.0-next.433"
232-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.5.0-next.433.tgz#686788cba5cc13b7cb193afbc76a305e753157b6"
233-
integrity sha512-RuTKXrGkA0spus3Pi3nteh+1jrow+Qk+VVCLjsTOi2vcExbYWkAVbQLYtRx7xhnVDuA7jyjJ6WaMiJ9e8cPQJw==
230+
"@eclipse-glsp/[email protected]":
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==
234234
dependencies:
235-
"@eclipse-glsp/sprotty" "2.5.0-next.433+281be34"
235+
"@eclipse-glsp/sprotty" "2.5.0"
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/[email protected]-next.433+281be34":
315-
version "2.5.0-next.433"
316-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.5.0-next.433.tgz#c2afd4d27f28d6f24c9a06c8ab5c12516fe6ab49"
317-
integrity sha512-gd3DZVar1ICRS8Nt5yjXvFj4dZSvJJa4Ge+QyrwwjSdKKwgziVCivBfpXwwaBd/G8LhTv5prwTneRlF20TUXyw==
314+
"@eclipse-glsp/[email protected]":
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==
318318
dependencies:
319319
sprotty-protocol "1.4.0"
320320
uuid "~10.0.0"
321321
vscode-jsonrpc "8.2.0"
322322

323-
"@eclipse-glsp/[email protected]-next.433+281be34":
324-
version "2.5.0-next.433"
325-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.5.0-next.433.tgz#254d4267ea731c4556c08d50f48b1e904f8633ce"
326-
integrity sha512-yV0RttoDwuDhLXzdNbrUBeQdG3ZgyDPcWm4nEGSDOcB9V8MPFxVw33bGINSaULWtpmArQKSg6Z2P6k33iLZt0A==
323+
"@eclipse-glsp/[email protected]":
324+
version "2.5.0"
325+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.5.0.tgz#0f83bec254717cc0bb16308babcf1c23de62d9bd"
326+
integrity sha512-pjVoa0iXoRPivFuKxmxYETGlIIwVmW1tKVd2jKauci4m11a48yenaFGqEtlxHJPRBnXrRKTPdoSmTtovKM5lhA==
327327
dependencies:
328-
"@eclipse-glsp/protocol" "2.5.0-next.433+281be34"
328+
"@eclipse-glsp/protocol" "2.5.0"
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.qualifier
5+
Bundle-Version: 2.5.0
66
Bundle-ClassPath: .
77
Bundle-Activator: org.eclipse.glsp.ide.workflow.editor.Activator
88
Bundle-Vendor: Eclipse GLSP
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
keep

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-SNAPSHOT</version>
11+
<version>2.5.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.5.0.qualifier
7+
Bundle-Version: 2.5.0
88
Bundle-Vendor: Eclipse GLSP
99
Automatic-Module-Name: com.eclipsesource.glsp.editor
1010
Bundle-RequiredExecutionEnvironment: JavaSE-17

0 commit comments

Comments
 (0)