Skip to content

Commit

Permalink
Publish 7.0.0a6
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-notebook-application-7.0.0-alpha.6.tgz: 39d4c07db0c1036e25c27d0b550ab4a051ed34afea12fdb10dee934b3d7600a8

jupyter-notebook-application-extension-7.0.0-alpha.6.tgz: d540f85ab47d363e2ad56bb6787e974abe125987bc0b50893afec6e8f16ac5df

jupyter-notebook-console-extension-7.0.0-alpha.6.tgz: ff43cc82e57400d0041d08f7b920bb8d74a4ad9bcc122dbf4cafd828fa9680d6

jupyter-notebook-docmanager-extension-7.0.0-alpha.6.tgz: 9d36f4ac5a3a5a6c7ce36be123536a3f7cd80624b0c47e0ae2b0232a19d9c22c

jupyter-notebook-documentsearch-extension-7.0.0-alpha.6.tgz: d827f88797953a69818796b63cf492ff6ce12bdbbc07f76fff0bd1ac132be650

jupyter-notebook-help-extension-7.0.0-alpha.6.tgz: b6c9355881c370218b55cf4ca0d248000edd0d6c5a75aedf0f2c30d1e9b14b4c

jupyter-notebook-lab-extension-7.0.0-alpha.6.tgz: ddc1ea09c55f95b6e5808bda1642821af114773662453e4e284403b3da11b928

jupyter-notebook-notebook-extension-7.0.0-alpha.6.tgz: 74e4c5b041b44e42156ddc28ac1a46fd3032948072c18aef646e7f4884615cc5

jupyter-notebook-terminal-extension-7.0.0-alpha.6.tgz: 1d84a5b8738ffed21abaf3c7f18d23042cd14cf7378281c2b6dcd5c9c8fd1f21

jupyter-notebook-tree-7.0.0-alpha.6.tgz: f7f9ee3d3d023c7628a02eb79f2c5e0751a62f15f913b3b4e14334d495f303cc

jupyter-notebook-tree-extension-7.0.0-alpha.6.tgz: b20f220abde4dd8cee3dbdcdd61170b9cee7de51ae21216acfab726ca7bc0e14

jupyter-notebook-ui-components-7.0.0-alpha.6.tgz: 160910258096db6e946f56ebcb3e38ecbebd7e1cccda39304832882c7068afa0

notebook-7.0.0a6-py3-none-any.whl: d14aa27898539cfafa89dc9d13514f7a6a60a22aebd84ca2c272e2f5e8c99ec4

notebook-7.0.0a6.tar.gz: 58122375abddaff5a8bb7e83402857f26d2801a836a0703714d5223be14a094e
  • Loading branch information
github-actions[bot] committed Oct 3, 2022
1 parent 45456cd commit e8e0f8f
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 47 deletions.
46 changes: 23 additions & 23 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -11,17 +11,17 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.5",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/tree": "~7.0.0-alpha.5",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.5",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.5",
"@jupyter-notebook/application": "~7.0.0-alpha.6",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/tree": "~7.0.0-alpha.6",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.6",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.6",
"@jupyterlab/application": "~4.0.0-alpha.14",
"@jupyterlab/application-extension": "~4.0.0-alpha.14",
"@jupyterlab/apputils": "~4.0.0-alpha.14",
Expand Down Expand Up @@ -99,17 +99,17 @@
"yjs": "~13.5.41"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/tree": "^7.0.0-alpha.5",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.5",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.5",
"@jupyter-notebook/application": "^7.0.0-alpha.6",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/tree": "^7.0.0-alpha.6",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.6",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.6",
"@jupyterlab/application-extension": "^4.0.0-alpha.14",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.14",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.14",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"private": true,
"description": "Jupyter Notebook - Build Utilities",
"homepage": "https://github.com/jupyter/notebook",
Expand Down
2 changes: 1 addition & 1 deletion notebook/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections import namedtuple

# Use "hatch version xx.yy.zz" to handle version changes
__version__ = "7.0.0a5"
__version__ = "7.0.0a6"

# PEP440 version parser
_version_regex = re.compile(
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": "@jupyter-notebook/metapackage",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
Expand Down
6 changes: 3 additions & 3 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.5",
"@jupyter-notebook/application": "^7.0.0-alpha.6",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0-alpha.14",
"@jupyterlab/apputils": "^4.0.0-alpha.14",
"@jupyterlab/celltags": "^4.0.0-alpha.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/documentsearch-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyter-notebook/application": "^7.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0-alpha.14",
"@jupyterlab/documentsearch": "^4.0.0-alpha.14",
"@lumino/widgets": "^2.0.0-alpha.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/help-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.0.0-alpha.5",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0-alpha.14",
"@jupyterlab/apputils": "^4.0.0-alpha.14",
"@jupyterlab/mainmenu": "^4.0.0-alpha.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Lab Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyter-notebook/application": "^7.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0-alpha.14",
"@jupyterlab/apputils": "^4.0.0-alpha.14",
"@jupyterlab/coreutils": "^6.0.0-alpha.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyter-notebook/application": "^7.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0-alpha.14",
"@jupyterlab/apputils": "^4.0.0-alpha.14",
"@jupyterlab/cells": "^4.0.0-alpha.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyter-notebook/tree": "^7.0.0-alpha.5",
"@jupyter-notebook/application": "^7.0.0-alpha.6",
"@jupyter-notebook/tree": "^7.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0-alpha.14",
"@jupyterlab/apputils": "^4.0.0-alpha.14",
"@jupyterlab/coreutils": "^6.0.0-alpha.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - Tree",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.5",
"@jupyter-notebook/application": "^7.0.0-alpha.6",
"@jupyterlab/application": "^4.0.0-alpha.14",
"@jupyterlab/apputils": "^4.0.0-alpha.14",
"@jupyterlab/coreutils": "^6.0.0-alpha.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down

0 comments on commit e8e0f8f

Please sign in to comment.