Skip to content

Commit

Permalink
Publish 0.9.0-RC01
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jun 14, 2021
1 parent ca6fb1d commit 5308231
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions examples/workflow-glsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-glsp",
"version": "0.9.0",
"version": "0.9.0-RC01",
"description": "GLSP diagrams for the Workflow DSL",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
}
],
"dependencies": {
"@eclipse-glsp/client": "0.9.0",
"@eclipse-glsp/client": "0.9.0-RC01",
"balloon-css": "^0.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/workflow-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "workflow-standalone",
"version": "0.9.0",
"version": "0.9.0-RC01",
"description": "Standalone browser-app for the Workflow example",
"author": {
"name": "Eclipse GLSP"
Expand Down Expand Up @@ -30,8 +30,8 @@
}
],
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "0.9.0",
"@eclipse-glsp/client": "0.9.0"
"@eclipse-glsp-examples/workflow-glsp": "0.9.0-RC01",
"@eclipse-glsp/client": "0.9.0-RC01"
},
"devDependencies": {
"@types/chai": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "0.8.0",
"version": "0.9.0-RC01",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/client",
"version": "0.9.0",
"version": "0.9.0-RC01",
"description": "A sprotty-based client for GLSP",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down Expand Up @@ -44,9 +44,9 @@
"css"
],
"dependencies": {
"@eclipse-glsp/protocol": "0.9.0",
"@eclipse-glsp/protocol": "0.9.0-RC01",
"autocompleter": "5.1.0",
"sprotty": "next"
"sprotty": "0.10.0-next.a91d3d7"
},
"devDependencies": {
"@babel/runtime": "^7.11.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/protocol",
"version": "0.9.0",
"version": "0.9.0-RC01",
"description": "The protocol definition for client-server communication in GLSP",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down Expand Up @@ -47,8 +47,8 @@
"vscode-ws-jsonrpc": "0.2.0"
},
"devDependencies": {
"@types/uuid": "3.4.5",
"@babel/runtime": "^7.11.2",
"@types/uuid": "3.4.5",
"rimraf": "^2.6.1",
"typescript": "^3.9.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6457,10 +6457,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sprotty@next:
version "0.10.0-next.0e06051"
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.10.0-next.0e06051.tgz#ca76ca2f2056b5df88b47def776825bf36e0cdf6"
integrity sha512-iUK9z2IA+aYIakaiYgELEh6vrPBGchy16MiP/RegV1pW3qUPEsTJRf6o3cUuTSWyOc7yL10KkN+iKb04jmD0/g==
sprotty@0.10.0-next.a91d3d7:
version "0.10.0-next.a91d3d7"
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.10.0-next.a91d3d7.tgz#3954ff833a026254cfe7ab0cdf7b5e7a8e341d96"
integrity sha512-wLXtcZXiU1vg3YTgq6D9XikJyqZaZaaaemLbjH6TAblgcgdDRb8nctkfyW8pwYh9nykkQknbOWwokVjSJsLdoA==
dependencies:
autocompleter "5.1.0"
file-saver "2.0.2"
Expand Down

0 comments on commit 5308231

Please sign in to comment.