Skip to content

Commit

Permalink
Update to 2.3.0-next version
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jul 22, 2024
1 parent 6506479 commit 55d6674
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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": "2.2.1",
"version": "2.3.0-next",
"description": "GLSP diagrams for the Workflow DSL",
"keywords": [
"glsp",
Expand Down Expand Up @@ -40,7 +40,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "2.2.1",
"@eclipse-glsp/client": "2.3.0-next",
"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,6 +1,6 @@
{
"name": "workflow-standalone",
"version": "2.2.1",
"version": "2.3.0-next",
"private": true,
"description": "Standalone browser-app for the Workflow example",
"homepage": "https://www.eclipse.org/glsp/",
Expand Down Expand Up @@ -32,8 +32,8 @@
"watch:bundle": "webpack -w"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "2.2.1",
"@eclipse-glsp/client": "2.2.1",
"@eclipse-glsp-examples/workflow-glsp": "2.3.0-next",
"@eclipse-glsp/client": "2.3.0-next",
"inversify-logger-middleware": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-standalone/scripts/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"fileName": "workflow-server",
"version": "2.2.1"
"version": "next"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "2.2.1",
"version": "2.3.0-next",
"private": true,
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/client",
"version": "2.2.1",
"version": "2.3.0-next",
"description": "A sprotty-based client for GLSP",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -46,7 +46,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/sprotty": "2.2.1",
"@eclipse-glsp/sprotty": "2.3.0-next",
"autocompleter": "^9.1.2",
"file-saver": "^2.0.5",
"lodash": "4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/glsp-sprotty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/sprotty",
"version": "2.2.1",
"version": "2.3.0-next",
"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 @@ -33,7 +33,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/protocol": "2.2.1",
"@eclipse-glsp/protocol": "2.3.0-next",
"autocompleter": "^9.1.0",
"snabbdom": "~3.5.1",
"sprotty": "1.2.0",
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": "2.2.1",
"version": "2.3.0-next",
"description": "The protocol definition for client-server communication in GLSP",
"keywords": [
"eclipse",
Expand Down

0 comments on commit 55d6674

Please sign in to comment.