Skip to content

Commit 415d2da

Browse files
v1.1.0-RC10
1 parent cab84ec commit 415d2da

File tree

7 files changed

+16
-25
lines changed

7 files changed

+16
-25
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-RC10",
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-RC10",
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-RC10",
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-RC10",
34+
"@eclipse-glsp/client": "1.1.0-RC10"
3535
},
3636
"devDependencies": {
37-
"@eclipse-glsp-examples/workflow-server-bundled": "next",
37+
"@eclipse-glsp-examples/workflow-server-bundled": "1.1.0-next.e49c816.56",
3838
"circular-dependency-plugin": "^5.2.2",
3939
"css-loader": "^6.7.1",
4040
"inversify": "^6.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-RC10",
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-RC10",
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-RC10",
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-RC10",
5151
"autocompleter": "5.1.0",
5252
"lodash": "4.17.21",
5353
"sprotty": "0.14.0-next.02bbac0.26"

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-RC10",
44
"description": "The protocol definition for client-server communication in GLSP",
55
"keywords": [
66
"eclipse",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@
203203
resolved "https://registry.yarnpkg.com/@discoveryjs%2fjson-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
204204
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
205205

206-
"@eclipse-glsp-examples/workflow-server-bundled@next":
207-
version "1.1.0-next.f692ea4.55"
208-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server-bundled/-/workflow-server-bundled-1.1.0-next.f692ea4.55.tgz#aeea1284bc0b4f5fadbac93be015006c3e4a35c1"
209-
integrity sha512-sxC1rkdSuMfr2DUDNMAvWEEeIU3RQ0Bp+vPc8Y9YEveJSyn0vePyooK0ynshAOgGrIc2pAviCUxtQu+GDpZysQ==
206+
"@eclipse-glsp-examples/workflow-server-bundled@1.1.0-next.e49c816.56":
207+
version "1.1.0-next.e49c816.56"
208+
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-server-bundled/-/workflow-server-bundled-1.1.0-next.e49c816.56.tgz#0cf3d02ccd9f80de4329b699df0369d131cfe0c8"
209+
integrity sha512-4QjOnUL8+KcuPJXFpaL3xu0wAbjJHckVlBHugdRZK6MWtkrYXj0o5QIIY4rjFwLr98mhp7mvhjj+QayAnQpNzg==
210210

211211
"@eclipse-glsp/[email protected]+73d6685":
212212
version "1.1.0-next.73d6685.138"
@@ -6730,16 +6730,7 @@ ssri@^10.0.0, ssri@^10.0.1:
67306730
dependencies:
67316731
minipass "^5.0.0"
67326732

6733-
"string-width-cjs@npm:string-width@^4.2.0":
6734-
version "4.2.3"
6735-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6736-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6737-
dependencies:
6738-
emoji-regex "^8.0.0"
6739-
is-fullwidth-code-point "^3.0.0"
6740-
strip-ansi "^6.0.1"
6741-
6742-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6733+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
67436734
version "4.2.3"
67446735
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
67456736
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)