Skip to content

Commit 9122825

Browse files
committed
Switch to next versions
1 parent e97c483 commit 9122825

File tree

8 files changed

+115
-108
lines changed

8 files changed

+115
-108
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Eclipse GLSP VSCode Integration Changelog
22

3-
## 2.2.0 - active
3+
## 2.3.0 - active
4+
5+
### Changes
6+
7+
### Potentially Breaking Changes
8+
9+
## [2.2.1 - 22/07/2024](https://github.com/eclipse-glsp/glsp-vscode-integration/releases/tag/v2.2.1)
410

511
### Changes
612

713
- [diagram] Fix minor styling and behavioral issues when using `GLSPProjectionView` [#62](https://github.com/eclipse-glsp/glsp-vscode-integration/pull/62)
14+
- [diagram] Removed the context menu module from the default integration as it is currently not supported in VS Code [#63](https://github.com/eclipse-glsp/glsp-vscode-integration/pull/63)
815

916
### Potentially Breaking Changes
1017

example/workflow/extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow-vscode-example",
33
"displayName": "Workflow GLSP Example",
4-
"version": "2.2.1",
4+
"version": "2.3.0-next",
55
"private": "true",
66
"description": "An example graphical language used for modeling workflows",
77
"categories": [
@@ -197,16 +197,16 @@
197197
"onStartupFinished"
198198
],
199199
"devDependencies": {
200-
"@eclipse-glsp-examples/workflow-server": "2.2.1",
201-
"@eclipse-glsp-examples/workflow-server-bundled": "2.2.1",
202-
"@eclipse-glsp/vscode-integration": "2.2.1",
200+
"@eclipse-glsp-examples/workflow-server": "next",
201+
"@eclipse-glsp-examples/workflow-server-bundled": "next",
202+
"@eclipse-glsp/vscode-integration": "2.3.0-next",
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.2.1"
209+
"workflow-glsp-webview": "2.3.0-next"
210210
},
211211
"engines": {
212212
"vscode": "^1.54.0"

example/workflow/web-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow-vscode-example-web",
33
"displayName": "Workflow GLSP Example (Web)",
4-
"version": "2.2.1",
4+
"version": "2.3.0-next",
55
"private": "true",
66
"description": "An example graphical language used for modeling workflows",
77
"categories": [
@@ -198,15 +198,15 @@
198198
"onStartupFinished"
199199
],
200200
"devDependencies": {
201-
"@eclipse-glsp-examples/workflow-server": "2.2.1",
202-
"@eclipse-glsp/vscode-integration": "2.2.1",
201+
"@eclipse-glsp-examples/workflow-server": "next",
202+
"@eclipse-glsp/vscode-integration": "2.3.0-next",
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.2.1"
209+
"workflow-glsp-webview": "2.3.0-next"
210210
},
211211
"engines": {
212212
"vscode": "^1.54.0"

example/workflow/webview/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow-glsp-webview",
3-
"version": "2.2.1",
3+
"version": "2.3.0-next",
44
"private": "true",
55
"description": "Example of the Workflow GLSP diagram in a VS Code extensions (WebView part)",
66
"keywords": [
@@ -37,8 +37,8 @@
3737
"watch": "tsc -w"
3838
},
3939
"devDependencies": {
40-
"@eclipse-glsp-examples/workflow-glsp": "2.2.1",
41-
"@eclipse-glsp/vscode-integration-webview": "2.2.1",
40+
"@eclipse-glsp-examples/workflow-glsp": "next",
41+
"@eclipse-glsp/vscode-integration-webview": "2.3.0-next",
4242
"@vscode/codicons": "^0.0.25",
4343
"circular-dependency-plugin": "^5.2.2",
4444
"css-loader": "^6.7.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.1",
2+
"version": "next",
33
"private": true,
44
"workspaces": [
55
"packages/*",
@@ -28,7 +28,7 @@
2828
"workflow:web": "yarn --cwd example/workflow/web-extension"
2929
},
3030
"devDependencies": {
31-
"@eclipse-glsp/dev": "2.2.1",
31+
"@eclipse-glsp/dev": "next",
3232
"@types/node": "16",
3333
"@types/vscode": "^1.54.0",
3434
"concurrently": "^8.2.2",

packages/vscode-integration-webview/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/vscode-integration-webview",
3-
"version": "2.2.1",
3+
"version": "2.3.0-next",
44
"description": "Integration of a GLSP diagram in a VS Code extensions (WebView part)",
55
"keywords": [
66
"vscode",
@@ -41,7 +41,7 @@
4141
"watch": "tsc -w"
4242
},
4343
"dependencies": {
44-
"@eclipse-glsp/client": "2.2.1",
44+
"@eclipse-glsp/client": "next",
4545
"vscode-messenger-webview": "^0.4.5"
4646
},
4747
"devDependencies": {

packages/vscode-integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eclipse-glsp/vscode-integration",
33
"displayName": "GLSP VSCode Integration",
4-
"version": "2.2.1",
4+
"version": "2.3.0-next",
55
"description": "Glue code to integrate GLSP diagrams in VSCode extensions (extension part)",
66
"keywords": [
77
"eclipse",
@@ -46,7 +46,7 @@
4646
"watch": "tsc -w"
4747
},
4848
"dependencies": {
49-
"@eclipse-glsp/protocol": "2.2.1",
49+
"@eclipse-glsp/protocol": "next",
5050
"vscode-jsonrpc": "^8.0.2",
5151
"vscode-messenger": "^0.4.5",
5252
"ws": "^8.13.0"

0 commit comments

Comments
 (0)