From 9c70c1367e0895eadb677fa9543d2d31ffb24a48 Mon Sep 17 00:00:00 2001 From: jtpio Date: Fri, 31 May 2024 13:24:37 +0000 Subject: [PATCH] Publish 7.3.0a0 SHA256 hashes: jupyter-notebook-application-7.3.0-alpha.0.tgz: 76bfae1133584d8bf7661754a8f03b38562db7c559cde9622044a2ef0b0c36d6 jupyter-notebook-application-extension-7.3.0-alpha.0.tgz: 78fa8e0f43c1a52e0142a147b8a6ed1fd877d1d944167b1eec648c1247d39d82 jupyter-notebook-console-extension-7.3.0-alpha.0.tgz: f445537ad3520b5edd077d3bf3177090d66fd85650c0eb83bd4d2c8ea2dfb5c0 jupyter-notebook-docmanager-extension-7.3.0-alpha.0.tgz: 6451b13f0dcbad7f0aeef5bbf1d86aad02a8393ba0d911dc93fe89b254d1ac39 jupyter-notebook-documentsearch-extension-7.3.0-alpha.0.tgz: fad0b3c2fa42f443ebb65f955642e98842db113cdfc4c1d5c02637e9c31721b4 jupyter-notebook-help-extension-7.3.0-alpha.0.tgz: f99394744eb9e2abedaa9325fa055519adcb5ad2809f7b94a903a2a7e42e2c46 jupyter-notebook-lab-extension-7.3.0-alpha.0.tgz: f78e839c6008a179a9939e1c0d0fe25d4bda04ecfd240a8be8ba601658732541 jupyter-notebook-notebook-extension-7.3.0-alpha.0.tgz: b36f49531f0e9692baadaf8850de12fc04e6baf2b3faa25922e5e798226051aa jupyter-notebook-terminal-extension-7.3.0-alpha.0.tgz: a822fb548f713ecac49f4fcf5dec978cd8504c7586924be64bfe8985dc95dfc4 jupyter-notebook-tree-7.3.0-alpha.0.tgz: d49f38c6324b74fb898dd8e20d6dae9aae4ca637fa3f8ba91b706853ef521966 jupyter-notebook-tree-extension-7.3.0-alpha.0.tgz: c2c068b75e7ac44f06e59aeb7d967099e2431c225424d656246bec4bd9e43a18 jupyter-notebook-ui-components-7.3.0-alpha.0.tgz: 5aded24d52c90869f4d1f5e887a542318963dccbd460f5e2563deb131e2a8531 notebook-7.3.0a0-py3-none-any.whl: 88aa0deb4b59521c673c13c45591fbb8df09f66ad109a688d87a70d809a9af39 notebook-7.3.0a0.tar.gz: c390daba5d0c307b05b18cb9a5d4417e73525a0d9a0e353d598c5c6aefe49218 --- CHANGELOG.md | 33 ++- app/package.json | 204 +++++++++--------- buildutils/package.json | 2 +- notebook/_version.py | 2 +- packages/_metapackage/package.json | 26 +-- packages/application-extension/package.json | 6 +- packages/application/package.json | 2 +- packages/console-extension/package.json | 4 +- packages/docmanager-extension/package.json | 4 +- .../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 | 4 +- packages/tree-extension/package.json | 6 +- packages/tree/package.json | 4 +- packages/ui-components/package.json | 2 +- yarn.lock | 94 ++++---- 18 files changed, 219 insertions(+), 190 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72126b4680..1d042c7449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,37 @@ A new theme, JupyterLab Dark High Contrast, which is intended to benefit users w +## 7.3.0a0 + +([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.0...1a03b9d8e502f8177684e39d7b627bed1c772bb2)) + +### Enhancements made + +- Support custom page_data_hook function [#7387](https://github.com/jupyter/notebook/pull/7387) ([@bluestealth](https://github.com/bluestealth)) +- Add missing "Open..." file menu [#7385](https://github.com/jupyter/notebook/pull/7385) ([@martinRenou](https://github.com/martinRenou)) +- Duplicate notebook menu option [#7374](https://github.com/jupyter/notebook/pull/7374) ([@JasonWeill](https://github.com/JasonWeill)) + +### Bugs fixed + +- "Close and Shut Down Notebook" shuts down without the confirmation dialog [#7384](https://github.com/jupyter/notebook/pull/7384) ([@JasonWeill](https://github.com/JasonWeill)) +- Adds message about building code before running 'develop' [#7382](https://github.com/jupyter/notebook/pull/7382) ([@JasonWeill](https://github.com/JasonWeill)) + +### Maintenance and upkeep improvements + +- Update to JupyterLab 4.3.0a0 [#7378](https://github.com/jupyter/notebook/pull/7378) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Adds message about building code before running 'develop' [#7382](https://github.com/jupyter/notebook/pull/7382) ([@JasonWeill](https://github.com/JasonWeill)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-05-16&to=2024-05-31&type=c)) + +[@bluestealth](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abluestealth+updated%3A2024-05-16..2024-05-31&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-05-16..2024-05-31&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-05-16..2024-05-31&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-05-16..2024-05-31&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AmartinRenou+updated%3A2024-05-16..2024-05-31&type=Issues) + + + ## 7.2.0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...31bf294e85175bbf39816a90dc8858dedaf73bde)) @@ -82,8 +113,6 @@ A new theme, JupyterLab Dark High Contrast, which is intended to benefit users w [@afeld](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafeld+updated%3A2024-03-14..2024-05-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-05-16&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2024-03-14..2024-05-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-05-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-14..2024-05-16&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-03-14..2024-05-16&type=Issues) | [@takluyver](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atakluyver+updated%3A2024-03-14..2024-05-16&type=Issues) - - ## 7.2.0rc1 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.2.0rc0...f5d8aea3bdc3eea25213792f9d101738f2a1f627)) diff --git a/app/package.json b/app/package.json index bd495cea25..2006d62070 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "private": true, "scripts": { "build": "webpack", @@ -11,97 +11,97 @@ }, "resolutions": { "@codemirror/state": "~6.4.1", - "@codemirror/view": "~6.26.1", - "@jupyter-notebook/application": "~7.2.0", - "@jupyter-notebook/application-extension": "~7.2.0", - "@jupyter-notebook/console-extension": "~7.2.0", - "@jupyter-notebook/docmanager-extension": "~7.2.0", - "@jupyter-notebook/documentsearch-extension": "~7.2.0", - "@jupyter-notebook/help-extension": "~7.2.0", - "@jupyter-notebook/notebook-extension": "~7.2.0", - "@jupyter-notebook/terminal-extension": "~7.2.0", - "@jupyter-notebook/tree": "~7.2.0", - "@jupyter-notebook/tree-extension": "~7.2.0", - "@jupyter-notebook/ui-components": "~7.2.0", + "@codemirror/view": "~6.26.3", + "@jupyter-notebook/application": "~7.3.0-alpha.0", + "@jupyter-notebook/application-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/console-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/docmanager-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/documentsearch-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/help-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/notebook-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/terminal-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/tree": "~7.3.0-alpha.0", + "@jupyter-notebook/tree-extension": "~7.3.0-alpha.0", + "@jupyter-notebook/ui-components": "~7.3.0-alpha.0", "@jupyter/ydoc": "~2.0.1", - "@jupyterlab/application": "~4.2.0", - "@jupyterlab/application-extension": "~4.2.0", - "@jupyterlab/apputils": "~4.3.0", - "@jupyterlab/apputils-extension": "~4.2.0", - "@jupyterlab/attachments": "~4.2.0", - "@jupyterlab/cell-toolbar": "~4.2.0", - "@jupyterlab/cell-toolbar-extension": "~4.2.0", - "@jupyterlab/celltags-extension": "~4.2.0", - "@jupyterlab/codeeditor": "~4.2.0", - "@jupyterlab/codemirror": "~4.2.0", - "@jupyterlab/codemirror-extension": "~4.2.0", - "@jupyterlab/completer": "~4.2.0", - "@jupyterlab/completer-extension": "~4.2.0", - "@jupyterlab/console": "~4.2.0", - "@jupyterlab/console-extension": "~4.2.0", - "@jupyterlab/coreutils": "~6.2.0", - "@jupyterlab/csvviewer-extension": "~4.2.0", - "@jupyterlab/debugger": "~4.2.0", - "@jupyterlab/debugger-extension": "~4.2.0", - "@jupyterlab/docmanager": "~4.2.0", - "@jupyterlab/docmanager-extension": "~4.2.0", - "@jupyterlab/documentsearch": "~4.2.0", - "@jupyterlab/documentsearch-extension": "~4.2.0", - "@jupyterlab/extensionmanager": "~4.2.0", - "@jupyterlab/extensionmanager-extension": "~4.2.0", - "@jupyterlab/filebrowser": "~4.2.0", - "@jupyterlab/filebrowser-extension": "~4.2.0", - "@jupyterlab/fileeditor": "~4.2.0", - "@jupyterlab/fileeditor-extension": "~4.2.0", - "@jupyterlab/help-extension": "~4.2.0", - "@jupyterlab/htmlviewer": "~4.2.0", - "@jupyterlab/htmlviewer-extension": "~4.2.0", - "@jupyterlab/hub-extension": "~4.2.0", - "@jupyterlab/imageviewer": "~4.2.0", - "@jupyterlab/imageviewer-extension": "~4.2.0", - "@jupyterlab/javascript-extension": "~4.2.0", - "@jupyterlab/json-extension": "~4.2.0", - "@jupyterlab/lsp": "~4.2.0", - "@jupyterlab/lsp-extension": "~4.2.0", - "@jupyterlab/mainmenu": "~4.2.0", - "@jupyterlab/mainmenu-extension": "~4.2.0", - "@jupyterlab/markdownviewer": "~4.2.0", - "@jupyterlab/markdownviewer-extension": "~4.2.0", - "@jupyterlab/markedparser-extension": "~4.2.0", - "@jupyterlab/mathjax-extension": "~4.2.0", - "@jupyterlab/mermaid": "~4.2.0", - "@jupyterlab/mermaid-extension": "~4.2.0", - "@jupyterlab/metadataform": "~4.2.0", - "@jupyterlab/metadataform-extension": "~4.2.0", - "@jupyterlab/notebook": "~4.2.0", - "@jupyterlab/notebook-extension": "~4.2.0", - "@jupyterlab/observables": "~5.2.0", - "@jupyterlab/outputarea": "~4.2.0", - "@jupyterlab/pdf-extension": "~4.2.0", - "@jupyterlab/pluginmanager-extension": "~4.2.0", - "@jupyterlab/rendermime": "~4.2.0", - "@jupyterlab/rendermime-interfaces": "~3.10.0", - "@jupyterlab/running-extension": "~4.2.0", - "@jupyterlab/services": "~7.2.0", - "@jupyterlab/settingeditor": "~4.2.0", - "@jupyterlab/settingeditor-extension": "~4.2.0", - "@jupyterlab/settingregistry": "~4.2.0", - "@jupyterlab/shortcuts-extension": "~5.0.0", - "@jupyterlab/statedb": "~4.2.0", - "@jupyterlab/statusbar": "~4.2.0", - "@jupyterlab/terminal": "~4.2.0", - "@jupyterlab/terminal-extension": "~4.2.0", - "@jupyterlab/theme-dark-extension": "~4.2.0", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.2.0", - "@jupyterlab/theme-light-extension": "~4.2.0", - "@jupyterlab/toc-extension": "~6.2.0", - "@jupyterlab/tooltip": "~4.2.0", - "@jupyterlab/tooltip-extension": "~4.2.0", - "@jupyterlab/translation": "~4.2.0", - "@jupyterlab/translation-extension": "~4.2.0", - "@jupyterlab/ui-components": "~4.2.0", - "@jupyterlab/ui-components-extension": "~4.2.0", - "@jupyterlab/vega5-extension": "~4.2.0", + "@jupyterlab/application": "~4.3.0-alpha.0", + "@jupyterlab/application-extension": "~4.3.0-alpha.0", + "@jupyterlab/apputils": "~4.4.0-alpha.0", + "@jupyterlab/apputils-extension": "~4.3.0-alpha.0", + "@jupyterlab/attachments": "~4.3.0-alpha.0", + "@jupyterlab/cell-toolbar": "~4.3.0-alpha.0", + "@jupyterlab/cell-toolbar-extension": "~4.3.0-alpha.0", + "@jupyterlab/celltags-extension": "~4.3.0-alpha.0", + "@jupyterlab/codeeditor": "~4.3.0-alpha.0", + "@jupyterlab/codemirror": "~4.3.0-alpha.0", + "@jupyterlab/codemirror-extension": "~4.3.0-alpha.0", + "@jupyterlab/completer": "~4.3.0-alpha.0", + "@jupyterlab/completer-extension": "~4.3.0-alpha.0", + "@jupyterlab/console": "~4.3.0-alpha.0", + "@jupyterlab/console-extension": "~4.3.0-alpha.0", + "@jupyterlab/coreutils": "~6.3.0-alpha.0", + "@jupyterlab/csvviewer-extension": "~4.3.0-alpha.0", + "@jupyterlab/debugger": "~4.3.0-alpha.0", + "@jupyterlab/debugger-extension": "~4.3.0-alpha.0", + "@jupyterlab/docmanager": "~4.3.0-alpha.0", + "@jupyterlab/docmanager-extension": "~4.3.0-alpha.0", + "@jupyterlab/documentsearch": "~4.3.0-alpha.0", + "@jupyterlab/documentsearch-extension": "~4.3.0-alpha.0", + "@jupyterlab/extensionmanager": "~4.3.0-alpha.0", + "@jupyterlab/extensionmanager-extension": "~4.3.0-alpha.0", + "@jupyterlab/filebrowser": "~4.3.0-alpha.0", + "@jupyterlab/filebrowser-extension": "~4.3.0-alpha.0", + "@jupyterlab/fileeditor": "~4.3.0-alpha.0", + "@jupyterlab/fileeditor-extension": "~4.3.0-alpha.0", + "@jupyterlab/help-extension": "~4.3.0-alpha.0", + "@jupyterlab/htmlviewer": "~4.3.0-alpha.0", + "@jupyterlab/htmlviewer-extension": "~4.3.0-alpha.0", + "@jupyterlab/hub-extension": "~4.3.0-alpha.0", + "@jupyterlab/imageviewer": "~4.3.0-alpha.0", + "@jupyterlab/imageviewer-extension": "~4.3.0-alpha.0", + "@jupyterlab/javascript-extension": "~4.3.0-alpha.0", + "@jupyterlab/json-extension": "~4.3.0-alpha.0", + "@jupyterlab/lsp": "~4.3.0-alpha.0", + "@jupyterlab/lsp-extension": "~4.3.0-alpha.0", + "@jupyterlab/mainmenu": "~4.3.0-alpha.0", + "@jupyterlab/mainmenu-extension": "~4.3.0-alpha.0", + "@jupyterlab/markdownviewer": "~4.3.0-alpha.0", + "@jupyterlab/markdownviewer-extension": "~4.3.0-alpha.0", + "@jupyterlab/markedparser-extension": "~4.3.0-alpha.0", + "@jupyterlab/mathjax-extension": "~4.3.0-alpha.0", + "@jupyterlab/mermaid": "~4.3.0-alpha.0", + "@jupyterlab/mermaid-extension": "~4.3.0-alpha.0", + "@jupyterlab/metadataform": "~4.3.0-alpha.0", + "@jupyterlab/metadataform-extension": "~4.3.0-alpha.0", + "@jupyterlab/notebook": "~4.3.0-alpha.0", + "@jupyterlab/notebook-extension": "~4.3.0-alpha.0", + "@jupyterlab/observables": "~5.3.0-alpha.0", + "@jupyterlab/outputarea": "~4.3.0-alpha.0", + "@jupyterlab/pdf-extension": "~4.3.0-alpha.0", + "@jupyterlab/pluginmanager-extension": "~4.3.0-alpha.0", + "@jupyterlab/rendermime": "~4.3.0-alpha.0", + "@jupyterlab/rendermime-interfaces": "~3.11.0-alpha.0", + "@jupyterlab/running-extension": "~4.3.0-alpha.0", + "@jupyterlab/services": "~7.3.0-alpha.0", + "@jupyterlab/settingeditor": "~4.3.0-alpha.0", + "@jupyterlab/settingeditor-extension": "~4.3.0-alpha.0", + "@jupyterlab/settingregistry": "~4.3.0-alpha.0", + "@jupyterlab/shortcuts-extension": "~5.1.0-alpha.0", + "@jupyterlab/statedb": "~4.3.0-alpha.0", + "@jupyterlab/statusbar": "~4.3.0-alpha.0", + "@jupyterlab/terminal": "~4.3.0-alpha.0", + "@jupyterlab/terminal-extension": "~4.3.0-alpha.0", + "@jupyterlab/theme-dark-extension": "~4.3.0-alpha.0", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.0-alpha.0", + "@jupyterlab/theme-light-extension": "~4.3.0-alpha.0", + "@jupyterlab/toc-extension": "~6.3.0-alpha.0", + "@jupyterlab/tooltip": "~4.3.0-alpha.0", + "@jupyterlab/tooltip-extension": "~4.3.0-alpha.0", + "@jupyterlab/translation": "~4.3.0-alpha.0", + "@jupyterlab/translation-extension": "~4.3.0-alpha.0", + "@jupyterlab/ui-components": "~4.3.0-alpha.0", + "@jupyterlab/ui-components-extension": "~4.3.0-alpha.0", + "@jupyterlab/vega5-extension": "~4.3.0-alpha.0", "@lezer/common": "~1.2.1", "@lezer/highlight": "~1.2.0", "@lumino/algorithm": "~2.0.1", @@ -121,17 +121,17 @@ "yjs": "~13.6.8" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", - "@jupyter-notebook/application-extension": "^7.2.0", - "@jupyter-notebook/console-extension": "^7.2.0", - "@jupyter-notebook/docmanager-extension": "^7.2.0", - "@jupyter-notebook/documentsearch-extension": "^7.2.0", - "@jupyter-notebook/help-extension": "^7.2.0", - "@jupyter-notebook/notebook-extension": "^7.2.0", - "@jupyter-notebook/terminal-extension": "^7.2.0", - "@jupyter-notebook/tree": "^7.2.0", - "@jupyter-notebook/tree-extension": "^7.2.0", - "@jupyter-notebook/ui-components": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", + "@jupyter-notebook/application-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/console-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/docmanager-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/documentsearch-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/help-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/notebook-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/terminal-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/tree": "^7.3.0-alpha.0", + "@jupyter-notebook/tree-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/ui-components": "^7.3.0-alpha.0", "@jupyterlab/application-extension": "~4.3.0-alpha.0", "@jupyterlab/apputils-extension": "~4.3.0-alpha.0", "@jupyterlab/attachments": "~4.3.0-alpha.0", diff --git a/buildutils/package.json b/buildutils/package.json index 0f544a2dba..520be8279c 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 3a39283adc..6fcc1d3368 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -5,7 +5,7 @@ from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "7.2.0" +__version__ = "7.3.0a0" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 288ed37c51..f57854fb2a 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "private": true, "description": "Jupyter Notebook - Metapackage", "homepage": "https://github.com/jupyter/notebook", @@ -20,18 +20,18 @@ "watch": "tsc -b -w --preserveWatchOutput" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", - "@jupyter-notebook/application-extension": "^7.2.0", - "@jupyter-notebook/console-extension": "^7.2.0", - "@jupyter-notebook/docmanager-extension": "^7.2.0", - "@jupyter-notebook/documentsearch-extension": "^7.2.0", - "@jupyter-notebook/help-extension": "^7.2.0", - "@jupyter-notebook/lab-extension": "^7.2.0", - "@jupyter-notebook/notebook-extension": "^7.2.0", - "@jupyter-notebook/terminal-extension": "^7.2.0", - "@jupyter-notebook/tree": "^7.2.0", - "@jupyter-notebook/tree-extension": "^7.2.0", - "@jupyter-notebook/ui-components": "^7.2.0" + "@jupyter-notebook/application": "^7.3.0-alpha.0", + "@jupyter-notebook/application-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/console-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/docmanager-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/documentsearch-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/help-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/lab-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/notebook-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/terminal-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/tree": "^7.3.0-alpha.0", + "@jupyter-notebook/tree-extension": "^7.3.0-alpha.0", + "@jupyter-notebook/ui-components": "^7.3.0-alpha.0" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index bef9eea318..3efe945bdb 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", - "@jupyter-notebook/ui-components": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", + "@jupyter-notebook/ui-components": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/apputils": "~4.4.0-alpha.0", "@jupyterlab/codeeditor": "~4.3.0-alpha.0", diff --git a/packages/application/package.json b/packages/application/package.json index 83f11bd0c2..307cd3fa30 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "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 d3535b1b7a..a8795fce66 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Console Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/console": "~4.3.0-alpha.0", "@jupyterlab/coreutils": "~6.3.0-alpha.0", diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 7cce30a1d6..983dcef621 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Document Manager Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/coreutils": "~6.3.0-alpha.0", "@jupyterlab/docmanager": "~4.3.0-alpha.0", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 1384a17538..bfb637f3b6 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/documentsearch": "~4.3.0-alpha.0", "@lumino/widgets": "^2.3.2" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index de0be649c9..9ce4e4f1fe 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/ui-components": "^7.2.0", + "@jupyter-notebook/ui-components": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/apputils": "~4.4.0-alpha.0", "@jupyterlab/mainmenu": "~4.3.0-alpha.0", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index e446ac5244..290e8abea3 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "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.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/apputils": "~4.4.0-alpha.0", "@jupyterlab/coreutils": "~6.3.0-alpha.0", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 4e07804762..a6a61b7804 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/apputils": "~4.4.0-alpha.0", "@jupyterlab/cells": "~4.3.0-alpha.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 51537a51de..36b5126afe 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Terminal Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/coreutils": "~6.3.0-alpha.0", "@jupyterlab/terminal": "~4.3.0-alpha.0", diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 8e5c9043c6..7d7b8e6493 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", - "@jupyter-notebook/tree": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", + "@jupyter-notebook/tree": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/apputils": "~4.4.0-alpha.0", "@jupyterlab/coreutils": "~6.3.0-alpha.0", diff --git a/packages/tree/package.json b/packages/tree/package.json index 53cea22a76..1c750090f3 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - Tree", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", + "@jupyter-notebook/application": "^7.3.0-alpha.0", "@jupyterlab/application": "~4.3.0-alpha.0", "@jupyterlab/apputils": "~4.4.0-alpha.0", "@jupyterlab/coreutils": "~6.3.0-alpha.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 8439e7a921..c9993f7b50 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.2.0", + "version": "7.3.0-alpha.0", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index 214227f357..4373e4104b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2095,17 +2095,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.2.0 - "@jupyter-notebook/application-extension": ^7.2.0 - "@jupyter-notebook/console-extension": ^7.2.0 - "@jupyter-notebook/docmanager-extension": ^7.2.0 - "@jupyter-notebook/documentsearch-extension": ^7.2.0 - "@jupyter-notebook/help-extension": ^7.2.0 - "@jupyter-notebook/notebook-extension": ^7.2.0 - "@jupyter-notebook/terminal-extension": ^7.2.0 - "@jupyter-notebook/tree": ^7.2.0 - "@jupyter-notebook/tree-extension": ^7.2.0 - "@jupyter-notebook/ui-components": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 + "@jupyter-notebook/application-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/console-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/docmanager-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/documentsearch-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/help-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/notebook-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/terminal-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/tree": ^7.3.0-alpha.0 + "@jupyter-notebook/tree-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/ui-components": ^7.3.0-alpha.0 "@jupyterlab/application-extension": ~4.3.0-alpha.0 "@jupyterlab/apputils-extension": ~4.3.0-alpha.0 "@jupyterlab/attachments": ~4.3.0-alpha.0 @@ -2177,12 +2177,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.2.0, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.3.0-alpha.0, @jupyter-notebook/application-extension@workspace:packages/application-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/application-extension@workspace:packages/application-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 - "@jupyter-notebook/ui-components": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 + "@jupyter-notebook/ui-components": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/apputils": ~4.4.0-alpha.0 "@jupyterlab/codeeditor": ~4.3.0-alpha.0 @@ -2202,7 +2202,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.2.0, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.3.0-alpha.0, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2242,11 +2242,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.2.0, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.3.0-alpha.0, @jupyter-notebook/console-extension@workspace:packages/console-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/console": ~4.3.0-alpha.0 "@jupyterlab/coreutils": ~6.3.0-alpha.0 @@ -2256,11 +2256,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.2.0, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.3.0-alpha.0, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/coreutils": ~6.3.0-alpha.0 "@jupyterlab/docmanager": ~4.3.0-alpha.0 @@ -2273,11 +2273,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.2.0, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.3.0-alpha.0, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/documentsearch": ~4.3.0-alpha.0 "@lumino/widgets": ^2.3.2 @@ -2286,11 +2286,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.2.0, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.3.0-alpha.0, @jupyter-notebook/help-extension@workspace:packages/help-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: - "@jupyter-notebook/ui-components": ^7.2.0 + "@jupyter-notebook/ui-components": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/apputils": ~4.4.0-alpha.0 "@jupyterlab/mainmenu": ~4.3.0-alpha.0 @@ -2302,11 +2302,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.2.0, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.3.0-alpha.0, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/apputils": ~4.4.0-alpha.0 "@jupyterlab/builder": ~4.3.0-alpha.0 @@ -2326,27 +2326,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.2.0 - "@jupyter-notebook/application-extension": ^7.2.0 - "@jupyter-notebook/console-extension": ^7.2.0 - "@jupyter-notebook/docmanager-extension": ^7.2.0 - "@jupyter-notebook/documentsearch-extension": ^7.2.0 - "@jupyter-notebook/help-extension": ^7.2.0 - "@jupyter-notebook/lab-extension": ^7.2.0 - "@jupyter-notebook/notebook-extension": ^7.2.0 - "@jupyter-notebook/terminal-extension": ^7.2.0 - "@jupyter-notebook/tree": ^7.2.0 - "@jupyter-notebook/tree-extension": ^7.2.0 - "@jupyter-notebook/ui-components": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 + "@jupyter-notebook/application-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/console-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/docmanager-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/documentsearch-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/help-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/lab-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/notebook-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/terminal-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/tree": ^7.3.0-alpha.0 + "@jupyter-notebook/tree-extension": ^7.3.0-alpha.0 + "@jupyter-notebook/ui-components": ^7.3.0-alpha.0 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.2.0, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.3.0-alpha.0, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/apputils": ~4.4.0-alpha.0 "@jupyterlab/cells": ~4.3.0-alpha.0 @@ -2383,11 +2383,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.2.0, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.3.0-alpha.0, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/coreutils": ~6.3.0-alpha.0 "@jupyterlab/terminal": ~4.3.0-alpha.0 @@ -2397,12 +2397,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.2.0, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.3.0-alpha.0, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/tree-extension@workspace:packages/tree-extension" dependencies: - "@jupyter-notebook/application": ^7.2.0 - "@jupyter-notebook/tree": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 + "@jupyter-notebook/tree": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/apputils": ~4.4.0-alpha.0 "@jupyterlab/coreutils": ~6.3.0-alpha.0 @@ -2423,11 +2423,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.2.0, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.3.0-alpha.0, @jupyter-notebook/tree@workspace:packages/tree": version: 0.0.0-use.local resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: - "@jupyter-notebook/application": ^7.2.0 + "@jupyter-notebook/application": ^7.3.0-alpha.0 "@jupyterlab/application": ~4.3.0-alpha.0 "@jupyterlab/apputils": ~4.4.0-alpha.0 "@jupyterlab/coreutils": ~6.3.0-alpha.0 @@ -2448,7 +2448,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.2.0, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.3.0-alpha.0, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: