Skip to content

Commit

Permalink
v1.1.0-RC03
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Dec 5, 2022
1 parent a07a5f7 commit 8e03379
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": "1.1.0-next",
"version": "1.1.0-RC03",
"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-RC03",
"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.RC03",
"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-RC03",
"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-RC03",
"@eclipse-glsp/client": "1.1.0-RC03"
},
"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-RC03",
"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-RC03",
"engines": {
"yarn": ">=1.7.0 <2.x.x"
},
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-RC03",
"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-RC03",
"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-RC03",
"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 8e03379

Please sign in to comment.