Skip to content

Commit

Permalink
v1.1.0-RC06
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Mar 6, 2023
1 parent 5592553 commit 9f0dcec
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
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-glsp",
"version": "1.1.0-next",
"version": "1.1.0-RC06",
"description": "GLSP diagrams for the Workflow DSL",
"keywords": [
"glsp",
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "1.1.0-next",
"@eclipse-glsp/client": "1.1.0-RC06",
"balloon-css": "^0.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow-glsp/scripts/config.json
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.RC06",
"isSnapShot": false,
"classifier": "glsp"
}
6 changes: 3 additions & 3 deletions examples/workflow-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "workflow-standalone",
"version": "1.1.0-next",
"version": "1.1.0-RC06",
"private": true,
"description": "Standalone browser-app for the Workflow example",
"homepage": "https://www.eclipse.org/glsp/",
Expand Down Expand Up @@ -30,8 +30,8 @@
"watch": "tsc -w -p ./tsconfig.json"
},
"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-RC06",
"@eclipse-glsp/client": "1.1.0-RC06"
},
"devDependencies": {
"circular-dependency-plugin": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0-RC06",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "1.0.0",
"version": "1.1.0-RC06",
"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": "1.1.0-next",
"version": "1.1.0-RC06",
"description": "A sprotty-based client for GLSP",
"keywords": [
"eclipse",
Expand Down Expand Up @@ -47,7 +47,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/protocol": "1.1.0-next",
"@eclipse-glsp/protocol": "1.1.0-RC06",
"autocompleter": "5.1.0",
"sprotty": "0.13.0-next.f4445dd.342"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/protocol",
"version": "1.1.0-next",
"version": "1.1.0-RC06",
"description": "The protocol definition for client-server communication in GLSP",
"keywords": [
"eclipse",
Expand Down

0 comments on commit 9f0dcec

Please sign in to comment.