Skip to content

Commit daca681

Browse files
committed
Switch to 2.5.0-next versions
1 parent 5b85b5c commit daca681

File tree

9 files changed

+19
-13
lines changed

9 files changed

+19
-13
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 Client Changelog
22

3+
## v2.5.0 - active
4+
5+
### Changes
6+
7+
### Potentially breaking changes
8+
39
## [v2.4.0 - 04/04/2025](https://github.com/eclipse-glsp/glsp-client/releases/tag/v2.3.0)
410

511
### Changes

examples/workflow-glsp/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-examples/workflow-glsp",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "GLSP diagrams for the Workflow DSL",
55
"keywords": [
66
"glsp",
@@ -40,7 +40,7 @@
4040
"watch": "tsc -w"
4141
},
4242
"dependencies": {
43-
"@eclipse-glsp/client": "2.4.0",
43+
"@eclipse-glsp/client": "2.5.0-next",
4444
"balloon-css": "^0.5.0"
4545
},
4646
"devDependencies": {

examples/workflow-standalone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow-standalone",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"private": true,
55
"description": "Standalone browser-app for the Workflow example",
66
"homepage": "https://www.eclipse.org/glsp/",
@@ -32,8 +32,8 @@
3232
"watch:bundle": "webpack -w"
3333
},
3434
"dependencies": {
35-
"@eclipse-glsp-examples/workflow-glsp": "2.4.0",
36-
"@eclipse-glsp/client": "2.4.0",
35+
"@eclipse-glsp-examples/workflow-glsp": "2.5.0-next",
36+
"@eclipse-glsp/client": "2.5.0-next",
3737
"inversify-logger-middleware": "^3.1.0"
3838
},
3939
"devDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"fileName": "workflow-server",
3-
"version": "2.4.0"
3+
"version": "next"
44
}

lerna.json

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

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.4.0",
3+
"version": "2.5.0-next",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/client/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/client",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "A sprotty-based client for GLSP",
55
"keywords": [
66
"eclipse",
@@ -46,7 +46,7 @@
4646
"watch": "tsc -w"
4747
},
4848
"dependencies": {
49-
"@eclipse-glsp/sprotty": "2.4.0",
49+
"@eclipse-glsp/sprotty": "2.5.0-next",
5050
"autocompleter": "^9.1.2",
5151
"file-saver": "^2.0.5",
5252
"lodash": "4.17.21",

packages/glsp-sprotty/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/sprotty",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "Augmented reexport of the sprotty API for GLSP",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -33,7 +33,7 @@
3333
"watch": "tsc -w"
3434
},
3535
"dependencies": {
36-
"@eclipse-glsp/protocol": "2.4.0",
36+
"@eclipse-glsp/protocol": "2.5.0-next",
3737
"autocompleter": "^9.1.0",
3838
"snabbdom": "~3.5.1",
3939
"sprotty": "1.4.0",

packages/protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/protocol",
3-
"version": "2.4.0",
3+
"version": "2.5.0-next",
44
"description": "The protocol definition for client-server communication in GLSP",
55
"keywords": [
66
"eclipse",

0 commit comments

Comments
 (0)