Skip to content

Commit d93e52c

Browse files
v1.1.0-RC10
1 parent e49c816 commit d93e52c

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

examples/workflow-server-bundled/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-examples/workflow-server-bundled",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC10",
44
"description": "GLSP node server for the workflow example (bundled)",
55
"keywords": [
66
"eclipse",

examples/workflow-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp-examples/workflow-server",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC10",
44
"description": "GLSP node server for the workflow example",
55
"keywords": [
66
"eclipse",
@@ -56,8 +56,8 @@
5656
"watch": "tsc -w"
5757
},
5858
"dependencies": {
59-
"@eclipse-glsp/layout-elk": "1.1.0-next",
60-
"@eclipse-glsp/server": "1.1.0-next",
59+
"@eclipse-glsp/layout-elk": "1.1.0-RC10",
60+
"@eclipse-glsp/server": "1.1.0-RC10",
6161
"inversify": "^6.0.1"
6262
},
6363
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.4.0",
3-
"version": "1.0.0",
3+
"version": "1.1.0-RC10",
44
"useWorkspaces": true,
55
"npmClient": "yarn",
66
"command": {

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": "1.0.0",
3+
"version": "1.1.0-RC10",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/graph/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/graph",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC10",
44
"description": "The typescript implementation of the GLSP graphical model (GModel)",
55
"keywords": [
66
"eclipse",
@@ -50,7 +50,7 @@
5050
"watch": "tsc -w"
5151
},
5252
"dependencies": {
53-
"@eclipse-glsp/protocol": "next"
53+
"@eclipse-glsp/protocol": "1.1.0-RC10"
5454
},
5555
"devDependencies": {
5656
"@types/uuid": "8.3.1"

packages/layout-elk/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/layout-elk",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC10",
44
"description": "Integration of ELK graph layout algorithms in GLSP Node Server",
55
"keywords": [
66
"eclipse",
@@ -50,7 +50,7 @@
5050
"watch": "tsc -w"
5151
},
5252
"dependencies": {
53-
"@eclipse-glsp/server": "1.1.0-next",
53+
"@eclipse-glsp/server": "1.1.0-RC10",
5454
"elkjs": "^0.7.1"
5555
},
5656
"peerDependencies": {

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/server",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC10",
44
"description": "A js server framework for Eclipse GLSP",
55
"keywords": [
66
"eclipse",
@@ -59,8 +59,8 @@
5959
"watch": "tsc -w"
6060
},
6161
"dependencies": {
62-
"@eclipse-glsp/graph": "1.1.0-next",
63-
"@eclipse-glsp/protocol": "next",
62+
"@eclipse-glsp/graph": "1.1.0-RC10",
63+
"@eclipse-glsp/protocol": "1.1.0-RC10",
6464
"@types/uuid": "8.3.1",
6565
"commander": "^8.3.0",
6666
"fast-json-patch": "^3.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@
301301
dependencies:
302302
prettier-plugin-packagejson "~2.4.3"
303303

304-
"@eclipse-glsp/protocol@next":
305-
version "1.1.0-next.697cc23.237"
306-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-next.697cc23.237.tgz#9d6190d88ee944d27a7e6a1d9bed91d0f454149b"
307-
integrity sha512-qX/WgWnAZ+D8Dj8wiyezaX8a0JNi5+KSDz2TKZBktRfDEoee2sngyru3m5AQ0kt2dVLuA5isVyHRIaHb8wks7Q==
304+
"@eclipse-glsp/protocol@1.1.0-RC10":
305+
version "1.1.0-RC10"
306+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC10.tgz#123fc350277431ce36a719b582c0cc12746df6a9"
307+
integrity sha512-00sT68AbyiiMF63kXdQcQz0vPpf4Nuf1pWoxsJq82npyCIL1PP2rqqE3v+RfQQFic0cmYQObXhJCueK/BjvDaw==
308308
dependencies:
309-
sprotty-protocol "0.13.0-next.f4445dd.342"
309+
sprotty-protocol "0.14.0-next.02bbac0.26"
310310
uuid "7.0.3"
311311
vscode-jsonrpc "^8.0.2"
312312

@@ -6690,10 +6690,10 @@ sprintf-js@~1.0.2:
66906690
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
66916691
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
66926692

6693-
sprotty-protocol@0.13.0-next.f4445dd.342:
6694-
version "0.13.0-next.f4445dd.342"
6695-
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-0.13.0-next.f4445dd.342.tgz#79e39a3427202d59173f61f3f03429dfdec7ab9c"
6696-
integrity sha512-6cNoZrvay1Gk3uk6NqlmraBy68dskvhuDKDiUlpxbzFQ/ZVO4MKY2D41S5AXzjDyOtYQO6tZjlPrNCjmj5Kvrg==
6693+
sprotty-protocol@0.14.0-next.02bbac0.26:
6694+
version "0.14.0-next.02bbac0.26"
6695+
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-0.14.0-next.02bbac0.26.tgz#e9bf147aa8e5c8e05f4392339573ee03fa0b3d7f"
6696+
integrity sha512-a8gbAKjRAIhCV+kM5+E96na7WgWwlqWU/jxhv23w4aLbkurs1gNR6uAF4sm0ahyhXnFxSl7KMUyYJG5km7Iyug==
66976697

66986698
[email protected], ssri@^9.0.0:
66996699
version "9.0.1"

0 commit comments

Comments
 (0)