Skip to content

Commit 1085481

Browse files
committed
Prepare jupyterlab-lsp 3.10.2 release
1 parent f152305 commit 1085481

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
## Changelog
22

3-
### `@krassowski/jupyterlab-lsp 3.10.2` (not-yet-released)
3+
### `@krassowski/jupyterlab-lsp 3.10.2` (2022-08-26)
44

55
- bug fixes
66
- use correct websocket URL if configured as different from base URL ([#820], thanks @MikeSem)
7-
- clean up all completer styles when completer feature is disabled ([#829]).
7+
- clean up all completer styles when completer feature is disabled ([#829])
8+
- fix `undefined` being inserted for path-like completion items with no `insertText` ([#833])
89
- maintenance:
9-
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
10+
- fix tests to pass with latest JupyterLab 3.3 an 3.4 ([#809] and [#813])
11+
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April [#810])
1012

13+
[#809]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/809
14+
[#810]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/810
15+
[#813]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/813
1116
[#820]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/820
1217
[#829]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/829
18+
[#833]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/833
19+
20+
### `@krassowski/completion-theme 3.3.1` (2022-08-26)
21+
22+
- bug fixes
23+
- clean up all completer styles when completer feature is disabled ([#829])
1324

1425
### `@krassowski/jupyterlab-lsp 3.10.1` (2022-03-21)
1526

packages/completion-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/completion-theme",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Completion theme manager for JupyterLab-LSP",
55
"keywords": [
66
"jupyter",

packages/jupyterlab-lsp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp",
3-
"version": "3.10.1",
3+
"version": "3.10.2",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@krassowski/code-jumpers": "~1.2.0",
62-
"@krassowski/completion-theme": "~3.3.0",
62+
"@krassowski/completion-theme": "~3.3.1",
6363
"@krassowski/theme-material": "~2.1.1",
6464
"@krassowski/theme-vscode": "~2.1.1",
6565
"lodash.mergewith": "^4.6.1",

packages/metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "3.10.1",
3+
"version": "3.10.2",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/jupyter-lsp/jupyterlab-lsp",
66
"bugs": {

0 commit comments

Comments
 (0)