Skip to content

Commit

Permalink
v1.1.0-RC01
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Aug 10, 2022
1 parent f1c3ed9 commit 1c85697
Show file tree
Hide file tree
Showing 6 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": "1.1.0-next",
"version": "1.1.0-RC01",
"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-RC01",
"balloon-css": "^0.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.RC01",
"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-RC01",
"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-RC01",
"@eclipse-glsp/client": "1.1.0-RC01"
},
"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-RC01",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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-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 @@ -34,7 +34,7 @@
"css"
],
"dependencies": {
"@eclipse-glsp/protocol": "1.1.0-next",
"@eclipse-glsp/protocol": "1.1.0-RC01",
"autocompleter": "5.1.0",
"sprotty": "0.13.0-next.1c4343c.328"
},
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": "1.1.0-next",
"version": "1.1.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

0 comments on commit 1c85697

Please sign in to comment.