File tree Expand file tree Collapse file tree 9 files changed +110
-130
lines changed
vscode-integration-webview Expand file tree Collapse file tree 9 files changed +110
-130
lines changed Original file line number Diff line number Diff line change 11# Eclipse GLSP VSCode Integration Changelog
22
3- ## v2.6.0 - active
3+ ## [ v2.6.0 - 10/02/2026 ] ( https://github.com/eclipse-glsp/glsp-vscode-integration/releases/tag/v2.6.0 )
44
55## [ v2.5.0 - 07/09/2025] ( https://github.com/eclipse-glsp/glsp-vscode-integration/releases/tag/v2.5.0 )
66
Original file line number Diff line number Diff line change 11{
22 "name" : " workflow-vscode-example" ,
33 "displayName" : " Workflow GLSP Example" ,
4- "version" : " 2.6.0-next " ,
4+ "version" : " 2.6.0" ,
55 "private" : " true" ,
66 "description" : " An example graphical language used for modeling workflows" ,
77 "categories" : [
197197 " onStartupFinished"
198198 ],
199199 "devDependencies" : {
200- "@eclipse-glsp-examples/workflow-server" : " next " ,
201- "@eclipse-glsp-examples/workflow-server-bundled" : " next " ,
202- "@eclipse-glsp/vscode-integration" : " 2.6.0-next " ,
200+ "@eclipse-glsp-examples/workflow-server" : " 2.6.0 " ,
201+ "@eclipse-glsp-examples/workflow-server-bundled" : " 2.6.0 " ,
202+ "@eclipse-glsp/vscode-integration" : " 2.6.0" ,
203203 "@vscode/vsce" : " ^2.19.0" ,
204204 "copy-webpack-plugin" : " ^11.0.0" ,
205205 "ts-loader" : " ^9.4.4" ,
206206 "webpack" : " ^5.88.2" ,
207207 "webpack-cli" : " ^5.1.4" ,
208208 "webpack-merge" : " ^5.9.0" ,
209- "workflow-glsp-webview" : " 2.6.0-next "
209+ "workflow-glsp-webview" : " 2.6.0"
210210 },
211211 "engines" : {
212212 "vscode" : " ^1.54.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " workflow-vscode-example-web" ,
33 "displayName" : " Workflow GLSP Example (Web)" ,
4- "version" : " 2.6.0-next " ,
4+ "version" : " 2.6.0" ,
55 "private" : " true" ,
66 "description" : " An example graphical language used for modeling workflows" ,
77 "categories" : [
198198 " onStartupFinished"
199199 ],
200200 "devDependencies" : {
201- "@eclipse-glsp-examples/workflow-server" : " next " ,
202- "@eclipse-glsp/vscode-integration" : " 2.6.0-next " ,
201+ "@eclipse-glsp-examples/workflow-server" : " 2.6.0 " ,
202+ "@eclipse-glsp/vscode-integration" : " 2.6.0" ,
203203 "@types/node" : " 16.x" ,
204204 "@vscode/vsce" : " ^2.19.0" ,
205205 "copy-webpack-plugin" : " ^11.0.0" ,
206206 "webpack" : " ^5.75.0" ,
207207 "webpack-cli" : " ^5.0.1" ,
208208 "webpack-merge" : " ^5.9.0" ,
209- "workflow-glsp-webview" : " 2.6.0-next "
209+ "workflow-glsp-webview" : " 2.6.0"
210210 },
211211 "engines" : {
212212 "vscode" : " ^1.54.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " workflow-glsp-webview" ,
3- "version" : " 2.6.0-next " ,
3+ "version" : " 2.6.0" ,
44 "private" : " true" ,
55 "description" : " Example of the Workflow GLSP diagram in a VS Code extensions (WebView part)" ,
66 "keywords" : [
3737 "watch" : " tsc -w"
3838 },
3939 "devDependencies" : {
40- "@eclipse-glsp-examples/workflow-glsp" : " next " ,
41- "@eclipse-glsp/vscode-integration-webview" : " 2.6.0-next " ,
40+ "@eclipse-glsp-examples/workflow-glsp" : " 2.6.0 " ,
41+ "@eclipse-glsp/vscode-integration-webview" : " 2.6.0" ,
4242 "@vscode/codicons" : " ^0.0.25" ,
4343 "circular-dependency-plugin" : " ^5.2.2" ,
4444 "css-loader" : " ^6.7.1" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.6.0-next " ,
2+ "version" : " 2.6.0" ,
33 "npmClient" : " yarn" ,
44 "command" : {
55 "run" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.6.0-next " ,
2+ "version" : " 2.6.0" ,
33 "private" : true ,
44 "workspaces" : [
55 " packages/*" ,
2929 "workflow:web" : " yarn --cwd example/workflow/web-extension"
3030 },
3131 "devDependencies" : {
32- "@eclipse-glsp/dev" : " next " ,
32+ "@eclipse-glsp/dev" : " 2.6.0 " ,
3333 "@types/node" : " 20.x" ,
3434 "@types/vscode" : " ^1.54.0" ,
3535 "concurrently" : " ^8.2.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-glsp/vscode-integration-webview" ,
3- "version" : " 2.6.0-next " ,
3+ "version" : " 2.6.0" ,
44 "description" : " Integration of a GLSP diagram in a VS Code extensions (WebView part)" ,
55 "keywords" : [
66 " vscode" ,
4141 "watch" : " tsc -w"
4242 },
4343 "dependencies" : {
44- "@eclipse-glsp/client" : " next " ,
44+ "@eclipse-glsp/client" : " 2.6.0 " ,
4545 "vscode-jsonrpc" : " 8.2.0" ,
4646 "vscode-messenger-webview" : " ^0.4.5"
4747 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @eclipse-glsp/vscode-integration" ,
33 "displayName" : " GLSP VSCode Integration" ,
4- "version" : " 2.6.0-next " ,
4+ "version" : " 2.6.0" ,
55 "description" : " Glue code to integrate GLSP diagrams in VSCode extensions (extension part)" ,
66 "keywords" : [
77 " eclipse" ,
4646 "watch" : " tsc -w"
4747 },
4848 "dependencies" : {
49- "@eclipse-glsp/protocol" : " next " ,
49+ "@eclipse-glsp/protocol" : " 2.6.0 " ,
5050 "vscode-jsonrpc" : " 8.2.0" ,
5151 "vscode-messenger" : " ^0.4.5" ,
5252 "ws" : " ^8.13.0"
You can’t perform that action at this time.
0 commit comments