From 595265357541b90defe0e486e37aadeaf6e56364 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 16:38:29 +0000 Subject: [PATCH] Publish 7.0.0a4 SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.4.tgz: f065ff9cdeb8408c683d9194ea8b9ae0cf2ae93e06a1ed82d41f4f00ac2940f2 jupyter-notebook-application-extension-7.0.0-alpha.4.tgz: 8784fe4079a56930e0a1658a280e7e4e322d9a2127600986e21809753a241809 jupyter-notebook-console-extension-7.0.0-alpha.4.tgz: 70dff8115880928fd6b9f43668cd9d3887236c05cdb47332fe335444eb077db8 jupyter-notebook-docmanager-extension-7.0.0-alpha.4.tgz: 4f746dea0c5ab4b4c46329287496b4f8bb5bb934135e033a81ca28680cb88fa0 jupyter-notebook-documentsearch-extension-7.0.0-alpha.4.tgz: d0418f5ea16e6d20c0c13c2a0749d199837a3bd40a909a1e020522ea15a049f7 jupyter-notebook-help-extension-7.0.0-alpha.4.tgz: 8fda9a68ff66791965fc79e271d1a86be87e87bb898c519e6f8d74ac566a1d50 jupyter-notebook-lab-extension-7.0.0-alpha.4.tgz: 0b285afaacf5e9d05a5eae080d5e7fbecb00eb29cfd44b4238377f1036f4b997 jupyter-notebook-notebook-extension-7.0.0-alpha.4.tgz: 3d017d8293c5da24ba477d6ae03ca6133d7d1c08a43fa5e6ae2d9eb640d1622b jupyter-notebook-terminal-extension-7.0.0-alpha.4.tgz: 078c58b822fbc241a178b41a65ef30c8d8312cabb0042837873953e3de9d8ab9 jupyter-notebook-tree-extension-7.0.0-alpha.4.tgz: 68cb613cd758a67270d8eead4239c2199d1d3d34f99472b7d88320530f9befca jupyter-notebook-ui-components-7.0.0-alpha.4.tgz: 374ee1310fa1e48144f76becbc3daaeb1df8deea106b79388cbebb252a6480ea notebook-7.0.0a4-py3-none-any.whl: 7512f1b3751c3961bef759197601fcb2ef98e3ec00a186fd793fdac938d4332b notebook-7.0.0a4.tar.gz: 1c5c049cf14fc814d625dc23b4a52ccb4659d3b1f13acb5ff4f306ba65f90889 --- .bumpversion.cfg | 2 +- app/package.json | 42 +++++++++---------- buildutils/package.json | 2 +- notebook/_version.py | 2 +- packages/_metapackage/package.json | 2 +- packages/application-extension/package.json | 6 +-- packages/application/package.json | 2 +- packages/console-extension/package.json | 2 +- packages/docmanager-extension/package.json | 2 +- .../documentsearch-extension/package.json | 4 +- packages/help-extension/package.json | 4 +- packages/lab-extension/package.json | 4 +- packages/notebook-extension/package.json | 4 +- packages/terminal-extension/package.json | 2 +- packages/tree-extension/package.json | 4 +- packages/ui-components/package.json | 2 +- 16 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 79aa87a85b..3f95352712 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7, 0, 0, "alpha", 3 +current_version = 7, 0, 0, "alpha", 4 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \"(?P\S+)\"\,\ (?P\d+) diff --git a/app/package.json b/app/package.json index 2faa3a85f4..532d493253 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "private": true, "scripts": { "build": "webpack", @@ -11,16 +11,16 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyter-notebook/application": "~7.0.0-alpha.3", - "@jupyter-notebook/application-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/console-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/help-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.3", - "@jupyter-notebook/ui-components": "~7.0.0-alpha.3", + "@jupyter-notebook/application": "~7.0.0-alpha.4", + "@jupyter-notebook/application-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/console-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/help-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.4", + "@jupyter-notebook/ui-components": "~7.0.0-alpha.4", "@jupyterlab/application": "~4.0.0-alpha.10", "@jupyterlab/application-extension": "~4.0.0-alpha.10", "@jupyterlab/apputils": "~4.0.0-alpha.10", @@ -96,16 +96,16 @@ "yjs": "~13.5.38" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.3", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.3", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.3", + "@jupyter-notebook/application": "^7.0.0-alpha.4", + "@jupyter-notebook/application-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/console-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/help-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.4", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.4", "@jupyterlab/application-extension": "^4.0.0-alpha.10", "@jupyterlab/apputils-extension": "^4.0.0-alpha.10", "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.10", diff --git a/buildutils/package.json b/buildutils/package.json index 0c29be6b3d..795a217e86 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 2662c16f19..8473043316 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -6,7 +6,7 @@ VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(7, 0, 0, "alpha", 3) +version_info = VersionInfo(7, 0, 0, "alpha", 4) _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""} diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 64e70be5af..4336e3f2d3 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "private": true, "description": "Jupyter Notebook - Metapackage", "homepage": "https://github.com/jupyter/notebook", diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index b90ae91cc6..28f50249b0 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,8 +39,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.3", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.3", + "@jupyter-notebook/application": "^7.0.0-alpha.4", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.4", "@jupyterlab/application": "^4.0.0-alpha.10", "@jupyterlab/apputils": "^4.0.0-alpha.10", "@jupyterlab/celltags": "^4.0.0-alpha.10", diff --git a/packages/application/package.json b/packages/application/package.json index eec0d8cf8b..c537f9875d 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Application", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index 8446441fd1..7483d1cc61 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Console Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index dc62e8aa5b..41e09eb236 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Document Manager Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index e6c884562d..55247e5440 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.3", + "@jupyter-notebook/application": "^7.0.0-alpha.4", "@jupyterlab/application": "^4.0.0-alpha.10", "@jupyterlab/documentsearch": "^4.0.0-alpha.10", "@lumino/widgets": "^1.32.0" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index a00f3e586a..9b27282245 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/ui-components": "^7.0.0-alpha.3", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.4", "@jupyterlab/application": "^4.0.0-alpha.10", "@jupyterlab/apputils": "^4.0.0-alpha.10", "@jupyterlab/mainmenu": "^4.0.0-alpha.10", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 54bb97940b..759ae8465d 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Lab Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -43,7 +43,7 @@ "watch:src": "tsc -w" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.3", + "@jupyter-notebook/application": "^7.0.0-alpha.4", "@jupyterlab/application": "^4.0.0-alpha.10", "@jupyterlab/apputils": "^4.0.0-alpha.10", "@jupyterlab/coreutils": "^6.0.0-alpha.10", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 74ba595255..0ab180a57d 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.3", + "@jupyter-notebook/application": "^7.0.0-alpha.4", "@jupyterlab/application": "^4.0.0-alpha.10", "@jupyterlab/apputils": "^4.0.0-alpha.10", "@jupyterlab/cells": "^4.0.0-alpha.10", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 4f3fa8e53f..f6ccc4cc85 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Terminal Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index ca73f7cb8a..8e02e5aa5e 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,7 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.3", + "@jupyter-notebook/application": "^7.0.0-alpha.4", "@jupyterlab/application": "^4.0.0-alpha.10", "@jupyterlab/apputils": "^4.0.0-alpha.10", "@jupyterlab/coreutils": "^6.0.0-alpha.10", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index e81a7d211f..5f61707df0 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.0.0-alpha.3", + "version": "7.0.0-alpha.4", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": {