Skip to content

Commit 7652772

Browse files
committed
v1.1.0-RC09
1 parent d3b810d commit 7652772

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

examples/workflow-glsp/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-examples/workflow-glsp",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC09",
44
"description": "GLSP diagrams for the Workflow DSL",
55
"keywords": [
66
"glsp",
@@ -43,7 +43,7 @@
4343
"watch": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@eclipse-glsp/client": "1.1.0-next",
46+
"@eclipse-glsp/client": "1.1.0-RC09",
4747
"balloon-css": "^0.5.0"
4848
},
4949
"devDependencies": {

examples/workflow-standalone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow-standalone",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC09",
44
"private": true,
55
"description": "Standalone browser-app for the Workflow example",
66
"homepage": "https://www.eclipse.org/glsp/",
@@ -30,11 +30,11 @@
3030
"watch": "tsc -w -p ./tsconfig.json"
3131
},
3232
"dependencies": {
33-
"@eclipse-glsp-examples/workflow-glsp": "1.1.0-next",
34-
"@eclipse-glsp/client": "1.1.0-next"
33+
"@eclipse-glsp-examples/workflow-glsp": "1.1.0-RC09",
34+
"@eclipse-glsp/client": "1.1.0-RC09"
3535
},
3636
"devDependencies": {
37-
"@eclipse-glsp-examples/workflow-server": "next",
37+
"@eclipse-glsp-examples/workflow-server": "1.1.0-next.9fd0925.53",
3838
"circular-dependency-plugin": "^5.2.2",
3939
"css-loader": "^6.7.1",
4040
"path-browserify": "^1.0.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.1.0-RC09",
33
"useWorkspaces": true,
44
"npmClient": "yarn",
55
"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-RC09",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/client/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/client",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC09",
44
"description": "A sprotty-based client for GLSP",
55
"keywords": [
66
"eclipse",
@@ -47,7 +47,7 @@
4747
"watch": "tsc -w"
4848
},
4949
"dependencies": {
50-
"@eclipse-glsp/protocol": "1.1.0-next",
50+
"@eclipse-glsp/protocol": "1.1.0-RC09",
5151
"autocompleter": "5.1.0",
5252
"sprotty": "0.13.0-next.f4445dd.342"
5353
},

packages/protocol/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/protocol",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC09",
44
"description": "The protocol definition for client-server communication in GLSP",
55
"keywords": [
66
"eclipse",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@
220220
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
221221
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
222222

223-
"@eclipse-glsp-examples/workflow-server@next":
224-
version "1.1.0-next.c1be494.51"
225-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server/-/workflow-server-1.1.0-next.c1be494.51.tgz#a82dfb3b86ada911cbe04a297376564bfcd2b809"
226-
integrity sha512-n4fZo0JNdAFNVf/7m/t2/lW4FOgz2SkCYkXOi0C2MMHNYOhHuT5Dq/QUEN5p6eMKKs8YqI8X+NGqzqBZe96VEQ==
223+
"@eclipse-glsp-examples/workflow-server@1.1.0-next.9fd0925.53":
224+
version "1.1.0-next.9fd0925.53"
225+
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server/-/workflow-server-1.1.0-next.9fd0925.53.tgz#91fd760095c7d259a3f6094e37a92e1a8984bae9"
226+
integrity sha512-fLPYc5GxwUsKGF11lhn9dcheJ9DOP4cyxGg3nn+RUhthNbKbLoi0SIASilptXCoNfNf579Wpuxq53O8jJpydQQ==
227227
dependencies:
228-
"@eclipse-glsp/layout-elk" "1.1.0-next.c1be494.51+c1be494"
229-
"@eclipse-glsp/server" "1.1.0-next.c1be494.51+c1be494"
228+
"@eclipse-glsp/layout-elk" "1.1.0-next.9fd0925.53+9fd0925"
229+
"@eclipse-glsp/server" "1.1.0-next.9fd0925.53+9fd0925"
230230

231231
"@eclipse-glsp/cli@1.1.0-next.164cf99.124+164cf99":
232232
version "1.1.0-next.164cf99.124"
@@ -297,19 +297,19 @@
297297
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-1.1.0-next.164cf99.124.tgz#76de663200f2554374397dc4b213454dfc12a73d"
298298
integrity sha512-CqSwWyn0H+y3oHQ+3h9hqCT/DJa0E+qarOtH86k4V9KDKNMEg8l+IKfSxUJ1EgDR82oTtoGZgzaLI/RbuU9ryA==
299299

300-
"@eclipse-glsp/graph@1.1.0-next.c1be494.51+c1be494":
301-
version "1.1.0-next.c1be494.51"
302-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/graph/-/graph-1.1.0-next.c1be494.51.tgz#a4758490ac6043eea60e3a8ed65ca841e914d408"
303-
integrity sha512-wUx8+cnSZh5dTRMbZiGDke6sJEOF4gqBRWA5Xh8M53/k63zfXAqk+y+iGdA7Xl57OpF1NwjvGmDm9qmIBPd83A==
300+
"@eclipse-glsp/graph@1.1.0-next.9fd0925.53+9fd0925":
301+
version "1.1.0-next.9fd0925.53"
302+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/graph/-/graph-1.1.0-next.9fd0925.53.tgz#f13a23fa35dd32be85dbe4bdae4ecc44350cb7ff"
303+
integrity sha512-SK0QdJoba7cVXmggAxS0p4y97hAycUDkM2B2oHnBkWJowmVum1u6mpcKwzVW/RuZRx2cF8IFitjYv33lDywgTg==
304304
dependencies:
305305
"@eclipse-glsp/protocol" next
306306

307-
"@eclipse-glsp/layout-elk@1.1.0-next.c1be494.51+c1be494":
308-
version "1.1.0-next.c1be494.51"
309-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/layout-elk/-/layout-elk-1.1.0-next.c1be494.51.tgz#4fd821606095dab40f9ed114c9b4d4477ce73cf5"
310-
integrity sha512-H4bZjEK58c448h7kq+fwb02PiLKjFOdxklai6AzAz9BYygvcv9tP8xd4VG1BHJHGZ48z1774z4cZvqEgytPI4g==
307+
"@eclipse-glsp/layout-elk@1.1.0-next.9fd0925.53+9fd0925":
308+
version "1.1.0-next.9fd0925.53"
309+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/layout-elk/-/layout-elk-1.1.0-next.9fd0925.53.tgz#6f05a622291fbe4db9c6ba392a4ed399275ab8de"
310+
integrity sha512-M7qHbKhIAKiz1ow5NoPrZdYHsSfTYIgcKq92MSnc+pk/p9ThBcySq0jjkZIqXfo+GQy5MXUoKwzxF6K+DauY6g==
311311
dependencies:
312-
"@eclipse-glsp/server" "1.1.0-next.c1be494.51+c1be494"
312+
"@eclipse-glsp/server" "1.1.0-next.9fd0925.53+9fd0925"
313313
elkjs "^0.7.1"
314314
sprotty-elk "0.12.0"
315315

@@ -339,12 +339,12 @@
339339
uuid "7.0.3"
340340
vscode-jsonrpc "^8.0.2"
341341

342-
"@eclipse-glsp/server@1.1.0-next.c1be494.51+c1be494":
343-
version "1.1.0-next.c1be494.51"
344-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/server/-/server-1.1.0-next.c1be494.51.tgz#afcdc34f2652530ed4abfac0429d30684230d902"
345-
integrity sha512-WHN7PKTotkahkgSYyFGEIGKomH49uh+893fDaFYciCA93ozUDjnfMeOqOlzUo0wNCZVaA4HKWIFsQFdPy117cA==
342+
"@eclipse-glsp/server@1.1.0-next.9fd0925.53+9fd0925":
343+
version "1.1.0-next.9fd0925.53"
344+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/server/-/server-1.1.0-next.9fd0925.53.tgz#16c2fd74bfabc2d1c38a9d838dd8a81a8cd72414"
345+
integrity sha512-i8SGsoqo1p6gCbLPXhZhykJWN8CNYxHkSYjzKmL52M3K54rxQ9tlp6mHf1RZ6J3P5IyEH7xE8ftCxOpyIdkjsw==
346346
dependencies:
347-
"@eclipse-glsp/graph" "1.1.0-next.c1be494.51+c1be494"
347+
"@eclipse-glsp/graph" "1.1.0-next.9fd0925.53+9fd0925"
348348
"@eclipse-glsp/protocol" next
349349
"@types/uuid" "8.3.1"
350350
commander "^8.3.0"

0 commit comments

Comments
 (0)