Skip to content

Commit

Permalink
v1.1.0-RC07
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Apr 7, 2023
1 parent 5c40594 commit 074b8ed
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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": "1.1.0-next",
"version": "1.1.0-RC07",
"description": "GLSP node server for the workflow example",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -54,8 +54,8 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/layout-elk": "1.1.0-next",
"@eclipse-glsp/server": "1.1.0-next"
"@eclipse-glsp/layout-elk": "1.1.0-RC07",
"@eclipse-glsp/server": "1.1.0-RC07"
},
"devDependencies": {
"source-map-loader": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "1.0.0",
"version": "1.1.0-RC07",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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": "1.0.0",
"version": "1.1.0-RC07",
"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": "1.1.0-next",
"version": "1.1.0-RC07",
"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": "1.1.0-RC07"
},
"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": "1.1.0-next",
"version": "1.1.0-RC07",
"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": "1.1.0-next",
"@eclipse-glsp/server": "1.1.0-RC07",
"elkjs": "^0.7.1",
"sprotty-elk": "0.12.0"
},
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": "1.1.0-next",
"version": "1.1.0-RC07",
"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": "1.1.0-next",
"@eclipse-glsp/protocol": "next",
"@eclipse-glsp/graph": "1.1.0-RC07",
"@eclipse-glsp/protocol": "1.1.0-RC07",
"@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 @@ -303,10 +303,10 @@
dependencies:
prettier-plugin-packagejson "^2.3.0"

"@eclipse-glsp/protocol@next":
version "1.1.0-next.6efef44.226"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-next.6efef44.226.tgz#c06538f43590125aa703a45a769e8b7bf219cf45"
integrity sha512-cMU6W47znFH6ADM9OyXKu8v52i+j387gUMZn3B3/mGLrDwk7gywu2lxs8dp5+UMqFTJx2oeqzOf3bGhySsulSQ==
"@eclipse-glsp/protocol@1.1.0-RC07":
version "1.1.0-RC07"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC07.tgz#ad689a62ae85481f12533ef09bdf93890e2e1761"
integrity sha512-LvDTODuQBWkl4lt9iTZXSeUSH9+0WqQ5FThgxvLreyOJmxsHjfVqCKyUvA73rVsGKlNF5rA19Vr6QmQSNFruAA==
dependencies:
sprotty-protocol "0.13.0-next.f4445dd.342"
uuid "7.0.3"
Expand Down

0 comments on commit 074b8ed

Please sign in to comment.