Skip to content

Commit

Permalink
Revert "v2.2.0"
Browse files Browse the repository at this point in the history
This reverts commit 385ee7f.
  • Loading branch information
tortmayr committed Jul 5, 2024
1 parent 385ee7f commit c84f472
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 118 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/theia-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Theia Compatibility

on:
workflow_dispatch:
pull_request:
branches: [master]
schedule:
- cron: '0 8 * * 1' # Every Monday at 8 AM UTC

Expand Down
4 changes: 2 additions & 2 deletions examples/browser-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-app",
"version": "2.2.0",
"version": "2.2.0-next",
"private": true,
"scripts": {
"build": "yarn rebuild && theia build --mode development",
Expand All @@ -14,7 +14,7 @@
"watch": "theia build --watch --mode development"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-theia": "2.2.0",
"@eclipse-glsp-examples/workflow-theia": "2.2.0-next",
"@theia/core": "~1.49.1",
"@theia/editor": "~1.49.1",
"@theia/filesystem": "~1.49.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/electron-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-app",
"version": "2.2.0",
"version": "2.2.0-next",
"private": true,
"main": "lib/backend/electron-main.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"watch": "theia build --watch --mode development"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-theia": "2.2.0",
"@eclipse-glsp-examples/workflow-theia": "2.2.0-next",
"@theia/core": "~1.49.1",
"@theia/editor": "~1.49.1",
"@theia/electron": "~1.49.1",
Expand Down
10 changes: 5 additions & 5 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": "2.2.0",
"version": "2.2.0-next",
"private": "true",
"description": "Theia extension for the workflow GLSP example",
"keywords": [
Expand Down Expand Up @@ -34,10 +34,10 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp-examples/workflow-glsp": "2.2.0",
"@eclipse-glsp-examples/workflow-server": "2.2.0",
"@eclipse-glsp-examples/workflow-server-bundled": "2.2.0",
"@eclipse-glsp/theia-integration": "2.2.0"
"@eclipse-glsp-examples/workflow-glsp": "next",
"@eclipse-glsp-examples/workflow-server": "next",
"@eclipse-glsp-examples/workflow-server-bundled": "next",
"@eclipse-glsp/theia-integration": "2.2.0-next"
},
"publishConfig": {
"access": "public"
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": "2.2.0",
"version": "2.1.0",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parent",
"version": "2.2.0",
"version": "2.1.0",
"private": true,
"workspaces": [
"packages/theia-integration",
Expand Down Expand Up @@ -30,7 +30,7 @@
"watch:electron": "concurrently --kill-others -n tsc,browser -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s electron watch\""
},
"devDependencies": {
"@eclipse-glsp/dev": "2.2.0",
"@eclipse-glsp/dev": "next",
"@types/node": "16.x",
"concurrently": "^8.2.2",
"lerna": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.2.0",
"version": "2.2.0-next",
"description": "Glue code to integrate GLSP clients into Eclipse Theia",
"keywords": [
"theia-extension",
Expand Down Expand Up @@ -43,8 +43,8 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "2.2.0",
"ws": "^8.11.0"
"@eclipse-glsp/client": "next",
"ws": "~8.11.0"
},
"devDependencies": {
"@types/ws": "^8.5.4"
Expand Down
215 changes: 112 additions & 103 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c84f472

Please sign in to comment.