From 8866f5d2ccc03ffd5dafd99151e4a7a80cc9a851 Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Fri, 5 Jul 2024 10:46:29 +0200 Subject: [PATCH] Revert "Update documentation" This reverts commit facb397294b20b703cd1325dccf1b7aa52382eed. --- CHANGELOG.md | 3 +-- README.md | 4 ++-- packages/theia-integration/README.md | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d66802..6c14c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Eclipse GLSP Theia Integration Changelog -## [2.2.0- 04/07/2024](https://github.com/eclipse-glsp/glsp-theia-integration/releases/tag/v2.2.0) +## 2.2.0 - active ### Changes @@ -8,7 +8,6 @@ - [diagram] Fix a bug that prevented proper disposal of the hidden diagram div after closing a diagram editor [#204](https://github.com/eclipse-glsp/glsp-theia-integration/pull/204) - [diagram] Improve `createDiagramWidgetFactory` utility function to also support factories for GLSPDiagramWidget subclasses [#211](https://github.com/eclipse-glsp/glsp-theia-integration/pull/211) - [diagram] Ensure that viewport restore on diagram open works generically indecently of how the diagram widget has been created [#218](https://github.com/eclipse-glsp/glsp-theia-integration/pull/218) -- [api] Update `GLSPSaveable` to be compliant with the API changes of Theia 1.50.0. Include a backwards compatibility layer for Theia < 1.50.0 [#220](https://github.com/eclipse-glsp/glsp-theia-integration/pull/220) ### Potentially Breaking Changes diff --git a/README.md b/README.md index 135a36d..965a80b 100644 --- a/README.md +++ b/README.md @@ -18,8 +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.50.0 | -| 2.1.0-theia1.50.0 | >=1.45.0 | -| next | >=1.45.0 | +| 2.1.0-theia1.50.0 | >=1.50.0 | +| next | >=1.50.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`: diff --git a/packages/theia-integration/README.md b/packages/theia-integration/README.md index 89432ff..e4ac5c8 100644 --- a/packages/theia-integration/README.md +++ b/packages/theia-integration/README.md @@ -16,8 +16,8 @@ This project is built with `yarn` and is available from npm via [@eclipse-glsp/t | 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.45.0 | -| next | >=1.45.0 | +| 2.1.0-theia1.50.0 | >=1.50.0 | +| next | >=1.50.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`: