Skip to content

Commit 61906cf

Browse files
committed
v2.3.0
1 parent b5ea2f7 commit 61906cf

File tree

9 files changed

+58
-58
lines changed

9 files changed

+58
-58
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": "2.3.0-next",
3+
"version": "2.3.0",
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.3.0-next",
43+
"@eclipse-glsp/client": "^2.3.0",
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.3.0-next",
3+
"version": "2.3.0",
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.3.0-next",
36-
"@eclipse-glsp/client": "2.3.0-next",
35+
"@eclipse-glsp-examples/workflow-glsp": "^2.3.0",
36+
"@eclipse-glsp/client": "^2.3.0",
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.3.0"
44
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.1",
2+
"version": "2.3.0",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

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.3.0-next",
3+
"version": "2.3.0",
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.3.0",
3636
"@types/lodash": "4.14.191",
3737
"@types/node": "18.x",
3838
"concurrently": "^8.2.2",

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": "2.3.0-next",
3+
"version": "2.3.0",
44
"description": "A sprotty-based client for GLSP",
55
"keywords": [
66
"eclipse",
@@ -46,7 +46,7 @@
4646
"watch": "tsc -w"
4747
},
4848
"dependencies": {
49-
"@eclipse-glsp/sprotty": "2.3.0-next",
49+
"@eclipse-glsp/sprotty": "^2.3.0",
5050
"autocompleter": "^9.1.2",
5151
"file-saver": "^2.0.5",
5252
"lodash": "4.17.21",

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.3.0-next",
3+
"version": "2.3.0",
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.3.0-next",
36+
"@eclipse-glsp/protocol": "^2.3.0",
3737
"autocompleter": "^9.1.0",
3838
"snabbdom": "~3.5.1",
3939
"sprotty": "1.4.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.3.0-next",
3+
"version": "2.3.0",
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.3.0-next.173+cd23030":
218-
version "2.3.0-next.173"
219-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.3.0-next.173.tgz#9b8c3e05a5a195b03055c814bad6a3a6fbe17e2a"
220-
integrity sha512-nb6CxJj/2FSu/rmJJsNGU3HHVck8Jw6OLE0XqYDE3FMk0zc8DT9ZcvyA2aMCnvZeCzajlqnxYzD3DZ3eg8KKzg==
217+
"@eclipse-glsp/cli@2.3.0":
218+
version "2.3.0"
219+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.3.0.tgz#bc12bdd77cfa8057e42c0a469c136fb1590f8ae8"
220+
integrity sha512-tWv6AReJFVgMIZUxBsrkVmzX6jEgoQcMwyzsQnC9CukyKB1M825gMiAfGs8wogGHpNj3Kb7sL4vAxM8GJs9ONA==
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.3.0-next.173+cd23030":
232-
version "2.3.0-next.173"
233-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.3.0-next.173.tgz#7dc5d76eb1fc77796ce451e733080773ceb5fb14"
234-
integrity sha512-uobKo00Rir6Ldwbgo5q67CeTuiBNvDqlAEWnV/+Zm39Zog/oFbHmdZ7xkxQO1uMjFn3lF1hpBfRhJ1V3rieZ5g==
231+
"@eclipse-glsp/config-test@2.3.0":
232+
version "2.3.0"
233+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.3.0.tgz#7e58691de901606c763a5bdb48b28b6c562f8b0b"
234+
integrity sha512-aYw77KYxBGdGQLNFCBLgywgaS2ij/p2RYIDPVrmtZvWJyA/slZmfGpmdP4g6jq4gzsgTRHpQPg6cR47vdcfwUg==
235235
dependencies:
236-
"@eclipse-glsp/mocha-config" "2.3.0-next.173+cd23030"
237-
"@eclipse-glsp/nyc-config" "2.3.0-next.173+cd23030"
236+
"@eclipse-glsp/mocha-config" "2.3.0"
237+
"@eclipse-glsp/nyc-config" "2.3.0"
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.3.0-next.173+cd23030":
252-
version "2.3.0-next.173"
253-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.3.0-next.173.tgz#a8e3ff51eada8db0a46b9b810a26bc84dddd8b1e"
254-
integrity sha512-+gTfAcVOi/FyfQCuCo6NEXwC6KW/HQHUZiSTU1bpSUh4crsFDflkHcm/Qt1/cotMlK8vJYNH/qB2GoQlX8+WhA==
251+
"@eclipse-glsp/config@2.3.0":
252+
version "2.3.0"
253+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.3.0.tgz#075ba32546920996a43807f817383bf294ce846c"
254+
integrity sha512-LkE+1UNpt1ZjPZhXAQLpqbEz3NPeZObLphgzmf3hMJ8z1gzUBZYsbfArTI4sZxXyEkfmr6YJ4b91nsTLWMaWlw==
255255
dependencies:
256-
"@eclipse-glsp/eslint-config" "2.3.0-next.173+cd23030"
257-
"@eclipse-glsp/prettier-config" "2.3.0-next.173+cd23030"
258-
"@eclipse-glsp/ts-config" "2.3.0-next.173+cd23030"
256+
"@eclipse-glsp/eslint-config" "2.3.0"
257+
"@eclipse-glsp/prettier-config" "2.3.0"
258+
"@eclipse-glsp/ts-config" "2.3.0"
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.3.0-next.173"
274-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.3.0-next.173.tgz#e98ad379837bb560382e3b5f731cca400df40794"
275-
integrity sha512-RZuKjvylgjNB0qDLeOpfJEzCIjlYtnpsV9rcIRvUDmOR7QMEl3MrkkzyjZo9tIswE+iIfAjhiKI+lXGIkH4VEQ==
272+
"@eclipse-glsp/dev@2.3.0":
273+
version "2.3.0"
274+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.3.0.tgz#a501337c493ddbceab9e49fb759167ced39b6ccc"
275+
integrity sha512-Gk2rCnXNQd5Ir2VTYGdw+bG3S+Wc58K30Rgz7fcY6ISqHnK/OPHKuGizierdQei9iwDa2SluxFL5GdyuRkCadQ==
276276
dependencies:
277-
"@eclipse-glsp/cli" "2.3.0-next.173+cd23030"
278-
"@eclipse-glsp/config" "2.3.0-next.173+cd23030"
279-
"@eclipse-glsp/config-test" "2.3.0-next.173+cd23030"
277+
"@eclipse-glsp/cli" "2.3.0"
278+
"@eclipse-glsp/config" "2.3.0"
279+
"@eclipse-glsp/config-test" "2.3.0"
280280

281-
"@eclipse-glsp/eslint-config@2.3.0-next.173+cd23030":
282-
version "2.3.0-next.173"
283-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.3.0-next.173.tgz#987e089b4ce2e8bbdcd7f48f94dfd8a08c9f9f50"
284-
integrity sha512-3K8GpnsercDh2PGzfOeEL6bw8bZSSg/fc3iKOYSALjZU6N4vChoK9vjhhAov1aRUi73b8oNMn4EHzxqrKzrq8g==
281+
"@eclipse-glsp/eslint-config@2.3.0":
282+
version "2.3.0"
283+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.3.0.tgz#e88dcbdef9319fad55de817db3dcf0943b14eada"
284+
integrity sha512-ks8icAt35BPZY/F5ucALrbqW4lhpslrQJABUxAM+/WxLNNbggLMTa5jJc4HJITIM3DPpVSKnIzx9jHv6Ywp6Wg==
285285

286-
"@eclipse-glsp/mocha-config@2.3.0-next.173+cd23030":
287-
version "2.3.0-next.173"
288-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.3.0-next.173.tgz#4084e5f48cb0c3cf67165fb48e7c108267fdba2e"
289-
integrity sha512-B7oi6rIMQqCgi/263BwOL5Qd3vp8JzBQ7HHB+xqOxoMM7whL4wmROJOnEs3OPKuPuhbv58IVITfdVSy8eyvwXw==
286+
"@eclipse-glsp/mocha-config@2.3.0":
287+
version "2.3.0"
288+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.3.0.tgz#91fc2a460ea7801915a82aaa3f172abfe5c3a579"
289+
integrity sha512-a3CO2eH7/eBXJclbAOZZ/QnCg/14mCqOAlpHguCXc7DVBV6hKSmpUuGjtBNW4iEQ2THSzRw1AZjGPIrebyI44A==
290290

291-
"@eclipse-glsp/nyc-config@2.3.0-next.173+cd23030":
292-
version "2.3.0-next.173"
293-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.3.0-next.173.tgz#0543cd0d62119ef3844d2cd248845274b4143749"
294-
integrity sha512-l0bD3IBKc+8sTnNWw1J27ljYasrqq6346KHFmDr4Rmk0aAsFBvQjC0Sl+lzNWBVj4AL3kzTL8pfqPwwa5kKwnQ==
291+
"@eclipse-glsp/nyc-config@2.3.0":
292+
version "2.3.0"
293+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.3.0.tgz#df089557fe62318772f158085df7eafc5a93bb75"
294+
integrity sha512-DPZfH8OmQypKhuzbhuKaVS5tPnYeCre7b4Gl834Sx4oznn7sA2WZ08WWiV9N4KfQ3OlpX97qxj4E782IB2MxRQ==
295295

296-
"@eclipse-glsp/prettier-config@2.3.0-next.173+cd23030":
297-
version "2.3.0-next.173"
298-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.3.0-next.173.tgz#7187c38d6aadd64bc9bec24239be04e0d8a209d6"
299-
integrity sha512-rnLD6cEseNqwHuq/uDvwVi02aa/I81+bum0tlAqA/Bw2LZZUCdJfBlmbqCKieCgQa+ZBCbnnXyX2/Z104G9xvQ==
296+
"@eclipse-glsp/prettier-config@2.3.0":
297+
version "2.3.0"
298+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.3.0.tgz#2fef36d466b54e7fa08a40fbcb4b06134a37639d"
299+
integrity sha512-ZeemPmMrU0vMcE/wVH0QiJvlWtXUFwYHFCc2VjbXFs8/3+PTbi2ROk7ZvLdohPpGkZfD/1WzfHlolatl89r4MQ==
300300
dependencies:
301301
prettier-plugin-packagejson "~2.4.6"
302302

303-
"@eclipse-glsp/ts-config@2.3.0-next.173+cd23030":
304-
version "2.3.0-next.173"
305-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.3.0-next.173.tgz#4b32bf0c2ad2e763425558d50727e9c2983dd107"
306-
integrity sha512-Ke/JRXeteqEUNlCixcG1HA/y6CC7CT+jDfoERYqJlF6MJTkiwWewpdaQ5EACADK5giAaIvc3auYmpavH3EMBWw==
303+
"@eclipse-glsp/ts-config@2.3.0":
304+
version "2.3.0"
305+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.3.0.tgz#9b4c91b1a8341f1ab6cf5894d51484ceb5054bc1"
306+
integrity sha512-mQukxKKx6l/seowiCfOI0+/PiMM2kDduPN4GE51aLOI9dMSd5jmiFq61mt1eBAn1hLo3/V4s2dhjjhBO7S/36A==
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)