Skip to content

Commit

Permalink
v1.1.0-RC09
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed May 30, 2023
1 parent 9fd0925 commit edffbe7
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
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-server",
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"description": "GLSP node server for the workflow example",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -59,8 +59,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-RC09",
"@eclipse-glsp/server": "1.1.0-RC09"
},
"devDependencies": {
"source-map-loader": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "1.0.0",
"version": "1.1.0-RC09",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "1.0.0",
"version": "1.1.0-RC09",
"private": true,
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/graph",
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"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-RC09"
},
"devDependencies": {
"@types/uuid": "8.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/layout-elk/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/layout-elk",
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"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-RC09",
"elkjs": "^0.7.1",
"sprotty-elk": "0.12.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/server",
"version": "1.1.0-next",
"version": "1.1.0-RC09",
"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-RC09",
"@eclipse-glsp/protocol": "1.1.0-RC09",
"@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
Expand Up @@ -303,10 +303,10 @@
dependencies:
prettier-plugin-packagejson "^2.3.0"

"@eclipse-glsp/protocol@next":
version "1.1.0-next.697cc23.237"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-next.697cc23.237.tgz#9d6190d88ee944d27a7e6a1d9bed91d0f454149b"
integrity sha512-qX/WgWnAZ+D8Dj8wiyezaX8a0JNi5+KSDz2TKZBktRfDEoee2sngyru3m5AQ0kt2dVLuA5isVyHRIaHb8wks7Q==
"@eclipse-glsp/protocol@1.1.0-RC09":
version "1.1.0-RC09"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC09.tgz#5985a82c62342bae921a687246e7101595d9d4d2"
integrity sha512-mq3qV4LeIAXU+hezGfHibjXqTF6GryK7hjRMajLfGrViJIj2MKza6qC17earWGXEX2qxk8Ha4c6TS6QeYt/5Ag==
dependencies:
sprotty-protocol "0.13.0-next.f4445dd.342"
uuid "7.0.3"
Expand Down

0 comments on commit edffbe7

Please sign in to comment.