Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Eclipse GLSP Server Changelog

## v2.8.0 - active
## [v2.8.0 - 28/08/2026](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.8.0)

### Changes

Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-server-bundled-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-server-bundled-web",
"version": "2.8.0-next",
"version": "2.8.0",
"description": "GLSP web server for the workflow example (bundled)",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-server-bundled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-server-bundled",
"version": "2.8.0-next",
"version": "2.8.0",
"description": "GLSP node server for the workflow example (bundled)",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-server-mcp-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-server-mcp-demo",
"version": "2.8.0-next",
"version": "2.8.0",
"private": true,
"description": "Browser demo that drives the @eclipse-glsp/server-mcp portable Fetch handler against the workflow web server bundle.",
"homepage": "https://www.eclipse.org/glsp/",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-server",
"version": "2.8.0-next",
"version": "2.8.0",
"description": "GLSP node server for the workflow example",
"keywords": [
"eclipse",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "2.8.0-next",
"version": "2.8.0",
"private": true,
"scripts": {
"build": "pnpm compile && pnpm bundle",
Expand Down Expand Up @@ -30,7 +30,7 @@
"upgrade:next": "glsp updateNext"
},
"devDependencies": {
"@eclipse-glsp/dev": "next",
"@eclipse-glsp/dev": "2.8.0",
"@types/node": "22.x",
"typescript": "^5.9.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/graph",
"version": "2.8.0-next",
"version": "2.8.0",
"description": "The typescript implementation of the GLSP graphical model (GModel)",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@eclipse-glsp/protocol": "next"
"@eclipse-glsp/protocol": "2.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-elk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/layout-elk",
"version": "2.8.0-next",
"version": "2.8.0",
"description": "Integration of ELK graph layout algorithms in GLSP Node Server",
"keywords": [
"eclipse",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/server-mcp",
"version": "2.8.0-next",
"version": "2.8.0",
"description": "Model Context Protocol (MCP) server for the GLSP TypeScript server — runs on Node, browser, and Fetch-API runtimes",
"keywords": [
"eclipse",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/server",
"version": "2.8.0-next",
"version": "2.8.0",
"description": "A js server framework for Eclipse GLSP",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@eclipse-glsp/graph": "workspace:*",
"@eclipse-glsp/protocol": "next",
"@eclipse-glsp/protocol": "2.8.0",
"commander": "^14.0.0",
"fast-json-patch": "^3.1.0",
"vscode-jsonrpc": "8.2.0",
Expand Down
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading