Skip to content

Commit d90e671

Browse files
committed
Bump version of other packages
1 parent b7f04a3 commit d90e671

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

packages/code-jumpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/code-jumpers",
3-
"version": "1.2.0",
3+
"version": "2.0.0-rc.0",
44
"description": "Implementation underlying the jump to definition functionality in JupyterLab-LSP",
55
"keywords": [
66
"jupyter",

packages/completion-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/completion-theme",
3-
"version": "3.3.0",
3+
"version": "4.0.0-rc.0",
44
"description": "Completion theme manager for JupyterLab-LSP",
55
"keywords": [
66
"jupyter",

packages/jupyterlab-lsp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"watch:src": "tsc -w"
6161
},
6262
"dependencies": {
63-
"@jupyter-lsp/code-jumpers": "~1.2.0",
64-
"@jupyter-lsp/completion-theme": "~3.3.0",
65-
"@jupyter-lsp/theme-material": "~2.1.1",
66-
"@jupyter-lsp/theme-vscode": "~2.1.1",
63+
"@jupyter-lsp/code-jumpers": "~2.0.0-rc.0",
64+
"@jupyter-lsp/completion-theme": "~4.0.0-rc.0",
65+
"@jupyter-lsp/theme-material": "~3.0.0-rc.0",
66+
"@jupyter-lsp/theme-vscode": "~3.0.0-rc.0",
6767
"@jupyterlab/lsp": "^4.0.6",
6868
"@rjsf/validator-ajv8": "^5.12.1",
6969
"lodash.mergewith": "^4.6.1"

packages/theme-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/theme-material",
3-
"version": "2.1.1",
3+
"version": "3.0.0-rc.0",
44
"description": "Material theme for JupyterLab-LSP",
55
"keywords": [
66
"jupyter",
@@ -34,7 +34,7 @@
3434
"clean": "rimraf lib"
3535
},
3636
"dependencies": {
37-
"@jupyter-lsp/completion-theme": "^3.0.0"
37+
"@jupyter-lsp/completion-theme": "^4.0.0-rc.0"
3838
},
3939
"jupyterlab": {
4040
"extension": true,

packages/theme-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/theme-vscode",
3-
"version": "2.1.1",
3+
"version": "3.0.0-rc.0",
44
"description": "VSCode theme for JupyterLab-LSP",
55
"keywords": [
66
"jupyter",
@@ -34,7 +34,7 @@
3434
"clean": "rimraf lib"
3535
},
3636
"dependencies": {
37-
"@jupyter-lsp/completion-theme": "^3.0.0"
37+
"@jupyter-lsp/completion-theme": "^4.0.0-rc.0"
3838
},
3939
"jupyterlab": {
4040
"extension": true,

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ __metadata:
20902090
languageName: node
20912091
linkType: hard
20922092

2093-
"@jupyter-lsp/code-jumpers@workspace:*, @jupyter-lsp/code-jumpers@workspace:packages/code-jumpers, @jupyter-lsp/code-jumpers@~1.2.0":
2093+
"@jupyter-lsp/code-jumpers@workspace:*, @jupyter-lsp/code-jumpers@workspace:packages/code-jumpers, @jupyter-lsp/code-jumpers@~2.0.0-rc.0":
20942094
version: 0.0.0-use.local
20952095
resolution: "@jupyter-lsp/code-jumpers@workspace:packages/code-jumpers"
20962096
dependencies:
@@ -2119,7 +2119,7 @@ __metadata:
21192119
languageName: unknown
21202120
linkType: soft
21212121

2122-
"@jupyter-lsp/completion-theme@^3.0.0, @jupyter-lsp/completion-theme@workspace:*, @jupyter-lsp/completion-theme@workspace:packages/completion-theme, @jupyter-lsp/completion-theme@~3.3.0":
2122+
"@jupyter-lsp/completion-theme@^4.0.0-rc.0, @jupyter-lsp/completion-theme@workspace:*, @jupyter-lsp/completion-theme@workspace:packages/completion-theme, @jupyter-lsp/completion-theme@~4.0.0-rc.0":
21232123
version: 0.0.0-use.local
21242124
resolution: "@jupyter-lsp/completion-theme@workspace:packages/completion-theme"
21252125
dependencies:
@@ -2176,10 +2176,10 @@ __metadata:
21762176
resolution: "@jupyter-lsp/jupyterlab-lsp@workspace:packages/jupyterlab-lsp"
21772177
dependencies:
21782178
"@codemirror/lint": ^6.4.0
2179-
"@jupyter-lsp/code-jumpers": ~1.2.0
2180-
"@jupyter-lsp/completion-theme": ~3.3.0
2181-
"@jupyter-lsp/theme-material": ~2.1.1
2182-
"@jupyter-lsp/theme-vscode": ~2.1.1
2179+
"@jupyter-lsp/code-jumpers": ~2.0.0-rc.0
2180+
"@jupyter-lsp/completion-theme": ~4.0.0-rc.0
2181+
"@jupyter-lsp/theme-material": ~3.0.0-rc.0
2182+
"@jupyter-lsp/theme-vscode": ~3.0.0-rc.0
21832183
"@jupyter-notebook/application": ^7.0.3
21842184
"@jupyterlab/application": ^4.0.6
21852185
"@jupyterlab/apputils": ^4.1.6
@@ -2241,19 +2241,19 @@ __metadata:
22412241
languageName: unknown
22422242
linkType: soft
22432243

2244-
"@jupyter-lsp/theme-material@workspace:*, @jupyter-lsp/theme-material@workspace:packages/theme-material, @jupyter-lsp/theme-material@~2.1.1":
2244+
"@jupyter-lsp/theme-material@workspace:*, @jupyter-lsp/theme-material@workspace:packages/theme-material, @jupyter-lsp/theme-material@~3.0.0-rc.0":
22452245
version: 0.0.0-use.local
22462246
resolution: "@jupyter-lsp/theme-material@workspace:packages/theme-material"
22472247
dependencies:
2248-
"@jupyter-lsp/completion-theme": ^3.0.0
2248+
"@jupyter-lsp/completion-theme": ^4.0.0-rc.0
22492249
languageName: unknown
22502250
linkType: soft
22512251

2252-
"@jupyter-lsp/theme-vscode@workspace:*, @jupyter-lsp/theme-vscode@workspace:packages/theme-vscode, @jupyter-lsp/theme-vscode@~2.1.1":
2252+
"@jupyter-lsp/theme-vscode@workspace:*, @jupyter-lsp/theme-vscode@workspace:packages/theme-vscode, @jupyter-lsp/theme-vscode@~3.0.0-rc.0":
22532253
version: 0.0.0-use.local
22542254
resolution: "@jupyter-lsp/theme-vscode@workspace:packages/theme-vscode"
22552255
dependencies:
2256-
"@jupyter-lsp/completion-theme": ^3.0.0
2256+
"@jupyter-lsp/completion-theme": ^4.0.0-rc.0
22572257
languageName: unknown
22582258
linkType: soft
22592259

0 commit comments

Comments
 (0)