Skip to content

Commit

Permalink
v1.1.0-RC04
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Jan 12, 2023
1 parent 335bc3d commit 8a89fef
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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": "1.1.0-next",
"version": "1.1.0-RC04",
"description": "GLSP diagrams for the Workflow DSL",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand All @@ -26,7 +26,7 @@
}
],
"dependencies": {
"@eclipse-glsp/client": "1.1.0-next",
"@eclipse-glsp/client": "1.1.0-RC04",
"balloon-css": "^0.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow-glsp/scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"snapshotRepository": "https://oss.sonatype.org/content/repositories/snapshots/",
"groupId": "org.eclipse.glsp.example",
"artifactId": "org.eclipse.glsp.example.workflow",
"version": "1.1.0",
"isSnapShot": true,
"version": "1.1.0.RC04",
"isSnapShot": false,
"classifier": "glsp"
}
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": "1.1.0-next",
"version": "1.1.0-RC04",
"description": "Standalone browser-app for the Workflow example",
"author": {
"name": "Eclipse GLSP"
Expand All @@ -20,8 +20,8 @@
}
],
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "1.1.0-next",
"@eclipse-glsp/client": "1.1.0-next"
"@eclipse-glsp-examples/workflow-glsp": "1.1.0-RC04",
"@eclipse-glsp/client": "1.1.0-RC04"
},
"devDependencies": {
"circular-dependency-plugin": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0-RC04",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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": "1.0.0",
"version": "1.1.0-RC04",
"engines": {
"yarn": ">=1.7.0 <2.x.x",
"node": ">=16.11.0"
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": "1.1.0-next",
"version": "1.1.0-RC04",
"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 @@ -34,7 +34,7 @@
"css"
],
"dependencies": {
"@eclipse-glsp/protocol": "1.1.0-next",
"@eclipse-glsp/protocol": "1.1.0-RC04",
"autocompleter": "5.1.0",
"sprotty": "0.13.0-next.f4445dd.342"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/protocol",
"version": "1.1.0-next",
"version": "1.1.0-RC04",
"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 @@ -34,8 +34,8 @@
],
"dependencies": {
"sprotty-protocol": "0.13.0-next.f4445dd.342",
"vscode-ws-jsonrpc": "^2.0.1",
"uuid": "7.0.3"
"uuid": "7.0.3",
"vscode-ws-jsonrpc": "^2.0.1"
},
"devDependencies": {
"@types/uuid": "3.4.5"
Expand Down

0 comments on commit 8a89fef

Please sign in to comment.