Skip to content

Commit bf42a0c

Browse files
committed
Publish 7.0.0b4
SHA256 hashes: jupyter-notebook-application-7.0.0-beta.4.tgz: 18410b23fe964043c82f4d9f9f817ed1bb84fca021053ecd22e938d7f068f7f4 jupyter-notebook-application-extension-7.0.0-beta.4.tgz: d4ad03cc7b52b6cafc9d28fd4dffd463e7eabae5c4952018d49a18bdad4a793a jupyter-notebook-console-extension-7.0.0-beta.4.tgz: 9b7cd9c2a0faf3eeaef62126449f0f669bc842d50bafb6c29c8c85b607d20141 jupyter-notebook-docmanager-extension-7.0.0-beta.4.tgz: 189631a959f4d42dc75eef8e17233e05b6e85b8ecf893fa1da704da11aec9e86 jupyter-notebook-documentsearch-extension-7.0.0-beta.4.tgz: 31a9b5bf79a5ef7ffd93038e6cdad9eb52086e8ab6a65210a6fc01822caddc0b jupyter-notebook-help-extension-7.0.0-beta.4.tgz: 511e905e0440e4a88ce28d52a9203af013f4b06c1909326e63d6bb6ba8403add jupyter-notebook-lab-extension-7.0.0-beta.4.tgz: 900aa72b5e38cd5264011e0eaedce857576e576c0e493939afd1d89f185769f3 jupyter-notebook-notebook-extension-7.0.0-beta.4.tgz: d5d481d4506249191d86dc7b3fbdac960d06782c6eaf6b14ecd525e8b9032310 jupyter-notebook-terminal-extension-7.0.0-beta.4.tgz: 6656cdfbb189422cb66e8d6ae954de5d2a3f6382e3420961f0721a932836a498 jupyter-notebook-tree-7.0.0-beta.4.tgz: 66be755803462965e05344b768ec320b855e57d309f6474c8167b27fd57dbab6 jupyter-notebook-tree-extension-7.0.0-beta.4.tgz: c1a0d96779cc2b5c8ee419beb16684cdab548817f9b2af1bd9e05f091b0c66a3 jupyter-notebook-ui-components-7.0.0-beta.4.tgz: 4a4926380507746188bf9bcb8d003d8175c1907d745b5003a722461d8ccb7394 notebook-7.0.0b4-py3-none-any.whl: b49d88ed1d091f0ab2b1bd940fa2939968f3d9850898b76b9d5985f2019cdd9d notebook-7.0.0b4.tar.gz: 85319fced7a5ad54f33fc4f32bd0b9477b9e5c3da7be1b98abc09559bd685216
1 parent ee3e1c2 commit bf42a0c

File tree

18 files changed

+145
-105
lines changed

18 files changed

+145
-105
lines changed

CHANGELOG.md

+42-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,48 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
1414

1515
<!-- <START NEW CHANGELOG ENTRY> -->
1616

17+
## 7.0.0b4
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b3...ee3e1c221226d482ca1c9bec6362c8af36f1da56))
20+
21+
### Enhancements made
22+
23+
- Rename browser tab title to Home [#6913](https://github.com/jupyter/notebook/pull/6913) ([@Cheukting](https://github.com/Cheukting))
24+
- Add the notification plugin [#6900](https://github.com/jupyter/notebook/pull/6900) ([@jtpio](https://github.com/jtpio))
25+
- Configurable `default_url` for JupyterNotebookApp [#6899](https://github.com/jupyter/notebook/pull/6899) ([@paulgb](https://github.com/paulgb))
26+
- Enhancement: Added drop shadows to markdown, text, and tree views [#6893](https://github.com/jupyter/notebook/pull/6893) ([@rielAsh24](https://github.com/rielAsh24))
27+
- Update to JupyterLab 4.0.1 [#6892](https://github.com/jupyter/notebook/pull/6892) ([@jtpio](https://github.com/jtpio))
28+
- Add file browser actions to the file browser toolbar [#6888](https://github.com/jupyter/notebook/pull/6888) ([@jtpio](https://github.com/jtpio))
29+
- Add option to open a notebook in NbClassic if it is installed; show "Open in..." dropdown menu if there are multiple options, show single button otherwise [#6866](https://github.com/jupyter/notebook/pull/6866) ([@andrii-i](https://github.com/andrii-i))
30+
- Load custom CSS [#6841](https://github.com/jupyter/notebook/pull/6841) ([@RRosio](https://github.com/RRosio))
31+
32+
### Bugs fixed
33+
34+
- Add an empty splash screen on notebook launch to avoid a flash of unstyled content [#6911](https://github.com/jupyter/notebook/pull/6911) ([@andrii-i](https://github.com/andrii-i))
35+
- Fix for "find searches only part of the file" bug [#6905](https://github.com/jupyter/notebook/pull/6905) ([@ericsnekbytes](https://github.com/ericsnekbytes))
36+
- Provide a custom rendermime plugin to handle local links [#6885](https://github.com/jupyter/notebook/pull/6885) ([@jtpio](https://github.com/jtpio))
37+
38+
### Maintenance and upkeep improvements
39+
40+
- Fix check links on CI [#6910](https://github.com/jupyter/notebook/pull/6910) ([@jtpio](https://github.com/jtpio))
41+
- Add `JSONLicenseWebpackPlugin` [#6896](https://github.com/jupyter/notebook/pull/6896) ([@jtpio](https://github.com/jtpio))
42+
- Simplify Gitpod setup [#6894](https://github.com/jupyter/notebook/pull/6894) ([@jtpio](https://github.com/jtpio))
43+
- Fix action name in update workflow [#6884](https://github.com/jupyter/notebook/pull/6884) ([@jtpio](https://github.com/jtpio))
44+
- Fix playwright bot [#6880](https://github.com/jupyter/notebook/pull/6880) ([@jtpio](https://github.com/jtpio))
45+
46+
### Documentation improvements
47+
48+
- Document how to manage plugins and extensions [#6909](https://github.com/jupyter/notebook/pull/6909) ([@jtpio](https://github.com/jtpio))
49+
- Jupyter Notebook ecosystem docs improvements [#6877](https://github.com/jupyter/notebook/pull/6877) ([@ericsnekbytes](https://github.com/ericsnekbytes))
50+
51+
### Contributors to this release
52+
53+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-05-25&to=2023-06-12&type=c))
54+
55+
[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-05-25..2023-06-12&type=Issues) | [@Cheukting](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ACheukting+updated%3A2023-05-25..2023-06-12&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-05-25..2023-06-12&type=Issues) | [@ericsnekbytes](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aericsnekbytes+updated%3A2023-05-25..2023-06-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-05-25..2023-06-12&type=Issues) | [@henryiii](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ahenryiii+updated%3A2023-05-25..2023-06-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-05-25..2023-06-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-05-25..2023-06-12&type=Issues) | [@paulgb](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apaulgb+updated%3A2023-05-25..2023-06-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-05-25..2023-06-12&type=Issues) | [@rielAsh24](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ArielAsh24+updated%3A2023-05-25..2023-06-12&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2023-05-25..2023-06-12&type=Issues) | [@yuvipanda](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayuvipanda+updated%3A2023-05-25..2023-06-12&type=Issues)
56+
57+
<!-- <END NEW CHANGELOG ENTRY> -->
58+
1759
## 7.0.0b3
1860

1961
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b2...93e4d5e1c6ed7a3a4875eed284255587ac293819))
@@ -44,8 +86,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
4486

4587
[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-05-09..2023-05-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-05-09..2023-05-25&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2023-05-09..2023-05-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-05-09..2023-05-25&type=Issues) | [@timmerk3](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atimmerk3+updated%3A2023-05-09..2023-05-25&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atuncbkose+updated%3A2023-05-09..2023-05-25&type=Issues)
4688

47-
<!-- <END NEW CHANGELOG ENTRY> -->
48-
4989
## 7.0.0b2
5090

5191
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b1...c0071d796019c0221df4900313b51c0529438bcf))

app/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -12,17 +12,17 @@
1212
"resolutions": {
1313
"@codemirror/state": "~6.2.0",
1414
"@codemirror/view": "~6.11.0",
15-
"@jupyter-notebook/application": "~7.0.0-beta.3",
16-
"@jupyter-notebook/application-extension": "~7.0.0-beta.3",
17-
"@jupyter-notebook/console-extension": "~7.0.0-beta.3",
18-
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.3",
19-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.3",
20-
"@jupyter-notebook/help-extension": "~7.0.0-beta.3",
21-
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.3",
22-
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.3",
23-
"@jupyter-notebook/tree": "~7.0.0-beta.3",
24-
"@jupyter-notebook/tree-extension": "~7.0.0-beta.3",
25-
"@jupyter-notebook/ui-components": "~7.0.0-beta.3",
15+
"@jupyter-notebook/application": "~7.0.0-beta.4",
16+
"@jupyter-notebook/application-extension": "~7.0.0-beta.4",
17+
"@jupyter-notebook/console-extension": "~7.0.0-beta.4",
18+
"@jupyter-notebook/docmanager-extension": "~7.0.0-beta.4",
19+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.4",
20+
"@jupyter-notebook/help-extension": "~7.0.0-beta.4",
21+
"@jupyter-notebook/notebook-extension": "~7.0.0-beta.4",
22+
"@jupyter-notebook/terminal-extension": "~7.0.0-beta.4",
23+
"@jupyter-notebook/tree": "~7.0.0-beta.4",
24+
"@jupyter-notebook/tree-extension": "~7.0.0-beta.4",
25+
"@jupyter-notebook/ui-components": "~7.0.0-beta.4",
2626
"@jupyter/ydoc": "~1.0.2",
2727
"@jupyterlab/application": "~4.0.1",
2828
"@jupyterlab/application-extension": "~4.0.1",
@@ -111,17 +111,17 @@
111111
"yjs": "~13.6.1"
112112
},
113113
"dependencies": {
114-
"@jupyter-notebook/application": "^7.0.0-beta.3",
115-
"@jupyter-notebook/application-extension": "^7.0.0-beta.3",
116-
"@jupyter-notebook/console-extension": "^7.0.0-beta.3",
117-
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.3",
118-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.3",
119-
"@jupyter-notebook/help-extension": "^7.0.0-beta.3",
120-
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.3",
121-
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.3",
122-
"@jupyter-notebook/tree": "^7.0.0-beta.3",
123-
"@jupyter-notebook/tree-extension": "^7.0.0-beta.3",
124-
"@jupyter-notebook/ui-components": "^7.0.0-beta.3",
114+
"@jupyter-notebook/application": "^7.0.0-beta.4",
115+
"@jupyter-notebook/application-extension": "^7.0.0-beta.4",
116+
"@jupyter-notebook/console-extension": "^7.0.0-beta.4",
117+
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.4",
118+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.4",
119+
"@jupyter-notebook/help-extension": "^7.0.0-beta.4",
120+
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.4",
121+
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.4",
122+
"@jupyter-notebook/tree": "^7.0.0-beta.4",
123+
"@jupyter-notebook/tree-extension": "^7.0.0-beta.4",
124+
"@jupyter-notebook/ui-components": "^7.0.0-beta.4",
125125
"@jupyterlab/application-extension": "^4.0.1",
126126
"@jupyterlab/apputils-extension": "^4.0.1",
127127
"@jupyterlab/cell-toolbar-extension": "^4.0.1",

buildutils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

notebook/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from collections import namedtuple
66

77
# Use "hatch version xx.yy.zz" to handle version changes
8-
__version__ = "7.0.0b3"
8+
__version__ = "7.0.0b4"
99

1010
# PEP440 version parser
1111
_version_regex = re.compile(

packages/_metapackage/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",
@@ -20,18 +20,18 @@
2020
"watch": "tsc -b -w --preserveWatchOutput"
2121
},
2222
"dependencies": {
23-
"@jupyter-notebook/application": "^7.0.0-beta.3",
24-
"@jupyter-notebook/application-extension": "^7.0.0-beta.3",
25-
"@jupyter-notebook/console-extension": "^7.0.0-beta.3",
26-
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.3",
27-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.3",
28-
"@jupyter-notebook/help-extension": "^7.0.0-beta.3",
29-
"@jupyter-notebook/lab-extension": "^7.0.0-beta.3",
30-
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.3",
31-
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.3",
32-
"@jupyter-notebook/tree": "^7.0.0-beta.3",
33-
"@jupyter-notebook/tree-extension": "^7.0.0-beta.3",
34-
"@jupyter-notebook/ui-components": "^7.0.0-beta.3"
23+
"@jupyter-notebook/application": "^7.0.0-beta.4",
24+
"@jupyter-notebook/application-extension": "^7.0.0-beta.4",
25+
"@jupyter-notebook/console-extension": "^7.0.0-beta.4",
26+
"@jupyter-notebook/docmanager-extension": "^7.0.0-beta.4",
27+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.4",
28+
"@jupyter-notebook/help-extension": "^7.0.0-beta.4",
29+
"@jupyter-notebook/lab-extension": "^7.0.0-beta.4",
30+
"@jupyter-notebook/notebook-extension": "^7.0.0-beta.4",
31+
"@jupyter-notebook/terminal-extension": "^7.0.0-beta.4",
32+
"@jupyter-notebook/tree": "^7.0.0-beta.4",
33+
"@jupyter-notebook/tree-extension": "^7.0.0-beta.4",
34+
"@jupyter-notebook/ui-components": "^7.0.0-beta.4"
3535
},
3636
"devDependencies": {
3737
"typescript": "~5.0.2"

packages/application-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,8 +38,8 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.0.0-beta.3",
42-
"@jupyter-notebook/ui-components": "^7.0.0-beta.3",
41+
"@jupyter-notebook/application": "^7.0.0-beta.4",
42+
"@jupyter-notebook/ui-components": "^7.0.0-beta.4",
4343
"@jupyterlab/application": "^4.0.1",
4444
"@jupyterlab/apputils": "^4.1.1",
4545
"@jupyterlab/codeeditor": "^4.0.1",

packages/application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/console-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/docmanager-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/documentsearch-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.0.0-beta.3",
41+
"@jupyter-notebook/application": "^7.0.0-beta.4",
4242
"@jupyterlab/application": "^4.0.1",
4343
"@jupyterlab/documentsearch": "^4.0.1",
4444
"@lumino/widgets": "^2.1.1"

packages/help-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Help Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/ui-components": "^7.0.0-beta.3",
41+
"@jupyter-notebook/ui-components": "^7.0.0-beta.4",
4242
"@jupyterlab/application": "^4.0.1",
4343
"@jupyterlab/apputils": "^4.1.1",
4444
"@jupyterlab/mainmenu": "^4.0.1",

packages/lab-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Lab Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyter-notebook/application": "^7.0.0-beta.3",
46+
"@jupyter-notebook/application": "^7.0.0-beta.4",
4747
"@jupyterlab/application": "^4.0.1",
4848
"@jupyterlab/apputils": "^4.1.1",
4949
"@jupyterlab/coreutils": "^6.0.1",

packages/notebook-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Notebook Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.0.0-beta.3",
41+
"@jupyter-notebook/application": "^7.0.0-beta.4",
4242
"@jupyterlab/application": "^4.0.1",
4343
"@jupyterlab/apputils": "^4.1.1",
4444
"@jupyterlab/cells": "^4.0.1",

packages/terminal-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

packages/tree-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Tree Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,8 +38,8 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.0.0-beta.3",
42-
"@jupyter-notebook/tree": "^7.0.0-beta.3",
41+
"@jupyter-notebook/application": "^7.0.0-beta.4",
42+
"@jupyter-notebook/tree": "^7.0.0-beta.4",
4343
"@jupyterlab/application": "^4.0.1",
4444
"@jupyterlab/apputils": "^4.1.1",
4545
"@jupyterlab/coreutils": "^6.0.1",

packages/tree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - Tree",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -38,7 +38,7 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyter-notebook/application": "^7.0.0-beta.3",
41+
"@jupyter-notebook/application": "^7.0.0-beta.4",
4242
"@jupyterlab/application": "^4.0.1",
4343
"@jupyterlab/apputils": "^4.1.1",
4444
"@jupyterlab/coreutils": "^6.0.1",

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)