Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
- Update changelog
- Update depdencies
  • Loading branch information
tortmayr committed Jun 1, 2022
1 parent bc7b3d7 commit 0e9471e
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 120 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This change log covers only the Theia integration of Sprotty. See also the change logs of [sprotty](https://github.com/eclipse/sprotty/blob/master/CHANGELOG.md), [sprotty-server](https://github.com/eclipse/sprotty-server/blob/master/CHANGELOG.md) and [sprotty-layout](https://github.com/eclipse/sprotty-layout/blob/master/CHANGELOG.md).

## v0.12.0 (Jun 2022)
Fixed theia dependencies: version constraint is now `^1.18.0` (equivalent to `1.18.*`). The previous version constraint was too lose (`^1.0.0`) which could lead to
resolving older non-compatible Theia dependencies.

### v0.11.0 (Nov. 2021)

This version aligns the Theia integration with the restructuring of Sprotty 0.11.0, which adds a new package `sprotty-protocol`. The imports have been updated accordingly.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The version history is documented in the [CHANGELOG](https://github.com/eclipse/

| sprotty-theia | Theia |
| ------------- | ------ |
| 0.12.0 | 1.18.0 - 1.26.0|
| 0.11.0 | 1.18.0 |
| 0.10.0 | 1.18.0 |
| 0.9.0 | 1.4.0 |
| 0.8.0 | 0.15.0 |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@theia/editor": "^1.18.0",
"@theia/filesystem": "^1.18.0",
"@theia/monaco": "^1.18.0",
"sprotty": "next",
"sprotty-protocol":"next"
"sprotty": "^0.12.0",
"sprotty-protocol":"^0.12.0"
},
"devDependencies": {
"@types/chai": "^4.2.12",
Expand Down

0 comments on commit 0e9471e

Please sign in to comment.