Skip to content

Commit 6c74331

Browse files
authored
Release prep (#94)
1 parent 6a705ce commit 6c74331

File tree

5 files changed

+466
-1105
lines changed

5 files changed

+466
-1105
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
{
77
"editor.formatOnSave": true,
88
"editor.codeActionsOnSave": {
9-
"source.organizeImports": true,
10-
"source.fixAll.eslint": true
9+
"source.organizeImports": "explicit",
10+
"source.fixAll.eslint": "explicit"
1111
},
1212
"eslint.validate": ["javascript", "typescript"],
1313
"search.exclude": {

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Eclipse GLSP Eclipse Integration Changelog
22

3+
## v2.1.0 - 24/01/2024(<https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.1.0>)
4+
35
## v2.0.0 - 14/10/2023(<https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.0.0>)
46

57
### Changes

client/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": {

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/node": "16.x",
2828
"copyfiles": "^2.4.1",
2929
"inversify": "6.0.1",
30-
"lerna": "^6.6.2",
30+
"lerna": "^7.0.0",
3131
"typescript": "^5.1.3"
3232
},
3333
"engines": {

0 commit comments

Comments
 (0)