Skip to content

Commit 0bbddd8

Browse files
committed
v2.1.1
1 parent bbb265a commit 0bbddd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/examples/workflow-webapp/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-examples/workflow-webapp",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"description": "GLSP-based webapp for the Workflow example",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@eclipse-glsp-examples/workflow-glsp": "~2.1.1",
18-
"@eclipse-glsp/ide": "2.1.0"
18+
"@eclipse-glsp/ide": "2.1.1"
1919
},
2020
"devDependencies": {
2121
"@vscode/codicons": "^0.0.25",

client/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.0",
2+
"version": "2.1.1",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

client/packages/ide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/ide",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Glue code to integrate GLSP clients into Eclipse via a webapp",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",

0 commit comments

Comments
 (0)