Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jan 23, 2024
1 parent 0aeed45 commit 4e4db4b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/workflow-glsp/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-glsp",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "GLSP diagrams for the Workflow DSL",
"keywords": [
"glsp",
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "2.1.0-next",
"@eclipse-glsp/client": "2.1.0",
"balloon-css": "^0.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/workflow-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "workflow-standalone",
"version": "2.1.0-next",
"version": "2.1.0",
"private": true,
"description": "Standalone browser-app for the Workflow example",
"homepage": "https://www.eclipse.org/glsp/",
Expand Down Expand Up @@ -31,8 +31,8 @@
"watch": "tsc -w -p ./tsconfig.json"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "2.1.0-next",
"@eclipse-glsp/client": "2.1.0-next"
"@eclipse-glsp-examples/workflow-glsp": "2.1.0",
"@eclipse-glsp/client": "2.1.0"
},
"devDependencies": {
"@types/shelljs": "0.8.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-standalone/scripts/config.json
@@ -1,4 +1,4 @@
{
"fileName": "workflow-server",
"version": "next"
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.1.0",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "2.1.0-next",
"version": "2.1.0",
"private": true,
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/client",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "A sprotty-based client for GLSP",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -47,7 +47,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/sprotty": "2.1.0-next",
"@eclipse-glsp/sprotty": "2.1.0",
"autocompleter": "^9.1.0",
"file-saver": "^2.0.5",
"lodash": "4.17.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/glsp-sprotty/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/sprotty",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "Augmented reexport of the sprotty API for GLSP",
"homepage": "https://www.eclipse.org/glsp/",
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
Expand Down Expand Up @@ -34,7 +34,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/protocol": "2.1.0-next",
"@eclipse-glsp/protocol": "2.1.0",
"autocompleter": "^9.1.0",
"snabbdom": "^3.5.1",
"sprotty": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/protocol",
"version": "2.1.0-next",
"version": "2.1.0",
"description": "The protocol definition for client-server communication in GLSP",
"keywords": [
"eclipse",
Expand Down

0 comments on commit 4e4db4b

Please sign in to comment.