Skip to content

Commit

Permalink
v1.1.0-RC02
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Nov 10, 2022
1 parent f5de50c commit 1b73a55
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/browser-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "browser-app",
"version": "1.1.0-next",
"version": "1.1.0-RC02",
"dependencies": {
"@eclipse-glsp-examples/workflow-theia": "^1.1.0-next",
"@eclipse-glsp-examples/workflow-theia": "1.1.0-RC02",
"@theia/core": "^1.27.0",
"@theia/editor": "^1.27.0",
"@theia/filesystem": "^1.27.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow-theia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp-examples/workflow-theia",
"version": "1.1.0-next",
"version": "1.1.0-RC02",
"description": "Theia extension for the workflow GLSP example",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "next",
"@eclipse-glsp/theia-integration": "1.1.0-next"
"@eclipse-glsp/theia-integration": "1.1.0-RC02"
},
"devDependencies": {
"mvn-artifact-download": "5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/workflow-theia/src/node/server-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.RC02",
"isSnapShot": false,
"classifier": "glsp"
}
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-RC02",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theia-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/theia-integration",
"version": "1.1.0-next",
"version": "1.1.0-RC02",
"description": "Glue code to integrate GLSP clients into Eclipse Theia",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down

0 comments on commit 1b73a55

Please sign in to comment.