Skip to content

Commit

Permalink
Merge pull request #295 from krassowski/release/1.1.0
Browse files Browse the repository at this point in the history
Release jupyterlab-lsp 1.1, jupyter-lsp 0.9, lsp-ws-connection 0.5
  • Loading branch information
krassowski authored Jul 19, 2020
2 parents a6ccbac + e5d6c4e commit 419ec72
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### `@krassowski/jupyterlab-lsp 1.1.0` (unreleased)
### `@krassowski/jupyterlab-lsp 1.1.0` (2020-07-20)

- features

Expand All @@ -20,7 +20,7 @@
[#293]: https://github.com/krassowski/jupyterlab-lsp/pull/293
[#294]: https://github.com/krassowski/jupyterlab-lsp/pull/294

### `@krassowski/jupyterlab-lsp 0.9.0` (unreleased)
### `jupyter-lsp 0.9.0` (2020-07-20)

- features

Expand All @@ -30,7 +30,7 @@

- handles document open and change operation ordering more predictably ([#284][])

### `lsp-ws-connection 0.5.0` (unreleased)
### `lsp-ws-connection 0.5.0` (2020-07-20)

- features

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ variables:
ATEST_RETRIES: 3
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn

PY_JLSP_VERSION: 0.8.0
JS_JLLSP_VERSION: 1.0.0
PY_JLSP_VERSION: 0.9.0
JS_JLLSP_VERSION: 1.1.0
JS_JLG2D_VERSION: 1.0.0

FIRST_PARTY_LABEXTENSIONS: >-
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp",
"version": "1.0.0",
"version": "1.1.0",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@krassowski/jupyterlab_go_to_definition": "~1.0.0",
"lodash.mergewith": "^4.6.1",
"lsp-ws-connection": "~0.4.0"
"lsp-ws-connection": "~0.5.0"
},
"devDependencies": {
"@babel/preset-env": "^7.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp-ws-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lsp-ws-connection",
"version": "0.4.0",
"version": "0.5.0",
"description": "Utility for adapting editors to language server protocol",
"main": "dist/index.js",
"module": "dist/index.js",
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": "1.0.0",
"version": "1.1.0",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion py_src/jupyter_lsp/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" single source of truth for jupyter_lsp version
"""
__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 419ec72

Please sign in to comment.