Skip to content

Commit e97c483

Browse files
committed
v2.2.1
1 parent aa0f41a commit e97c483

File tree

12 files changed

+115
-114
lines changed

12 files changed

+115
-114
lines changed

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.0-next",
4+
"version": "2.2.1",
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": "next",
201-
"@eclipse-glsp-examples/workflow-server-bundled": "next",
202-
"@eclipse-glsp/vscode-integration": "2.2.0-next",
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",
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.0-next"
209+
"workflow-glsp-webview": "2.2.1"
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.0-next",
4+
"version": "2.2.1",
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": "next",
202-
"@eclipse-glsp/vscode-integration": "2.2.0-next",
201+
"@eclipse-glsp-examples/workflow-server": "2.2.1",
202+
"@eclipse-glsp/vscode-integration": "2.2.1",
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.0-next"
209+
"workflow-glsp-webview": "2.2.1"
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.0-next",
3+
"version": "2.2.1",
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": "next",
41-
"@eclipse-glsp/vscode-integration-webview": "2.2.0-next",
40+
"@eclipse-glsp-examples/workflow-glsp": "2.2.1",
41+
"@eclipse-glsp/vscode-integration-webview": "2.2.1",
4242
"@vscode/codicons": "^0.0.25",
4343
"circular-dependency-plugin": "^5.2.2",
4444
"css-loader": "^6.7.1",

lerna.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "2.2.1",
23
"private": true,
34
"workspaces": [
45
"packages/*",
@@ -27,7 +28,7 @@
2728
"workflow:web": "yarn --cwd example/workflow/web-extension"
2829
},
2930
"devDependencies": {
30-
"@eclipse-glsp/dev": "next",
31+
"@eclipse-glsp/dev": "2.2.1",
3132
"@types/node": "16",
3233
"@types/vscode": "^1.54.0",
3334
"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.0-next",
3+
"version": "2.2.1",
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": "next",
44+
"@eclipse-glsp/client": "2.2.1",
4545
"vscode-messenger-webview": "^0.4.5"
4646
},
4747
"devDependencies": {

packages/vscode-integration-webview/src/default-modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 EclipseSource and others.
2+
* Copyright (c) 2023-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

packages/vscode-integration-webview/src/features/export/export-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 EclipseSource and others.
2+
* Copyright (c) 2023-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

packages/vscode-integration-webview/src/features/navigation/navigation-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 EclipseSource and others.
2+
* Copyright (c) 2023-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

packages/vscode-integration-webview/src/features/notification/notification-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2023 EclipseSource and others.
2+
* Copyright (c) 2023-2024 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at

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.0-next",
4+
"version": "2.2.1",
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": "next",
49+
"@eclipse-glsp/protocol": "2.2.1",
5050
"vscode-jsonrpc": "^8.0.2",
5151
"vscode-messenger": "^0.4.5",
5252
"ws": "^8.13.0"

0 commit comments

Comments
 (0)