Skip to content

Commit

Permalink
Prepare 5.0.3 release (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Feb 4, 2024
1 parent 55df564 commit 5afe3b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### `@jupyter-lsp/jupyterlab-lsp 5.0.3`

- bug fixes:
- fix nested transclusions in JupyterLab 4.0.7+ (#1045)
- fix completions when `type` is not defined (#1044)

### `@jupyter-lsp/jupyterlab-lsp 5.0.2`

- bug fixes:
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": "@jupyter-lsp/jupyterlab-lsp",
"version": "5.0.2",
"version": "5.0.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": "@jupyter-lsp/jupyterlab-lsp-metapackage",
"version": "5.0.2",
"version": "5.0.3",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/jupyter-lsp/jupyterlab-lsp",
"bugs": {
Expand Down

0 comments on commit 5afe3b4

Please sign in to comment.