Skip to content

Commit

Permalink
Release 0.7.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 11, 2020
1 parent c58be5a commit 4fee513
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[#147](https://github.com/krassowski/jupyterlab-lsp/pull/147)
)

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

- features
- reduced space taken up by the statusbar indicator
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn

PY_JLSP_VERSION: 0.7.0b0
JS_JLLSP_VERSION: 0.7.0-beta.1
JS_JLLSP_VERSION: 0.7.0-rc.0

FIRST_PARTY_LABEXTENSIONS: >-
packages/jupyterlab-lsp/krassowski-jupyterlab-lsp-$(JS_JLLSP_VERSION).tgz
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": "0.7.0-beta.1",
"version": "0.7.0-rc.0",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
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.3.0",
"version": "0.3.1",
"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": "0.7.0-beta.0",
"version": "0.7.0-rc.0",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
Expand Down

0 comments on commit 4fee513

Please sign in to comment.