Skip to content

Commit 4e4db4b

Browse files
committed
v2.1.0
1 parent 0aeed45 commit 4e4db4b

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

examples/workflow-glsp/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-glsp",
3-
"version": "2.1.0-next",
3+
"version": "2.1.0",
44
"description": "GLSP diagrams for the Workflow DSL",
55
"keywords": [
66
"glsp",
@@ -43,7 +43,7 @@
4343
"watch": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@eclipse-glsp/client": "2.1.0-next",
46+
"@eclipse-glsp/client": "2.1.0",
4747
"balloon-css": "^0.5.0"
4848
},
4949
"devDependencies": {

examples/workflow-standalone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow-standalone",
3-
"version": "2.1.0-next",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "Standalone browser-app for the Workflow example",
66
"homepage": "https://www.eclipse.org/glsp/",
@@ -31,8 +31,8 @@
3131
"watch": "tsc -w -p ./tsconfig.json"
3232
},
3333
"dependencies": {
34-
"@eclipse-glsp-examples/workflow-glsp": "2.1.0-next",
35-
"@eclipse-glsp/client": "2.1.0-next"
34+
"@eclipse-glsp-examples/workflow-glsp": "2.1.0",
35+
"@eclipse-glsp/client": "2.1.0"
3636
},
3737
"devDependencies": {
3838
"@types/shelljs": "0.8.12",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"fileName": "workflow-server",
3-
"version": "next"
3+
"version": "2.1.0"
44
}

lerna.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.1.0-next",
3+
"version": "2.1.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/client/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/client",
3-
"version": "2.1.0-next",
3+
"version": "2.1.0",
44
"description": "A sprotty-based client for GLSP",
55
"keywords": [
66
"eclipse",
@@ -47,7 +47,7 @@
4747
"watch": "tsc -w"
4848
},
4949
"dependencies": {
50-
"@eclipse-glsp/sprotty": "2.1.0-next",
50+
"@eclipse-glsp/sprotty": "2.1.0",
5151
"autocompleter": "^9.1.0",
5252
"file-saver": "^2.0.5",
5353
"lodash": "4.17.21"

packages/glsp-sprotty/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/sprotty",
3-
"version": "2.1.0-next",
3+
"version": "2.1.0",
44
"description": "Augmented reexport of the sprotty API for GLSP",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -34,7 +34,7 @@
3434
"watch": "tsc -w"
3535
},
3636
"dependencies": {
37-
"@eclipse-glsp/protocol": "2.1.0-next",
37+
"@eclipse-glsp/protocol": "2.1.0",
3838
"autocompleter": "^9.1.0",
3939
"snabbdom": "^3.5.1",
4040
"sprotty": "1.0.0",

packages/protocol/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/protocol",
3-
"version": "2.1.0-next",
3+
"version": "2.1.0",
44
"description": "The protocol definition for client-server communication in GLSP",
55
"keywords": [
66
"eclipse",

0 commit comments

Comments
 (0)