Skip to content

Commit 6b0aacd

Browse files
committed
v2.2.1
1 parent 086a4bf commit 6b0aacd

10 files changed

Lines changed: 61 additions & 61 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Eclipse GLSP Client Changelog
22

3-
## v2.2.0 - active
3+
## [v2.2.1 - 22/07/2024](https://github.com/eclipse-glsp/glsp-client/releases/tag/v2.2.1)
44

55
### Changes
66

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": "2.2.0-next",
3+
"version": "2.2.1",
44
"description": "GLSP diagrams for the Workflow DSL",
55
"keywords": [
66
"glsp",
@@ -40,7 +40,7 @@
4040
"watch": "tsc -w"
4141
},
4242
"dependencies": {
43-
"@eclipse-glsp/client": "2.2.0-next",
43+
"@eclipse-glsp/client": "2.2.1",
4444
"balloon-css": "^0.5.0"
4545
},
4646
"devDependencies": {

examples/workflow-standalone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow-standalone",
3-
"version": "2.2.0-next",
3+
"version": "2.2.1",
44
"private": true,
55
"description": "Standalone browser-app for the Workflow example",
66
"homepage": "https://www.eclipse.org/glsp/",
@@ -32,8 +32,8 @@
3232
"watch:bundle": "webpack -w"
3333
},
3434
"dependencies": {
35-
"@eclipse-glsp-examples/workflow-glsp": "2.2.0-next",
36-
"@eclipse-glsp/client": "2.2.0-next",
35+
"@eclipse-glsp-examples/workflow-glsp": "2.2.1",
36+
"@eclipse-glsp/client": "2.2.1",
3737
"inversify-logger-middleware": "^3.1.0"
3838
},
3939
"devDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"fileName": "workflow-server",
3-
"version": "next"
3+
"version": "2.2.1"
44
}

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.1",
2+
"version": "2.2.1",
33
"npmClient": "yarn",
44
"command": {
55
"run": {
@@ -11,4 +11,4 @@
1111
"registry": "https://registry.npmjs.org/"
1212
}
1313
}
14-
}
14+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.1.0",
3+
"version": "2.2.1",
44
"private": true,
55
"workspaces": [
66
"packages/*",
@@ -32,7 +32,7 @@
3232
"watch": "concurrently --kill-others -n tsc,standalone -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s standalone watch:bundle\""
3333
},
3434
"devDependencies": {
35-
"@eclipse-glsp/dev": "next",
35+
"@eclipse-glsp/dev": "2.2.1",
3636
"@types/lodash": "4.14.191",
3737
"@types/node": "16.x",
3838
"concurrently": "^8.2.2",

packages/client/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/client",
3-
"version": "2.2.0-next",
3+
"version": "2.2.1",
44
"description": "A sprotty-based client for GLSP",
55
"keywords": [
66
"eclipse",
@@ -46,11 +46,11 @@
4646
"watch": "tsc -w"
4747
},
4848
"dependencies": {
49-
"@eclipse-glsp/sprotty": "2.2.0-next",
49+
"@eclipse-glsp/sprotty": "2.2.1",
5050
"autocompleter": "^9.1.2",
5151
"file-saver": "^2.0.5",
52-
"snabbdom": "~3.5.1",
5352
"lodash": "4.17.21",
53+
"snabbdom": "~3.5.1",
5454
"vscode-jsonrpc": "8.2.0"
5555
},
5656
"devDependencies": {

packages/glsp-sprotty/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/sprotty",
3-
"version": "2.2.0-next",
3+
"version": "2.2.1",
44
"description": "Augmented reexport of the sprotty API for GLSP",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -33,7 +33,7 @@
3333
"watch": "tsc -w"
3434
},
3535
"dependencies": {
36-
"@eclipse-glsp/protocol": "2.2.0-next",
36+
"@eclipse-glsp/protocol": "2.2.1",
3737
"autocompleter": "^9.1.0",
3838
"snabbdom": "~3.5.1",
3939
"sprotty": "1.2.0",

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

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@
214214
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
215215
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
216216

217-
"@eclipse-glsp/cli@2.2.0-next.c32aadb.160+c32aadb":
218-
version "2.2.0-next.c32aadb.160"
219-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.2.0-next.c32aadb.160.tgz#1171b21aec7bddfcc73e68cc41d0b9dcb199c258"
220-
integrity sha512-Clw0YKkMg41vQnd3UY9quIConKdQoQ98+dp15ouKps5yG8l3xpmjCC44V10N4LJ5l2Jmol6UTJfPGmA9FyrGdw==
217+
"@eclipse-glsp/cli@2.2.1":
218+
version "2.2.1"
219+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.2.1.tgz#7c1e99c6085063ca1092ec77efb5bdea2de5b460"
220+
integrity sha512-QWMSdLaoPA6FnsQFOySqt/A2okLVj1qRBEDdDWwqQdtWLv4In/ikqenzlqaeehPhowMpwoIiNlLxpIVzIIHbyw==
221221
dependencies:
222222
commander "^10.0.1"
223223
glob "^10.3.10"
@@ -228,13 +228,13 @@
228228
semver "^7.5.1"
229229
shelljs "^0.8.5"
230230

231-
"@eclipse-glsp/config-test@2.2.0-next.c32aadb.160+c32aadb":
232-
version "2.2.0-next.c32aadb.160"
233-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.2.0-next.c32aadb.160.tgz#30f409221024544604f5030caf092ac89d22867d"
234-
integrity sha512-STBp0y+SmvpWz+D8wdyiVMelE7jFAGVxicFekalmoNaDO3pUSR3QmuxGHsSwWQ3qOB30vic4eMc3rSMrR4dABw==
231+
"@eclipse-glsp/config-test@2.2.1":
232+
version "2.2.1"
233+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.2.1.tgz#fec91fb046c79538ea71e8bd479cebe0bb74b3b2"
234+
integrity sha512-juZdoK/3a/rauWmsYDQZoTG6IbKG1w9ofpspYBIGEdo3n6JZr+bMW/lFZBoh3cM/NY48z3C+Je4MTIAmTSk4jA==
235235
dependencies:
236-
"@eclipse-glsp/mocha-config" "2.2.0-next.c32aadb.160+c32aadb"
237-
"@eclipse-glsp/nyc-config" "2.2.0-next.c32aadb.160+c32aadb"
236+
"@eclipse-glsp/mocha-config" "2.2.1"
237+
"@eclipse-glsp/nyc-config" "2.2.1"
238238
"@istanbuljs/nyc-config-typescript" "^1.0.2"
239239
"@types/chai" "^4.3.7"
240240
"@types/mocha" "^10.0.2"
@@ -248,14 +248,14 @@
248248
sinon "^15.1.0"
249249
ts-node "^10.9.1"
250250

251-
"@eclipse-glsp/config@2.2.0-next.c32aadb.160+c32aadb":
252-
version "2.2.0-next.c32aadb.160"
253-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.2.0-next.c32aadb.160.tgz#5e0c25ef98f2aad44de9cb3de1cb8c2523543835"
254-
integrity sha512-rFpykLbc3VC+Nx9iR5dOQUGU9FXYOrxC8qnOOBt+ou+xkSvdDTUYHKC4QKmXRZbiVnhfpbj7CIauBoU2XxineA==
251+
"@eclipse-glsp/config@2.2.1":
252+
version "2.2.1"
253+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.2.1.tgz#6db57305366a671ffb37100a3c716a9ae2006f6e"
254+
integrity sha512-nwLbyj3cExt+HxcwTTAnoRD52hYO0MpvbRMYvN+eud8XnySQ4uplm11ynnBDhmLiMrEBNLGy5tt1gbRD34wtwg==
255255
dependencies:
256-
"@eclipse-glsp/eslint-config" "2.2.0-next.c32aadb.160+c32aadb"
257-
"@eclipse-glsp/prettier-config" "2.2.0-next.c32aadb.160+c32aadb"
258-
"@eclipse-glsp/ts-config" "2.2.0-next.c32aadb.160+c32aadb"
256+
"@eclipse-glsp/eslint-config" "2.2.1"
257+
"@eclipse-glsp/prettier-config" "2.2.1"
258+
"@eclipse-glsp/ts-config" "2.2.1"
259259
"@typescript-eslint/eslint-plugin" "^6.7.5"
260260
"@typescript-eslint/parser" "^6.7.5"
261261
eslint "^8.51.0"
@@ -269,41 +269,41 @@
269269
reflect-metadata "^0.1.13"
270270
rimraf "^5.0.5"
271271

272-
"@eclipse-glsp/dev@next":
273-
version "2.2.0-next.c32aadb.160"
274-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.2.0-next.c32aadb.160.tgz#d67cdceed91cb779e9495d06b6b4c7106541bc4f"
275-
integrity sha512-ns0jJBxcW3qkzx8RV8JB/YYHOrK/9OXy7qrvhNabqAPRTpzn5ovp2kv7rZd97JGMPenq+2iSgbcY39eqq4zAHg==
272+
"@eclipse-glsp/dev@2.2.1":
273+
version "2.2.1"
274+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.2.1.tgz#73e1ff854d1cdc13c22dc744a5fbd8a0c17a16cb"
275+
integrity sha512-RGOGthSD4e+7hagyWp8cBRa/m8MwglmpQLvLvTcEZIisKc9Vdku0SogtWLd6+bAXvvW7MSkUb3a7IDucXl1w0A==
276276
dependencies:
277-
"@eclipse-glsp/cli" "2.2.0-next.c32aadb.160+c32aadb"
278-
"@eclipse-glsp/config" "2.2.0-next.c32aadb.160+c32aadb"
279-
"@eclipse-glsp/config-test" "2.2.0-next.c32aadb.160+c32aadb"
277+
"@eclipse-glsp/cli" "2.2.1"
278+
"@eclipse-glsp/config" "2.2.1"
279+
"@eclipse-glsp/config-test" "2.2.1"
280280

281-
"@eclipse-glsp/eslint-config@2.2.0-next.c32aadb.160+c32aadb":
282-
version "2.2.0-next.c32aadb.160"
283-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.2.0-next.c32aadb.160.tgz#40a2f916d662b5bd5eefac469214b2e74ba8d28c"
284-
integrity sha512-BDYLSB9lkgGmwA2fPB8OjnZTD4r48AHWAYSwkFdy/1RwJxL/F8fWlfWu6c8o5AVuNyMkrqedtmfdehSZA01u7A==
281+
"@eclipse-glsp/eslint-config@2.2.1":
282+
version "2.2.1"
283+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.2.1.tgz#6686b88a3c46efbf51a5008aede34a94bc1e9762"
284+
integrity sha512-gfFaE/kqi6EouYF3TO71YWzxJdUPLtXAoYkXM356SFBCHghUYYs0mqqik5stZgvrH65NcKnbtkCd11XXblNvWw==
285285

286-
"@eclipse-glsp/mocha-config@2.2.0-next.c32aadb.160+c32aadb":
287-
version "2.2.0-next.c32aadb.160"
288-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.2.0-next.c32aadb.160.tgz#c440d499ced653d342dcb39c52944e03b879ec40"
289-
integrity sha512-n3T212zAl5oKMGQM1V8L/GvDsZwyIDdZAVh25yHjh0hFgVfraaGqzvGPTZxlKmJBuD0++6LH9FDhUNcNhMllHQ==
286+
"@eclipse-glsp/mocha-config@2.2.1":
287+
version "2.2.1"
288+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.2.1.tgz#5d60f9c04e8afdbb81f3b31a3b27b867a3b419e2"
289+
integrity sha512-VAQoOhCcqzXkxrY4Wgyp8lam1VQEXJ0SKnfznldGHTlVqtmpDxSqhW3Rb7nWMTDdbQ5yt75kBVyK48w7/DDbpA==
290290

291-
"@eclipse-glsp/nyc-config@2.2.0-next.c32aadb.160+c32aadb":
292-
version "2.2.0-next.c32aadb.160"
293-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.2.0-next.c32aadb.160.tgz#9f84da72015c90aa2beb1394e14643f353a16158"
294-
integrity sha512-m00F5RLly63TNDe76pW2yk/BLGKWpoD+qvga7ZSVDf2KPpdjf2cBjw2ei816H+Avl1TI+ufauQO8NdRu5O5Vuw==
291+
"@eclipse-glsp/nyc-config@2.2.1":
292+
version "2.2.1"
293+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.2.1.tgz#46e4e1cffffb985ecae748399fcedf0eee17cfd9"
294+
integrity sha512-WdvSFB6HDq0P25zRgRntw5YPKuUNiF4ZzVFkgrWKvXN+RimXp7pCypjh8D4DMcza1QJPrik4dnBLDHbMKTmXyQ==
295295

296-
"@eclipse-glsp/prettier-config@2.2.0-next.c32aadb.160+c32aadb":
297-
version "2.2.0-next.c32aadb.160"
298-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.2.0-next.c32aadb.160.tgz#c4e019dbbafd04483cc7916f25c8b3a151f7d916"
299-
integrity sha512-xqfSe+UMS4p5WGimZnX5iIm1AX+x1CAAippobgogGRnbA5RBsUdOh/odFgfRcme6/IfyFWj5m4IY7IHlFPZwCw==
296+
"@eclipse-glsp/prettier-config@2.2.1":
297+
version "2.2.1"
298+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.2.1.tgz#ed36f17b4a37a12c9c0e46fa0015a04569eb7cf3"
299+
integrity sha512-mf7Zh+0ZKbga7rq5bYyucTPV0YX9O+6hqgQlAZnYhlIVs/G9PtM9YfTo4PdaFeEfiFxse0o9OEd5OOgoc7Y4sw==
300300
dependencies:
301301
prettier-plugin-packagejson "~2.4.6"
302302

303-
"@eclipse-glsp/ts-config@2.2.0-next.c32aadb.160+c32aadb":
304-
version "2.2.0-next.c32aadb.160"
305-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.2.0-next.c32aadb.160.tgz#d660cd736056a91c0c79fb2076835073ad12d7b9"
306-
integrity sha512-05D85X5tUY/M23rTDs1b9MfF+YbV7j97rTFss5PHad7YI2DOByqMGRxaoPI+xzyoQUUAHTxKekGb5KbE8douDQ==
303+
"@eclipse-glsp/ts-config@2.2.1":
304+
version "2.2.1"
305+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.2.1.tgz#c695dddebb3e00b530346bfbd12622aa90d1ce9f"
306+
integrity sha512-oSzFLcmMAJ3p/BAlxmTxn+aX43NZVk04sWvTbV0FXzwGazfADz+7iMYO2oAV53yJvWLJaPca8xWm++sEzOMrig==
307307

308308
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
309309
version "4.4.0"

0 commit comments

Comments
 (0)