Skip to content

Commit

Permalink
v2.1.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Jan 23, 2024
1 parent 5c2588b commit d8400a0
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/workflow-server-bundled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-server-bundled",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "GLSP node server for the workflow example (bundled)",
"keywords": [
"eclipse",
Expand Down
6 changes: 3 additions & 3 deletions examples/workflow-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-server",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "GLSP node server for the workflow example",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -56,8 +56,8 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/layout-elk": "2.1.0-next",
"@eclipse-glsp/server": "2.1.0-next",
"@eclipse-glsp/layout-elk": "2.1.0",
"@eclipse-glsp/server": "2.1.0",
"inversify": "^6.0.1"
},
"devDependencies": {
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "2.1.0-next",
"version": "2.1.0",
"private": true,
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/graph",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "The typescript implementation of the GLSP graphical model (GModel)",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -50,7 +50,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/protocol": "next"
"@eclipse-glsp/protocol": "2.1.0"
},
"devDependencies": {
"@types/uuid": "8.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-elk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/layout-elk",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "Integration of ELK graph layout algorithms in GLSP Node Server",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -50,7 +50,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/server": "2.1.0-next",
"@eclipse-glsp/server": "2.1.0",
"elkjs": "^0.7.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/server",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "A js server framework for Eclipse GLSP",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -59,8 +59,8 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/graph": "2.1.0-next",
"@eclipse-glsp/protocol": "next",
"@eclipse-glsp/graph": "2.1.0",
"@eclipse-glsp/protocol": "2.1.0",
"@types/uuid": "8.3.1",
"commander": "^8.3.0",
"fast-json-patch": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@
dependencies:
prettier-plugin-packagejson "~2.4.6"

"@eclipse-glsp/protocol@next":
version "2.1.0-next.297"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.1.0-next.297.tgz#4d178d5286c44b293b58b614fd84d0a0653052a6"
integrity sha512-WmV/ZAHusldwrXFof5oF68peBo0EpmVAb0N/v7LeYaTUiwnz4eFARm/p0KxL2QlcPBuKgLvi0xgGDzDGvbeNcw==
"@eclipse-glsp/protocol@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.1.0.tgz#e76a65a4815c969bfb86a1ab202ad24384a317cc"
integrity sha512-CUcVbsjiddDWEuhWKDLgfqslmau2QT6QTF9LyA4/y6Eomv5s8nTexeBMI6hCWL4sHgMfQ4t2zI9zV2a5gIow4A==
dependencies:
sprotty-protocol "0.15.0-next.044bba2.13"
uuid "7.0.3"
Expand Down

0 comments on commit d8400a0

Please sign in to comment.