Skip to content

Commit 8a91563

Browse files
authored
Update to 2.4.0 next (#102)
1 parent 90fd758 commit 8a91563

File tree

9 files changed

+23
-17
lines changed

9 files changed

+23
-17
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 Server Changelog
22

3+
## v2.4.0 - active
4+
5+
### Changes
6+
7+
### Potentially breaking changes
8+
39
## [v2.3.0 - 23/12/2024](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.3.0)
410

511
### Changes

examples/workflow-server-bundled/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-examples/workflow-server-bundled",
3-
"version": "2.3.0",
3+
"version": "2.4.0-next",
44
"description": "GLSP node server for the workflow example (bundled)",
55
"keywords": [
66
"eclipse",

examples/workflow-server/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-server",
3-
"version": "2.3.0",
3+
"version": "2.4.0-next",
44
"description": "GLSP node server for the workflow example",
55
"keywords": [
66
"eclipse",
@@ -56,8 +56,8 @@
5656
"watch:bundle": "webpack -w"
5757
},
5858
"dependencies": {
59-
"@eclipse-glsp/layout-elk": "2.3.0",
60-
"@eclipse-glsp/server": "2.3.0",
59+
"@eclipse-glsp/layout-elk": "2.4.0-next",
60+
"@eclipse-glsp/server": "2.4.0-next",
6161
"inversify": "^6.1.3"
6262
},
6363
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.4.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.3.0",
3+
"version": "2.4.0-next",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/graph/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/graph",
3-
"version": "2.3.0",
3+
"version": "2.4.0-next",
44
"description": "The typescript implementation of the GLSP graphical model (GModel)",
55
"keywords": [
66
"eclipse",
@@ -49,7 +49,7 @@
4949
"watch": "tsc -w"
5050
},
5151
"dependencies": {
52-
"@eclipse-glsp/protocol": "2.3.0"
52+
"@eclipse-glsp/protocol": "next"
5353
},
5454
"devDependencies": {
5555
"@types/uuid": "8.3.1"

packages/layout-elk/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/layout-elk",
3-
"version": "2.3.0",
3+
"version": "2.4.0-next",
44
"description": "Integration of ELK graph layout algorithms in GLSP Node Server",
55
"keywords": [
66
"eclipse",
@@ -49,7 +49,7 @@
4949
"watch": "tsc -w"
5050
},
5151
"dependencies": {
52-
"@eclipse-glsp/server": "2.3.0",
52+
"@eclipse-glsp/server": "2.4.0-next",
5353
"elkjs": "^0.7.1"
5454
},
5555
"peerDependencies": {

packages/server/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/server",
3-
"version": "2.3.0",
3+
"version": "2.4.0-next",
44
"description": "A js server framework for Eclipse GLSP",
55
"keywords": [
66
"eclipse",
@@ -58,8 +58,8 @@
5858
"watch": "tsc -w"
5959
},
6060
"dependencies": {
61-
"@eclipse-glsp/graph": "2.3.0",
62-
"@eclipse-glsp/protocol": "2.3.0",
61+
"@eclipse-glsp/graph": "2.4.0-next",
62+
"@eclipse-glsp/protocol": "next",
6363
"@types/uuid": "8.3.1",
6464
"commander": "^8.3.0",
6565
"fast-json-patch": "^3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@
309309
dependencies:
310310
prettier-plugin-packagejson "~2.4.6"
311311

312-
"@eclipse-glsp/protocol@2.3.0":
313-
version "2.3.0"
314-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.3.0.tgz#87db53ffb81090abfe900e6ab7a5bb383a8cf2a3"
315-
integrity sha512-y9gKtDYjvwLaWXi9ULhU21W4uEwNy94B2NjnNoxhAcZXwFxG14G4B2tBULnLJPCSeH+R717a7NRk3ECNX7lkcQ==
312+
"@eclipse-glsp/protocol@next":
313+
version "2.4.0-next.403"
314+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.4.0-next.403.tgz#3d6478344857524c6e8f564baf84aa1ec1794ff8"
315+
integrity sha512-3+spkLirIPYeEqTP54+9FOoLrraYDD72cKQW6yxuSj8fQ/8QY7bSu94e9hP/3yzJMuwqdAudgdrUJRs0oNaXeA==
316316
dependencies:
317317
sprotty-protocol "1.4.0"
318318
uuid "~10.0.0"

0 commit comments

Comments
 (0)