Skip to content

Commit 1f0d791

Browse files
authored
Merge pull request #784 from jupyter-lsp/v3.10.1
Prepare jupyterlab-lsp 3.10.1 release
2 parents 807c49d + 35171ed commit 1f0d791

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## Changelog
22

3+
### `@krassowski/jupyterlab-lsp 3.10.1` (2022-03-21)
4+
5+
- bug fixes:
6+
- fix navigation to files with names including characters which require encoding ([#758])
7+
- fix omissions in the main settings schema for correct rendering in JupyterLab 3.3 Settings Editor UI ([#779])
8+
- maintenance
9+
- make tests pass with new JupyterLab 3.3 ([#777])
10+
- pin r-base version to fix Binder ([#766])
11+
- pin node-gyp to fix CI on Windows ([#772])
12+
- pin pytest-flake8 to fix CI
13+
- update development/testing environment dependencies: urijs, typedoc, url-parse
14+
15+
[#758]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/758
16+
[#766]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/766
17+
[#772]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/772
18+
[#777]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/777
19+
[#779]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/779
20+
321
### `@krassowski/jupyterlab-lsp 3.10.0` (2022-01-01)
422

523
- features:

packages/jupyterlab-lsp/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",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",

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.0",
3+
"version": "3.10.1",
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)