Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Feb 5, 2024
1 parent a48c7e0 commit d787a30
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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.1.0-next",
"version": "2.1.0",
"private": "true",
"description": "An example graphical language used for modeling workflows",
"categories": [
Expand Down Expand Up @@ -196,14 +196,14 @@
"devDependencies": {
"@eclipse-glsp-examples/workflow-server": "2.1.0",
"@eclipse-glsp-examples/workflow-server-bundled": "2.1.0",
"@eclipse-glsp/vscode-integration": "2.1.0-next",
"@eclipse-glsp/vscode-integration": "^2.1.0",
"@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.1.0-next"
"workflow-glsp-webview": "^2.1.0"
},
"engines": {
"vscode": "^1.54.0"
Expand Down
6 changes: 3 additions & 3 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.1.0-next",
"version": "2.1.0",
"private": "true",
"description": "An example graphical language used for modeling workflows",
"categories": [
Expand Down Expand Up @@ -196,14 +196,14 @@
],
"devDependencies": {
"@eclipse-glsp-examples/workflow-server": "2.1.0",
"@eclipse-glsp/vscode-integration": "2.1.0-next",
"@eclipse-glsp/vscode-integration": "^2.1.0",
"@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.1.0-next"
"workflow-glsp-webview": "^2.1.0"
},
"engines": {
"vscode": "^1.54.0"
Expand Down
4 changes: 2 additions & 2 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.1.0-next",
"version": "2.1.0",
"private": "true",
"description": "Example of the Workflow GLSP diagram in a VS Code extensions (WebView part)",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@eclipse-glsp-examples/workflow-glsp": "2.1.0",
"@eclipse-glsp/vscode-integration-webview": "2.1.0-next",
"@eclipse-glsp/vscode-integration-webview": "^2.1.0",
"@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.0.0",
"version": "2.1.0",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-next",
"version": "2.1.0",
"description": "Integration of a GLSP diagram in a VS Code extensions (WebView part)",
"keywords": [
"vscode",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-next",
"version": "2.1.0",
"description": "Glue code to integrate GLSP diagrams in VSCode extensions (extension part)",
"keywords": [
"eclipse",
Expand Down

0 comments on commit d787a30

Please sign in to comment.