Skip to content

Commit e5d6c4e

Browse files
committed
Bump versions or 1.1.0 release
1 parent a6ccbac commit e5d6c4e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -20,7 +20,7 @@
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

@@ -30,7 +30,7 @@
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

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: >-

packages/jupyterlab-lsp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -38,7 +38,7 @@
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",

packages/lsp-ws-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

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": "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": {

py_src/jupyter_lsp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" single source of truth for jupyter_lsp version
22
"""
3-
__version__ = "0.8.0"
3+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)