From 559dd391bbe3d05983053d67bf1114de5da3a8ae Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 02:23:33 +0000 Subject: [PATCH] Publish 7.0.0a5 SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.5.tgz: aa4c1531d357d670f300f197b4ae1624d2a534e454a4bf9a2ac27d7ff768b4d0 jupyter-notebook-application-extension-7.0.0-alpha.5.tgz: 2c80f2182f6456f181903acf2a9d4c44bd37cd48e9b3786b02e3faee725415b3 jupyter-notebook-console-extension-7.0.0-alpha.5.tgz: f32630c650da09c9e3d0f7cf631479c5a2263f20e5bfad447acca5fed53334f3 jupyter-notebook-docmanager-extension-7.0.0-alpha.5.tgz: 329692008393257decc57ae3389f02a96bb452fbaf793c5bcd9f3419de81c473 jupyter-notebook-documentsearch-extension-7.0.0-alpha.5.tgz: 4c8c704407924e577a3a67e5f552dc7ae7d1c62e5c28d566284a49dba484da54 jupyter-notebook-help-extension-7.0.0-alpha.5.tgz: 4785a77cb86c2faeae1fda4b6a1a0d0bced61f3085a0b4e92646953073cf3511 jupyter-notebook-lab-extension-7.0.0-alpha.5.tgz: e0ecbcc914712f5140b671e7e381e746296f955f4ab523b590003b9e7679fe1a jupyter-notebook-notebook-extension-7.0.0-alpha.5.tgz: 5b0b33c817ca292c92bf955bc990b22a5137ef6a42c1ff5e535c682dfdc0ece1 jupyter-notebook-terminal-extension-7.0.0-alpha.5.tgz: 2bc9e15170ab1277784333accb8db4a077044a53653f341484c9b5ec1746f35c jupyter-notebook-tree-extension-7.0.0-alpha.5.tgz: bbcc9050d0501edc47af3d9d6b28d941a60a08ff0fcefc38441ce0b274548ee8 jupyter-notebook-ui-components-7.0.0-alpha.5.tgz: 67bf33d48e49efb7d8b989cd4ffa5764de639c67bd2b6e17c7f12f5b50197638 notebook-7.0.0a5-py3-none-any.whl: e5e9768d8760d828df2e57ce37fa44a408021572bde74273a095cd1ce564eed8 notebook-7.0.0a5.tar.gz: 26f62bcc43e3dc692f9d12d5fe6a0e183d8e5d7176db1d53b00a13f872a9f9da --- .bumpversion.cfg | 6 +-- 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, 45 insertions(+), 45 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a49339f75f..d0bb6b90a9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,14 +1,14 @@ [bumpversion] -current_version = 7, 0, 0, "alpha", 4 +current_version = 7, 0, 0, "alpha", 5 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \"(?P\S+)\"\,\ (?P\d+) -serialize = +serialize = {major}, {minor}, {patch}, "{release}", {build} [bumpversion:part:release] optional_value = final -values = +values = alpha beta candidate diff --git a/app/package.json b/app/package.json index 532d493253..46c7bd354f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "private": true, "scripts": { "build": "webpack", @@ -11,16 +11,16 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@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", + "@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-extension": "~7.0.0-alpha.5", + "@jupyter-notebook/ui-components": "~7.0.0-alpha.5", "@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.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", + "@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-extension": "^7.0.0-alpha.5", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.5", "@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 795a217e86..9c0328426d 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 8473043316..2633268e3b 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", 4) +version_info = VersionInfo(7, 0, 0, "alpha", 5) _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""} diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 4336e3f2d3..02693ac6f1 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "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 28f50249b0..2e0e14b23c 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.4", + "version": "7.0.0-alpha.5", "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.4", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.4", + "@jupyter-notebook/application": "^7.0.0-alpha.5", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.5", "@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 c537f9875d..52df1187ee 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.5", "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 7483d1cc61..a41cbe283f 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.4", + "version": "7.0.0-alpha.5", "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 41e09eb236..08ae7d70b9 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.4", + "version": "7.0.0-alpha.5", "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 55247e5440..6661e6ff47 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.4", + "version": "7.0.0-alpha.5", "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.4", + "@jupyter-notebook/application": "^7.0.0-alpha.5", "@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 9b27282245..bef2b692e8 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.4", + "version": "7.0.0-alpha.5", "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.4", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.5", "@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 759ae8465d..ed3d11451b 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.4", + "version": "7.0.0-alpha.5", "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.4", + "@jupyter-notebook/application": "^7.0.0-alpha.5", "@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 0ab180a57d..9518693dad 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.4", + "version": "7.0.0-alpha.5", "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.4", + "@jupyter-notebook/application": "^7.0.0-alpha.5", "@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 f6ccc4cc85..95d0055fa0 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.4", + "version": "7.0.0-alpha.5", "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 8e02e5aa5e..2187b0e209 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.4", + "version": "7.0.0-alpha.5", "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.4", + "@jupyter-notebook/application": "^7.0.0-alpha.5", "@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 5f61707df0..e268bc5271 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.4", + "version": "7.0.0-alpha.5", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": {