Skip to content

Commit 7544eea

Browse files
committed
Publish 7.0.0a8
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.8.tgz: d0cb7da2e3ba26429735a2e1b96c625dd6e0cca5a544e0a3c36641097a49c9aa jupyter-notebook-application-extension-7.0.0-alpha.8.tgz: fb78f35c784265f933a6f01e2a3ca158b6941a8cc290c12c35d11949e56e87a3 jupyter-notebook-console-extension-7.0.0-alpha.8.tgz: f13d3ff502f61a1811604aac6361fa4627d18399559c3ed3aeb7f50377d1adc7 jupyter-notebook-docmanager-extension-7.0.0-alpha.8.tgz: a64bb18b0cfe9f801000c8dbd450819f20b464244cc0a6fe2439cf7c76ff18ff jupyter-notebook-documentsearch-extension-7.0.0-alpha.8.tgz: 488f85fc95a51f45277e723b1d13d8b4cfd6186b27f16a8f16137f0a00a05008 jupyter-notebook-help-extension-7.0.0-alpha.8.tgz: e1df4bc4bd204d8e6a9be255dd7bff437d9407a7bdfac308070c02f40130399d jupyter-notebook-lab-extension-7.0.0-alpha.8.tgz: 760ec1fa7926c081720ffe7657c596b53890bac4533227fa7947f5c4ff6fdd92 jupyter-notebook-notebook-extension-7.0.0-alpha.8.tgz: 21e0f856c6bd2a2caafac55bc9c8ee8371f07ac5e4b01c57c409e5f476224625 jupyter-notebook-terminal-extension-7.0.0-alpha.8.tgz: 3bc1e8661a621d5834d528076b875f2e0c8a7e1e454f46182b2d79487e9bfad9 jupyter-notebook-tree-7.0.0-alpha.8.tgz: eef8ba4aee383f024f27d57fe5bdcc7896c3c0ac6b3bdd0a8e67b14518483162 jupyter-notebook-tree-extension-7.0.0-alpha.8.tgz: 8af2d1f4e2cc82a93a98ad88c842eea708a304f6e78a984d3263de2969cbf4e0 jupyter-notebook-ui-components-7.0.0-alpha.8.tgz: b3f20f32e7d1fbbe2a52f8a66ef1ad68d282cc9853286bc141033978a9ed5116 notebook-7.0.0a8-py3-none-any.whl: b3797114631992b9a4a426d967e772ba099156ecab46d7576437c5a0d10cdea7 notebook-7.0.0a8.tar.gz: 514b3e48203e991e1d0a143fa8f253d6fdee9d293d2c54c01322bb13ae6093cd
1 parent 9141f3e commit 7544eea

File tree

17 files changed

+81
-51
lines changed

17 files changed

+81
-51
lines changed

CHANGELOG.md

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

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

17+
## 7.0.0a8
18+
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a7...9141f3eabb6a10a5bf742b26713405f9768cb6d2))
20+
21+
### Enhancements made
22+
23+
- Restyle about dialog [#6592](https://github.com/jupyter/notebook/pull/6592) ([@kostyafarber](https://github.com/kostyafarber))
24+
25+
### Bugs fixed
26+
27+
- Fix async contents handling and add test [#6616](https://github.com/jupyter/notebook/pull/6616) ([@blink1073](https://github.com/blink1073))
28+
- Fix PDF renderer [#6584](https://github.com/jupyter/notebook/pull/6584) ([@brichet](https://github.com/brichet))
29+
- Fix HTML viewer [#6583](https://github.com/jupyter/notebook/pull/6583) ([@brichet](https://github.com/brichet))
30+
31+
### Maintenance and upkeep improvements
32+
33+
- Bump loader-utils from 1.4.0 to 1.4.1 [#6615](https://github.com/jupyter/notebook/pull/6615) ([@dependabot](https://github.com/dependabot))
34+
- Bump dessant/lock-threads from 2 to 3 [#6587](https://github.com/jupyter/notebook/pull/6587) ([@dependabot](https://github.com/dependabot))
35+
- Add dependabot config to update GitHub Actions [#6586](https://github.com/jupyter/notebook/pull/6586) ([@jtpio](https://github.com/jtpio))
36+
- Update `actions/checkout` and `actions/download-artifact` [#6585](https://github.com/jupyter/notebook/pull/6585) ([@jtpio](https://github.com/jtpio))
37+
- Maintenance cleanup [#6581](https://github.com/jupyter/notebook/pull/6581) ([@blink1073](https://github.com/blink1073))
38+
- Update to lerna 6 [#6579](https://github.com/jupyter/notebook/pull/6579) ([@jtpio](https://github.com/jtpio))
39+
- Remove the `nbclassic` explicit uninstall on Binder [#6548](https://github.com/jupyter/notebook/pull/6548) ([@jtpio](https://github.com/jtpio))
40+
41+
### Contributors to this release
42+
43+
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2022-10-13&to=2022-11-11&type=c))
44+
45+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2022-10-13..2022-11-11&type=Issues) | [@bnavigator](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abnavigator+updated%3A2022-10-13..2022-11-11&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2022-10-13..2022-11-11&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2022-10-13..2022-11-11&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2022-10-13..2022-11-11&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afcollonval+updated%3A2022-10-13..2022-11-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-10-13..2022-11-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-10-13..2022-11-11&type=Issues) | [@kostyafarber](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akostyafarber+updated%3A2022-10-13..2022-11-11&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2022-10-13..2022-11-11&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2022-10-13..2022-11-11&type=Issues) | [@venkatasg](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Avenkatasg+updated%3A2022-10-13..2022-11-11&type=Issues)
46+
47+
<!-- <END NEW CHANGELOG ENTRY> -->
48+
1749
## 7.0.0a7
1850

1951
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a6...caa0a11e36901c08ae80100fe2bbc5161c47dfee))
@@ -37,8 +69,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
3769

3870
[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2022-10-03..2022-10-13&type=Issues) | [@eltociear](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aeltociear+updated%3A2022-10-03..2022-10-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-10-03..2022-10-13&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-10-03..2022-10-13&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akevin-bates+updated%3A2022-10-03..2022-10-13&type=Issues) | [@Mieju](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AMieju+updated%3A2022-10-03..2022-10-13&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2022-10-03..2022-10-13&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2022-10-03..2022-10-13&type=Issues)
3971

40-
<!-- <END NEW CHANGELOG ENTRY> -->
41-
4272
## 7.0.0a6
4373

4474
([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a5...acbec17feca2ae8a0f56c5ec04ba2475a42619ee))

app/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.0.0-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,17 +11,17 @@
1111
"watch": "webpack --config ./webpack.config.watch.js"
1212
},
1313
"resolutions": {
14-
"@jupyter-notebook/application": "~7.0.0-alpha.7",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.7",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.7",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.7",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.7",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.7",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.7",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.7",
22-
"@jupyter-notebook/tree": "~7.0.0-alpha.7",
23-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.7",
24-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.7",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.8",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.8",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.8",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.8",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.8",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.8",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.8",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.8",
22+
"@jupyter-notebook/tree": "~7.0.0-alpha.8",
23+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.8",
24+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.8",
2525
"@jupyterlab/application": "~4.0.0-alpha.15",
2626
"@jupyterlab/application-extension": "~4.0.0-alpha.15",
2727
"@jupyterlab/apputils": "~4.0.0-alpha.15",
@@ -52,8 +52,8 @@
5252
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.15",
5353
"@jupyterlab/fileeditor": "~4.0.0-alpha.15",
5454
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.15",
55-
"@jupyterlab/htmlviewer": "^4.0.0-alpha.15",
56-
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.15",
55+
"@jupyterlab/htmlviewer": "~4.0.0-alpha.15",
56+
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.15",
5757
"@jupyterlab/hub-extension": "~4.0.0-alpha.15",
5858
"@jupyterlab/javascript-extension": "~4.0.0-alpha.15",
5959
"@jupyterlab/json-extension": "~4.0.0-alpha.15",
@@ -107,17 +107,17 @@
107107
"yjs": "~13.5.41"
108108
},
109109
"dependencies": {
110-
"@jupyter-notebook/application": "^7.0.0-alpha.7",
111-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.7",
112-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.7",
113-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.7",
114-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.7",
115-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.7",
116-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.7",
117-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.7",
118-
"@jupyter-notebook/tree": "^7.0.0-alpha.7",
119-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.7",
120-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.7",
110+
"@jupyter-notebook/application": "^7.0.0-alpha.8",
111+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.8",
112+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.8",
113+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.8",
114+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.8",
115+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.8",
116+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.8",
117+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.8",
118+
"@jupyter-notebook/tree": "^7.0.0-alpha.8",
119+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.8",
120+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.8",
121121
"@jupyterlab/application-extension": "^4.0.0-alpha.15",
122122
"@jupyterlab/apputils-extension": "^4.0.0-alpha.15",
123123
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.15",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
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
@@ -4,7 +4,7 @@
44
from collections import namedtuple
55

66
# Use "hatch version xx.yy.zz" to handle version changes
7-
__version__ = "7.0.0a7"
7+
__version__ = "7.0.0a8"
88

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

packages/_metapackage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
3-
"version": "7.0.0-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"private": true,
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,8 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.7",
43-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.7",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.8",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.8",
4444
"@jupyterlab/application": "^4.0.0-alpha.15",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4646
"@jupyterlab/celltags": "^4.0.0-alpha.15",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
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-alpha.7",
3+
"version": "7.0.0-alpha.8",
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-alpha.7",
3+
"version": "7.0.0-alpha.8",
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-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.7",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.8",
4343
"@jupyterlab/application": "^4.0.0-alpha.15",
4444
"@jupyterlab/documentsearch": "^4.0.0-alpha.15",
4545
"@lumino/widgets": "^2.0.0-alpha.6"

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"description": "Jupyter Notebook - Help Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.7",
42+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.8",
4343
"@jupyterlab/application": "^4.0.0-alpha.15",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4545
"@jupyterlab/mainmenu": "^4.0.0-alpha.15",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
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-alpha.7",
46+
"@jupyter-notebook/application": "^7.0.0-alpha.8",
4747
"@jupyterlab/application": "^4.0.0-alpha.15",
4848
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4949
"@jupyterlab/coreutils": "^6.0.0-alpha.15",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"description": "Jupyter Notebook - Notebook Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.7",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.8",
4343
"@jupyterlab/application": "^4.0.0-alpha.15",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4545
"@jupyterlab/cells": "^4.0.0-alpha.15",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
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-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"description": "Jupyter Notebook - Tree Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,8 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.7",
43-
"@jupyter-notebook/tree": "^7.0.0-alpha.7",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.8",
43+
"@jupyter-notebook/tree": "^7.0.0-alpha.8",
4444
"@jupyterlab/application": "^4.0.0-alpha.15",
4545
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4646
"@jupyterlab/coreutils": "^6.0.0-alpha.15",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"description": "Jupyter Notebook - Tree",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,7 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42-
"@jupyter-notebook/application": "^7.0.0-alpha.7",
42+
"@jupyter-notebook/application": "^7.0.0-alpha.8",
4343
"@jupyterlab/application": "^4.0.0-alpha.15",
4444
"@jupyterlab/apputils": "^4.0.0-alpha.15",
4545
"@jupyterlab/coreutils": "^6.0.0-alpha.15",

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-alpha.7",
3+
"version": "7.0.0-alpha.8",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)