Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Jul 22, 2024
1 parent e6240d9 commit 4ff753a
Show file tree
Hide file tree
Showing 13 changed files with 120 additions and 132 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Eclipse GLSP Theia Integration Changelog

## 2.2.0 - active
## [2.2.0- 22/07/2024](https://github.com/eclipse-glsp/glsp-theia-integration/releases/tag/v2.2.1)

### Changes

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ For details on building the project, please see the [README file of the theia-in
| 2.0.0 | >=1.39.0 < 1.45.0 |
| 2.1.x | >=1.39.0 < 1.45.0 |
| 2.1.0-theia1.45.0 | >=1.45.0 < 1.49.0 |
| 2.1.0-theia1.49.0 | >=1.49.0 |
| 2.1.1-theia1.49.0 | >=1.49.0 |
| 2.2.x | >=1.49.0 |
| next | >=1.49.0 |

> Note: For versions <=1.0.0 it is not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to the `package.json` of your project e.g. for `1.0.0-theia1.27.0`:
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-next",
"version": "2.2.1",
"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-next",
"@eclipse-glsp-examples/workflow-theia": "2.2.1",
"@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-next",
"version": "2.2.1",
"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-next",
"@eclipse-glsp-examples/workflow-theia": "2.2.1",
"@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-next",
"version": "2.2.1",
"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": "next",
"@eclipse-glsp-examples/workflow-server": "next",
"@eclipse-glsp-examples/workflow-server-bundled": "next",
"@eclipse-glsp/theia-integration": "2.2.0-next"
"@eclipse-glsp-examples/workflow-glsp": "2.2.1",
"@eclipse-glsp-examples/workflow-server": "2.2.1",
"@eclipse-glsp-examples/workflow-server-bundled": "2.2.1",
"@eclipse-glsp/theia-integration": "2.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2020-2022 EclipseSource and others.
* Copyright (c) 2020-2024 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
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.1.0",
"version": "2.2.1",
"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.1.0",
"version": "2.2.1",
"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": "next",
"@eclipse-glsp/dev": "2.2.1",
"@types/node": "16.x",
"concurrently": "^8.2.2",
"lerna": "^7.0.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/theia-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ This project is built with `yarn` and is available from npm via [@eclipse-glsp/t
| 1.0.0-theia1.34.0 | >=1.34.0 < 1.39.0 |
| 2.0.0 | >=1.39.0 < 1.45.0 |
| 2.1.x | >=1.39.0 < 1.45.0 |
| 2.1.0-theia1.45.0 | >=1.45.0 < 1.50.0 |
| 2.1.0-theia1.50.0 | >=1.50.0 |
| next | >=1.50.0 |
| 2.1.0-theia1.45.0 | >=1.45.0 < 1.49.0 |
| 2.1.1-theia1.49.0 | >=1.49.0 |
| 2.2.x | >=1.49.0 |
| next | >=1.49.0 |

> Note: For versions <=1.0.0 it is not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to the `package.json` of your project e.g. for `1.0.0-theia1.27.0`:
Expand Down
4 changes: 2 additions & 2 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-next",
"version": "2.2.1",
"description": "Glue code to integrate GLSP clients into Eclipse Theia",
"keywords": [
"theia-extension",
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "next",
"@eclipse-glsp/client": "2.2.1",
"ws": "~8.11.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2023 EclipseSource and others.
* Copyright (c) 2023-2024 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2018-2023 EclipseSource and others.
* Copyright (c) 2018-2024 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
Loading

0 comments on commit 4ff753a

Please sign in to comment.