File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11## CHANGELOG
22
3- ### ` @krassowski/jupyterlab-lsp 1.1.0 ` (unreleased )
3+ ### ` @krassowski/jupyterlab-lsp 1.1.0 ` (2020-07-20 )
44
55- features
66
2020[ #293 ] : https://github.com/krassowski/jupyterlab-lsp/pull/293
2121[ #294 ] : https://github.com/krassowski/jupyterlab-lsp/pull/294
2222
23- ### ` @krassowski/jupyterlab -lsp 0.9.0` (unreleased )
23+ ### ` jupyter -lsp 0.9.0` (2020-07-20 )
2424
2525- features
2626
3030
3131 - handles document open and change operation ordering more predictably ([ #284 ] [ ] )
3232
33- ### ` lsp-ws-connection 0.5.0 ` (unreleased )
33+ ### ` lsp-ws-connection 0.5.0 ` (2020-07-20 )
3434
3535- features
3636
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ variables:
1313 ATEST_RETRIES : 3
1414 YARN_CACHE_FOLDER : $(Pipeline.Workspace)/.yarn
1515
16- PY_JLSP_VERSION : 0.8 .0
17- JS_JLLSP_VERSION : 1.0 .0
16+ PY_JLSP_VERSION : 0.9 .0
17+ JS_JLLSP_VERSION : 1.1 .0
1818 JS_JLG2D_VERSION : 1.0.0
1919
2020 FIRST_PARTY_LABEXTENSIONS : >-
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Language Server Protocol integration for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
3838 "dependencies" : {
3939 "@krassowski/jupyterlab_go_to_definition" : " ~1.0.0" ,
4040 "lodash.mergewith" : " ^4.6.1" ,
41- "lsp-ws-connection" : " ~0.4 .0"
41+ "lsp-ws-connection" : " ~0.5 .0"
4242 },
4343 "devDependencies" : {
4444 "@babel/preset-env" : " ^7.4.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " lsp-ws-connection" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " Utility for adapting editors to language server protocol" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
55 "homepage" : " https://github.com/krassowski/jupyterlab-lsp" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11""" single source of truth for jupyter_lsp version
22"""
3- __version__ = "0.8 .0"
3+ __version__ = "0.9 .0"
You can’t perform that action at this time.
0 commit comments