Skip to content

Commit

Permalink
v1.1.0-RC05
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Feb 7, 2023
1 parent 44bd1e0 commit 63e8db9
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-RC05",
"description": "GLSP node server for the workflow example",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -53,8 +53,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-RC05",
"@eclipse-glsp/server": "1.1.0-RC05"
},
"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-RC05",
"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-RC05",
"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-RC05",
"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-RC05"
},
"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-RC05",
"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-RC05",
"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-RC05",
"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-RC05",
"@eclipse-glsp/protocol": "1.1.0-RC05",
"@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 @@ -302,10 +302,10 @@
dependencies:
prettier-plugin-packagejson "^2.3.0"

"@eclipse-glsp/protocol@next":
version "1.1.0-next.20ec26e.220"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-next.20ec26e.220.tgz#11dd2bd8b14f42373f5b02646c562a5d9f22fa35"
integrity sha512-k3MXHWP8l+LTeTO269bmYXl1RJfdtApO7oWhF82GWKL5BzURr7hLtKqOVig1mhNsDE6vJe8174SFMFc68l4i1A==
"@eclipse-glsp/protocol@1.1.0-RC05":
version "1.1.0-RC05"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC05.tgz#acf047aede531e7c63715fa8fe27e2d991291e04"
integrity sha512-vwAgq0iesj59phCvrFNX8pJgVkq9gnspUEEe/0i72MWrI1hM7svH0GX9TW6nCBOC64Z4uBqT8+ts2IjtcWyRcg==
dependencies:
sprotty-protocol "0.13.0-next.f4445dd.342"
uuid "7.0.3"
Expand Down

0 comments on commit 63e8db9

Please sign in to comment.