Skip to content

Commit

Permalink
0.8.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Nov 20, 2020
1 parent 2657aad commit b502eb4
Show file tree
Hide file tree
Showing 5 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.7.0",
"version": "0.8.0",
"description": "GLSP diagrams for the Workflow DSL",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": "Eclipse GLSP",
Expand Down Expand Up @@ -28,7 +28,7 @@
"example"
],
"dependencies": {
"@eclipse-glsp/client": "0.7.1",
"@eclipse-glsp/client": "0.8.1",
"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,11 +1,11 @@
{
"private": true,
"name": "workflow-standalone",
"version": "0.7.0",
"version": "0.8.0",
"description": "Standalone browser-app for the Workflow example",
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "0.7.0",
"@eclipse-glsp/client": "0.7.1"
"@eclipse-glsp-examples/workflow-glsp": "0.8.0",
"@eclipse-glsp/client": "0.8.1"
},
"author": "Eclipse GLSP",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "parent",
"version": "0.7.0",
"version": "0.8.0",
"engines": {
"yarn": "1.0.x || >=1.2.1"
},
Expand Down
16 changes: 8 additions & 8 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.7.1",
"version": "0.8.1",
"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,21 +44,21 @@
"url": "https://github.com/eclipse-glsp/glsp-client.git"
},
"dependencies": {
"@eclipse-glsp/protocol": "0.8.0",
"autocompleter": "5.1.0",
"sprotty": "0.9.0",
"@eclipse-glsp/protocol": "0.7.0"
"sprotty": "0.9.0"
},
"devDependencies": {
"@types/node": "10.14.18",
"@types/mocha": "^5.2.7",
"@babel/runtime": "^7.11.2",
"@types/chai": "4.1.3",
"mocha": "^6.2.0",
"jenkins-mocha": "^8.0.0",
"@types/mocha": "^5.2.7",
"@types/node": "10.14.18",
"chai": "^4.2.0",
"ts-node": "^8.3.0",
"jenkins-mocha": "^8.0.0",
"mocha": "^6.2.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.1",
"ts-node": "^8.3.0",
"tslint": "^5.5.0",
"typescript": "^3.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/protocol",
"version": "0.7.0",
"version": "0.8.0",
"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

0 comments on commit b502eb4

Please sign in to comment.