From 479dd42f418b5c97768dd5cc373fd4806e4e1ac1 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:18:25 +0000 Subject: [PATCH] Publish 7.0.0a1 SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.1.tgz: aa3f2c6f8736bb07784ad3b42cbe1c81c07e5dab90800a6053448f386b127495 jupyter-notebook-application-extension-7.0.0-alpha.1.tgz: 18acd0b6ac210c7f11a67dd19fd1dc1e89e5aa8140d8392ea60f9f1c35d5101e jupyter-notebook-console-extension-7.0.0-alpha.1.tgz: 84e05ccf0a8e1e9aa810e12687bc7a24295a9c00bccd6b55d5345fab3def2589 jupyter-notebook-docmanager-extension-7.0.0-alpha.1.tgz: 23ced746e4ec74f3aac6b917828b4397e9cafdb1dd91c9dcaf3a160a1aa6327f jupyter-notebook-documentsearch-extension-7.0.0-alpha.1.tgz: f24361bf2164e82df55f13ad506fc4fed773d7b39d83711534c85cc17f8e4cb1 jupyter-notebook-help-extension-7.0.0-alpha.1.tgz: a99f5a1d06006e10fac9e63dae21f6f96e18c8c6a6602fd6d9d442823f81872d jupyter-notebook-lab-extension-7.0.0-alpha.1.tgz: 68a9eccb1cbba8d206f5d1a5ca6b1d5efdc3857b3e82b58d85bfdedb5302d87c jupyter-notebook-notebook-extension-7.0.0-alpha.1.tgz: 08e741da2799aeceb5f0dc03d2b56e7d8d94a2e4dce6a7688fb3bdcf389ce7aa jupyter-notebook-terminal-extension-7.0.0-alpha.1.tgz: e227480e709b6730b7673ceaf0e214d5966c6b5c5d5a32c252ee89a9d8330d05 jupyter-notebook-tree-extension-7.0.0-alpha.1.tgz: 45e6335bf39bb4d2077e9a91d39ded1032691b3794b8997fb3f431a2bb2a43c0 jupyter-notebook-ui-components-7.0.0-alpha.1.tgz: 160f5c067d5abd83abbc15074d8871a3aaec9fed9bcc7c8d4ec543e8a517e5ad notebook-7.0.0a1-py3-none-any.whl: 830da9ad4d52a3acd979dc9b6d9ab221191bb76b1c58f25049dd81955c3c31a3 notebook-7.0.0a1.tar.gz: 3a01449eda92ce6cfeeba357d20b10774d8b19e93e6a46a9153bd8687abe3903 --- .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 | 8 ++-- packages/application/package.json | 2 +- packages/console-extension/package.json | 2 +- packages/docmanager-extension/package.json | 2 +- .../documentsearch-extension/package.json | 6 +-- packages/help-extension/package.json | 6 +-- packages/lab-extension/package.json | 6 +-- packages/notebook-extension/package.json | 6 +-- packages/terminal-extension/package.json | 2 +- packages/tree-extension/package.json | 6 +-- packages/ui-components/package.json | 2 +- 16 files changed, 51 insertions(+), 51 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 54c50538da..cb4c64804d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,14 +1,14 @@ [bumpversion] -current_version = 7, 0, 0, 'alpha', 0 +current_version = 7, 0, 0, 'alpha', 1 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 17bcaa368d..6359c9ddd8 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "private": true, "scripts": { "build": "webpack", @@ -11,16 +11,16 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyter-notebook/application": "~7.0.0-alpha.0", - "@jupyter-notebook/application-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/console-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/help-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.0", - "@jupyter-notebook/ui-components": "~7.0.0-alpha.0", + "@jupyter-notebook/application": "~7.0.0-alpha.1", + "@jupyter-notebook/application-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/console-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/help-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.1", + "@jupyter-notebook/ui-components": "~7.0.0-alpha.1", "@jupyterlab/application": "~4.0.0-alpha.5", "@jupyterlab/application-extension": "~4.0.0-alpha.5", "@jupyterlab/apputils": "~4.0.0-alpha.5", @@ -93,16 +93,16 @@ "yjs": "~13.5.27" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.0", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.0", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.0", + "@jupyter-notebook/application": "^7.0.0-alpha.1", + "@jupyter-notebook/application-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/console-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/help-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.1", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.1", "@jupyterlab/application-extension": "^4.0.0-alpha.5", "@jupyterlab/apputils-extension": "^4.0.0-alpha.5", "@jupyterlab/celltags": "^4.0.0-alpha.5", diff --git a/buildutils/package.json b/buildutils/package.json index cf3904c08f..91a4afb83d 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 39aaed6571..ea01c89af5 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -12,7 +12,7 @@ ]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(7, 0, 0, 'alpha', 0) +version_info = VersionInfo(7, 0, 0, 'alpha', 1) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 250ca4e699..273546b70f 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter-notebook/metapackage", "private": true, - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Metapackage", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index db3eda4ceb..ff00d6cdb3 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.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,6 +39,8 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/celltags": "^4.0.0-alpha.5", @@ -53,9 +55,7 @@ "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/coreutils": "^1.12.0", "@lumino/disposable": "^1.10.1", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/application/package.json b/packages/application/package.json index 7172558f50..f06197a53b 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "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 7d9b83fa3b..7374d70d36 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.0", + "version": "7.0.0-alpha.1", "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 061e4223c1..c9d53ddc4f 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.0", + "version": "7.0.0-alpha.1", "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 5a71df94e6..954d012118 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.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,10 +39,10 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.4", "@jupyterlab/documentsearch": "^4.0.0-alpha.4", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 0faa007f4e..d8e4d8fb3b 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.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,11 +39,11 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/ui-components": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/mainmenu": "^4.0.0-alpha.5", - "@jupyterlab/translation": "^4.0.0-alpha.4", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.0" + "@jupyterlab/translation": "^4.0.0-alpha.4" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index fc315e167f..45b2d878f9 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.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Lab Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -43,6 +43,7 @@ "watch:src": "tsc -w" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/coreutils": "^6.0.0-alpha.5", @@ -51,8 +52,7 @@ "@jupyterlab/notebook": "^4.0.0-alpha.5", "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/commands": "^1.20.0", - "@lumino/disposable": "^1.10.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/disposable": "^1.10.1" }, "devDependencies": { "@jupyterlab/builder": "^4.0.0-alpha.5", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index d2f2cd8c04..4c6ea80308 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.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,6 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/cells": "^4.0.0-alpha.5", @@ -47,8 +48,7 @@ "@jupyterlab/settingregistry": "^4.0.0-alpha.5", "@jupyterlab/translation": "^4.0.0-alpha.4", "@lumino/polling": "^1.10.0", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index fddd643da2..8454acd397 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.0", + "version": "7.0.0-alpha.1", "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 46eec7831d..3c90172007 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.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -39,6 +39,7 @@ "watch": "tsc -b --watch" }, "dependencies": { + "@jupyter-notebook/application": "^7.0.0-alpha.1", "@jupyterlab/application": "^4.0.0-alpha.5", "@jupyterlab/apputils": "^4.0.0-alpha.5", "@jupyterlab/coreutils": "^6.0.0-alpha.5", @@ -52,8 +53,7 @@ "@jupyterlab/ui-components": "^4.0.0-alpha.19", "@lumino/algorithm": "^1.9.1", "@lumino/commands": "^1.20.0", - "@lumino/widgets": "^1.31.1", - "@jupyter-notebook/application": "^7.0.0-alpha.0" + "@lumino/widgets": "^1.31.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 94dab30474..7d1a3c1d54 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.0", + "version": "7.0.0-alpha.1", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": {