Skip to content

Commit 5c2588b

Browse files
authored
Update chanlog and lerna version (#71)
1 parent 4e6ca30 commit 5c2588b

File tree

4 files changed

+470
-1021
lines changed

4 files changed

+470
-1021
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Eclipse GLSP Server Changelog
22

3-
## [v2.0.0 - 14/10/2023]((https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.0.0))
3+
## v2.1.0 - active
4+
5+
- [operation] Add support for defining ghost elements/templates in `CreateNodeOperationHandler`'s [#65](https://github.com/eclipse-glsp/glsp-server-node/pull/65)
6+
- [launch] Use "127.0.0.1" as default host to avoid potential IP v4/v6 connection issues [#67](https://github.com/eclipse-glsp/glsp-server-node/pull/67)
7+
- [gmodel] Fix a bug in `GModelDeleteOperationHandler` that prevented deletion of multiple selected elements [#68](https://github.com/eclipse-glsp/glsp-server-node/pull/68)
8+
9+
## [v2.0.0 - 14/10/2023](<(https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.0.0)>)
410

511
### Changes
612

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"version": "2.0.0",
3-
"useWorkspaces": true,
43
"npmClient": "yarn",
54
"command": {
65
"run": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@eclipse-glsp/dev": "2.0.0",
3232
"@types/node": "16.x",
33-
"lerna": "^6.6.2",
33+
"lerna": "^7.0.0",
3434
"typescript": "^5.0.4"
3535
},
3636
"engines": {

0 commit comments

Comments
 (0)