Skip to content

Commit 4fee513

Browse files
committed
Release 0.7.0-rc.0
1 parent c58be5a commit 4fee513

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[#147](https://github.com/krassowski/jupyterlab-lsp/pull/147)
77
)
88

9-
## `@krassowski/jupyterlab-lsp 0.7.0-beta.1`
9+
## `@krassowski/jupyterlab-lsp 0.7.0-rc.0`
1010

1111
- features
1212
- reduced space taken up by the statusbar indicator

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
1515

1616
PY_JLSP_VERSION: 0.7.0b0
17-
JS_JLLSP_VERSION: 0.7.0-beta.1
17+
JS_JLLSP_VERSION: 0.7.0-rc.0
1818

1919
FIRST_PARTY_LABEXTENSIONS: >-
2020
packages/jupyterlab-lsp/krassowski-jupyterlab-lsp-$(JS_JLLSP_VERSION).tgz

packages/jupyterlab-lsp/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",
3-
"version": "0.7.0-beta.1",
3+
"version": "0.7.0-rc.0",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",

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.3.0",
3+
"version": "0.3.1",
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": "0.7.0-beta.0",
3+
"version": "0.7.0-rc.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": {

0 commit comments

Comments
 (0)