Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.1.3 #498

Merged
merged 1 commit into from
Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
env:
# TODO extract these from files instead
PY_JLSP_VERSION: 0.9.3
JS_JLLSP_VERSION: 2.1.2
JS_JLLSP_VERSION: 2.1.3
JS_JLG2D_VERSION: 1.0.0

PYTHONUNBUFFERED: 1
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## CHANGELOG

### `@krassowski/jupyterlab-lsp 2.1.3` (2021-02-01)

- bug fixes:
- backported: connection manager now properly keeps track of notebooks when multiple notebooks are open ([#474], [#486])
- backported: notebook (and diagnostics panel) state is now properly updated after rename or kernel restart ([#499])

[#474]: https://github.com/krassowski/jupyterlab-lsp/issues/474
[#486]: https://github.com/krassowski/jupyterlab-lsp/issues/486
[#499]: https://github.com/krassowski/jupyterlab-lsp/issues/499

### `@krassowski/jupyterlab-lsp 2.1.2` (2021-01-02)

- features
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp",
"version": "2.1.2",
"version": "2.1.3",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp-metapackage",
"version": "2.1.2",
"version": "2.1.3",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
Expand Down