Skip to content

Commit

Permalink
Merge pull request #727 from jupyter-lsp/v3.9.3
Browse files Browse the repository at this point in the history
Prepare jupyterlab-lsp 3.9.3 release
  • Loading branch information
krassowski authored Dec 19, 2021
2 parents 594b2e0 + 96d47d5 commit 5f5054c
Show file tree
Hide file tree
Showing 5 changed files with 675 additions and 540 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### `@krassowski/jupyterlab-lsp 3.9.3` (2021-12-19)

- bug fixes:
- workaround upstream issue in merging translation ([#726], thanks @fcollonval)

[#726]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/726

### `@krassowski/jupyterlab-lsp 3.9.2` (2021-12-12)

- bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"husky": "^3.0.9",
"typescript-language-server": "^0.6.4",
"jest-github-actions-reporter": "^1.0.2",
"lerna": "^3.13.2",
"npm-run-all": "^4.1.5",
Expand All @@ -22,6 +21,7 @@
"pyright": "^1.1",
"sql-language-server": "^1.1.0",
"typescript": "~4.1.3",
"typescript-language-server": "^0.6.4",
"unified-language-server": "^0.3.0",
"vscode-css-languageserver-bin": "^1.4.0",
"vscode-html-languageserver-bin": "^1.4.0",
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": "3.9.2",
"version": "3.9.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": "3.9.2",
"version": "3.9.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
Loading

0 comments on commit 5f5054c

Please sign in to comment.