Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jul 22, 2024
1 parent aa0f41a commit e97c483
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 114 deletions.
10 changes: 5 additions & 5 deletions example/workflow/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workflow-vscode-example",
"displayName": "Workflow GLSP Example",
"version": "2.2.0-next",
"version": "2.2.1",
"private": "true",
"description": "An example graphical language used for modeling workflows",
"categories": [
Expand Down Expand Up @@ -197,16 +197,16 @@
"onStartupFinished"
],
"devDependencies": {
"@eclipse-glsp-examples/workflow-server": "next",
"@eclipse-glsp-examples/workflow-server-bundled": "next",
"@eclipse-glsp/vscode-integration": "2.2.0-next",
"@eclipse-glsp-examples/workflow-server": "2.2.1",
"@eclipse-glsp-examples/workflow-server-bundled": "2.2.1",
"@eclipse-glsp/vscode-integration": "2.2.1",
"@vscode/vsce": "^2.19.0",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.4.4",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"workflow-glsp-webview": "2.2.0-next"
"workflow-glsp-webview": "2.2.1"
},
"engines": {
"vscode": "^1.54.0"
Expand Down
8 changes: 4 additions & 4 deletions example/workflow/web-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workflow-vscode-example-web",
"displayName": "Workflow GLSP Example (Web)",
"version": "2.2.0-next",
"version": "2.2.1",
"private": "true",
"description": "An example graphical language used for modeling workflows",
"categories": [
Expand Down Expand Up @@ -198,15 +198,15 @@
"onStartupFinished"
],
"devDependencies": {
"@eclipse-glsp-examples/workflow-server": "next",
"@eclipse-glsp/vscode-integration": "2.2.0-next",
"@eclipse-glsp-examples/workflow-server": "2.2.1",
"@eclipse-glsp/vscode-integration": "2.2.1",
"@types/node": "16.x",
"@vscode/vsce": "^2.19.0",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.9.0",
"workflow-glsp-webview": "2.2.0-next"
"workflow-glsp-webview": "2.2.1"
},
"engines": {
"vscode": "^1.54.0"
Expand Down
6 changes: 3 additions & 3 deletions example/workflow/webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow-glsp-webview",
"version": "2.2.0-next",
"version": "2.2.1",
"private": "true",
"description": "Example of the Workflow GLSP diagram in a VS Code extensions (WebView part)",
"keywords": [
Expand Down Expand Up @@ -37,8 +37,8 @@
"watch": "tsc -w"
},
"devDependencies": {
"@eclipse-glsp-examples/workflow-glsp": "next",
"@eclipse-glsp/vscode-integration-webview": "2.2.0-next",
"@eclipse-glsp-examples/workflow-glsp": "2.2.1",
"@eclipse-glsp/vscode-integration-webview": "2.2.1",
"@vscode/codicons": "^0.0.25",
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^6.7.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1",
"version": "2.2.1",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "2.2.1",
"private": true,
"workspaces": [
"packages/*",
Expand Down Expand Up @@ -27,7 +28,7 @@
"workflow:web": "yarn --cwd example/workflow/web-extension"
},
"devDependencies": {
"@eclipse-glsp/dev": "next",
"@eclipse-glsp/dev": "2.2.1",
"@types/node": "16",
"@types/vscode": "^1.54.0",
"concurrently": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-integration-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/vscode-integration-webview",
"version": "2.2.0-next",
"version": "2.2.1",
"description": "Integration of a GLSP diagram in a VS Code extensions (WebView part)",
"keywords": [
"vscode",
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "next",
"@eclipse-glsp/client": "2.2.1",
"vscode-messenger-webview": "^0.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-integration-webview/src/default-modules.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2023 EclipseSource and others.
* Copyright (c) 2023-2024 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2023 EclipseSource and others.
* Copyright (c) 2023-2024 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2023 EclipseSource and others.
* Copyright (c) 2023-2024 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2023 EclipseSource and others.
* Copyright (c) 2023-2024 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eclipse-glsp/vscode-integration",
"displayName": "GLSP VSCode Integration",
"version": "2.2.0-next",
"version": "2.2.1",
"description": "Glue code to integrate GLSP diagrams in VSCode extensions (extension part)",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -46,7 +46,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/protocol": "next",
"@eclipse-glsp/protocol": "2.2.1",
"vscode-jsonrpc": "^8.0.2",
"vscode-messenger": "^0.4.5",
"ws": "^8.13.0"
Expand Down
Loading

0 comments on commit e97c483

Please sign in to comment.