From f6f5a1f538a6540a7690a3201813bfa74bdab4ce Mon Sep 17 00:00:00 2001 From: jtpio Date: Tue, 13 Feb 2024 15:24:16 +0000 Subject: [PATCH] Publish 7.1.0 SHA256 hashes: jupyter-notebook-application-7.1.0.tgz: dcc978a354ab45e1a7cfdf5bd7100b22ffed264f421b9de45027e3f3da6a4f4b jupyter-notebook-application-extension-7.1.0.tgz: d37ae7c9e1a60472f6ae469ac5604566fb280908304ced323ef511f2f8e71ee3 jupyter-notebook-console-extension-7.1.0.tgz: 8e3e4b066899bcbd9b888ed463af54ab600651debc4d0e003eba30a3ca590c2f jupyter-notebook-docmanager-extension-7.1.0.tgz: 88895c6dd6b10448996438877ea4715bf4685f9538f57b4138fde49bf315fe7c jupyter-notebook-documentsearch-extension-7.1.0.tgz: b54e6d03b6f3ca339d3d5b75d9bfe884d749cf0a982b5f446183a2d85ff958c5 jupyter-notebook-help-extension-7.1.0.tgz: 0fcd567fbf903da022791934027ff2d3f4b3767837eaac9090c627e919662334 jupyter-notebook-lab-extension-7.1.0.tgz: 2ce4a8eb8a33e93d3ab05fbb70cc293deefbc5ce1077ae608cb06187ec96cb99 jupyter-notebook-notebook-extension-7.1.0.tgz: dde750846bdd90afde21a3185742997c9df884b77f6f5a0a48e54dae8c556085 jupyter-notebook-terminal-extension-7.1.0.tgz: 38e5c29271529aa5a912103815a2fc3be48a2180306c8c6f29cc520fa75f5559 jupyter-notebook-tree-7.1.0.tgz: b2a092a6d13b058050af88d5b1b9e842490d5f8525fe7b934f57d5ba97e7d13d jupyter-notebook-tree-extension-7.1.0.tgz: d824a0137f4acdb7b2367f35ede1d94ce80126a9d157ce0afc09bbb16ab7ddde jupyter-notebook-ui-components-7.1.0.tgz: e7e645a31d24511be186f39199eff7309e7021415d5f8e264c8e7c3de8222059 notebook-7.1.0-py3-none-any.whl: a8fa4ccb5e5fe220f29d9900337efd7752bc6f2efe004d6f320db01f7743adc9 notebook-7.1.0.tar.gz: 99caf01ff166b1cc86355c9b37c1ba9bf566c1d7fc4ab57bb6f8f24e36c4260e --- CHANGELOG.md | 71 +++++++++++++- app/package.json | 46 ++++----- 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, 178 insertions(+), 111 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc47b00529..1c161a41de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,6 +108,75 @@ increasing awareness of the notebook state and enabling users to quickly navigat +## 7.1.0 + +([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...b8ec7e4a8eda70a8d7dca19799acd3e96e019160)) + +### Enhancements made + +- Create a new notebook with a specific kernel from the new dropdown [#7255](https://github.com/jupyter/notebook/pull/7255) ([@jtpio](https://github.com/jtpio)) +- Add the plugin manager [#7198](https://github.com/jupyter/notebook/pull/7198) ([@jtpio](https://github.com/jtpio)) +- Fix toggle functionality for widgets. [#7178](https://github.com/jupyter/notebook/pull/7178) ([@haok1402](https://github.com/haok1402)) +- Bump to JupyterLab 4.1.0a4 bis [#7172](https://github.com/jupyter/notebook/pull/7172) ([@brichet](https://github.com/brichet)) +- Update to JupyterLab `4.1.0a3` [#7161](https://github.com/jupyter/notebook/pull/7161) ([@jtpio](https://github.com/jtpio)) +- Added Lumino Plugin Description (#7008) [#7127](https://github.com/jupyter/notebook/pull/7127) ([@Dilip-Jain](https://github.com/Dilip-Jain)) +- Added Edit Notebook Metadata Option (#6402) [#7099](https://github.com/jupyter/notebook/pull/7099) ([@Dilip-Jain](https://github.com/Dilip-Jain)) +- Update to JupyterLab 4.1 [#7096](https://github.com/jupyter/notebook/pull/7096) ([@jtpio](https://github.com/jtpio)) +- Add the JupyterLab resources plugin [#6968](https://github.com/jupyter/notebook/pull/6968) ([@jtpio](https://github.com/jtpio)) + +### Bugs fixed + +- Fix spurious kernel selection dialog on notebook creation [#7258](https://github.com/jupyter/notebook/pull/7258) ([@jtpio](https://github.com/jtpio)) +- Workaround for the file browser tracker focus issue [#7224](https://github.com/jupyter/notebook/pull/7224) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Update to JupyterLab 4.1.1 [#7256](https://github.com/jupyter/notebook/pull/7256) ([@jtpio](https://github.com/jtpio)) +- Follow JupyterLab minor versions [#7250](https://github.com/jupyter/notebook/pull/7250) ([@jtpio](https://github.com/jtpio)) +- chore: update pre-commit hooks [#7237](https://github.com/jupyter/notebook/pull/7237) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- Update to JupyterLab 4.1.0 final [#7234](https://github.com/jupyter/notebook/pull/7234) ([@jtpio](https://github.com/jtpio)) +- Update to JupyterLab 4.1.0rc1 [#7230](https://github.com/jupyter/notebook/pull/7230) ([@jtpio](https://github.com/jtpio)) +- Update to JupyterLab 4.1.0rc0 [#7227](https://github.com/jupyter/notebook/pull/7227) ([@jtpio](https://github.com/jtpio)) +- Update to JupyterLab 4.1.0b2 [#7222](https://github.com/jupyter/notebook/pull/7222) ([@jtpio](https://github.com/jtpio)) +- Fix `check_links` on CI [#7219](https://github.com/jupyter/notebook/pull/7219) ([@jtpio](https://github.com/jtpio)) +- Bump the actions group with 1 update [#7218](https://github.com/jupyter/notebook/pull/7218) ([@dependabot](https://github.com/dependabot)) +- Bump the actions group with 2 updates [#7207](https://github.com/jupyter/notebook/pull/7207) ([@dependabot](https://github.com/dependabot)) +- chore: update pre-commit hooks [#7206](https://github.com/jupyter/notebook/pull/7206) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- Add nbviewer.jupyter.org to the ignore list [#7197](https://github.com/jupyter/notebook/pull/7197) ([@jtpio](https://github.com/jtpio)) +- Update to JupyterLab 4.1.0b0 [#7196](https://github.com/jupyter/notebook/pull/7196) ([@jtpio](https://github.com/jtpio)) +- Update ruff config [#7190](https://github.com/jupyter/notebook/pull/7190) ([@blink1073](https://github.com/blink1073)) +- Bump @babel/traverse from 7.23.0 to 7.23.6 [#7187](https://github.com/jupyter/notebook/pull/7187) ([@dependabot](https://github.com/dependabot)) +- Bump actions/setup-python from 4 to 5 [#7180](https://github.com/jupyter/notebook/pull/7180) ([@dependabot](https://github.com/dependabot)) +- Update publish-release workflow for PyPI trusted publisher [#7176](https://github.com/jupyter/notebook/pull/7176) ([@jtpio](https://github.com/jtpio)) +- chore: update pre-commit hooks [#7174](https://github.com/jupyter/notebook/pull/7174) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- Update `yarn.lock` [#7170](https://github.com/jupyter/notebook/pull/7170) ([@jtpio](https://github.com/jtpio)) +- Bump axios from 1.5.1 to 1.6.2 [#7165](https://github.com/jupyter/notebook/pull/7165) ([@dependabot](https://github.com/dependabot)) +- Bump dessant/lock-threads from 4 to 5 [#7159](https://github.com/jupyter/notebook/pull/7159) ([@dependabot](https://github.com/dependabot)) +- Update ruff config and typing [#7145](https://github.com/jupyter/notebook/pull/7145) ([@blink1073](https://github.com/blink1073)) +- chore: update pre-commit hooks [#7143](https://github.com/jupyter/notebook/pull/7143) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- Clean up lint handling [#7142](https://github.com/jupyter/notebook/pull/7142) ([@blink1073](https://github.com/blink1073)) +- Adopt ruff format [#7132](https://github.com/jupyter/notebook/pull/7132) ([@blink1073](https://github.com/blink1073)) +- Fix python bumping to `minor` [#7131](https://github.com/jupyter/notebook/pull/7131) ([@jtpio](https://github.com/jtpio)) +- Add Python 3.12 classifier [#7111](https://github.com/jupyter/notebook/pull/7111) ([@jtpio](https://github.com/jtpio)) +- Remove viewport workaround in the UI tests [#6887](https://github.com/jupyter/notebook/pull/6887) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Add documentation for updating `notebook` imports [#7244](https://github.com/jupyter/notebook/pull/7244) ([@jtpio](https://github.com/jtpio)) +- Fix link in `CONTRIBUTING.md` [#7235](https://github.com/jupyter/notebook/pull/7235) ([@jtpio](https://github.com/jtpio)) +- Add user facing changelog for 7.1 [#7232](https://github.com/jupyter/notebook/pull/7232) ([@jtpio](https://github.com/jtpio)) +- Clarify README about supported versions (post v7 release) [#7193](https://github.com/jupyter/notebook/pull/7193) ([@akx](https://github.com/akx)) +- Set `navigation_with_keys` to `False` [#7129](https://github.com/jupyter/notebook/pull/7129) ([@jtpio](https://github.com/jtpio)) +- Updated ui-tests Configuration in Contributing.md [#7124](https://github.com/jupyter/notebook/pull/7124) ([@jayeshsingh9767](https://github.com/jayeshsingh9767)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-10-17&to=2024-02-13&type=c)) + +[@akx](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aakx+updated%3A2023-10-17..2024-02-13&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-10-17..2024-02-13&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-02-13&type=Issues) | [@d5423197](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-02-13&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-10-17..2024-02-13&type=Issues) | [@Dilip-Jain](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ADilip-Jain+updated%3A2023-10-17..2024-02-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-02-13&type=Issues) | [@haok1402](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ahaok1402+updated%3A2023-10-17..2024-02-13&type=Issues) | [@jayeshsingh9767](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajayeshsingh9767+updated%3A2023-10-17..2024-02-13&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-02-13&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-02-13&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-10-17..2024-02-13&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AZsailer+updated%3A2023-10-17..2024-02-13&type=Issues) + + + ## 7.1.0rc1 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.1.0rc0...376a2f97c883e6e91f321d0a676e1ee9ff3b8d87)) @@ -126,8 +195,6 @@ increasing awareness of the notebook state and enabling users to quickly navigat [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-07..2024-02-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-07..2024-02-09&type=Issues) - - ## 7.1.0rc0 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.1.0b0...2d717f5896a1d4310baa2499c7e6197d1914201d)) diff --git a/app/package.json b/app/package.json index 5f60bea729..0b25467a91 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.1.0-rc.1", + "version": "7.1.0", "private": true, "scripts": { "build": "webpack", @@ -12,17 +12,17 @@ "resolutions": { "@codemirror/state": "~6.2.1", "@codemirror/view": "~6.21.3", - "@jupyter-notebook/application": "~7.1.0-rc.1", - "@jupyter-notebook/application-extension": "~7.1.0-rc.1", - "@jupyter-notebook/console-extension": "~7.1.0-rc.1", - "@jupyter-notebook/docmanager-extension": "~7.1.0-rc.1", - "@jupyter-notebook/documentsearch-extension": "~7.1.0-rc.1", - "@jupyter-notebook/help-extension": "~7.1.0-rc.1", - "@jupyter-notebook/notebook-extension": "~7.1.0-rc.1", - "@jupyter-notebook/terminal-extension": "~7.1.0-rc.1", - "@jupyter-notebook/tree": "~7.1.0-rc.1", - "@jupyter-notebook/tree-extension": "~7.1.0-rc.1", - "@jupyter-notebook/ui-components": "~7.1.0-rc.1", + "@jupyter-notebook/application": "~7.1.0", + "@jupyter-notebook/application-extension": "~7.1.0", + "@jupyter-notebook/console-extension": "~7.1.0", + "@jupyter-notebook/docmanager-extension": "~7.1.0", + "@jupyter-notebook/documentsearch-extension": "~7.1.0", + "@jupyter-notebook/help-extension": "~7.1.0", + "@jupyter-notebook/notebook-extension": "~7.1.0", + "@jupyter-notebook/terminal-extension": "~7.1.0", + "@jupyter-notebook/tree": "~7.1.0", + "@jupyter-notebook/tree-extension": "~7.1.0", + "@jupyter-notebook/ui-components": "~7.1.0", "@jupyter/ydoc": "~1.1.1", "@jupyterlab/application": "~4.1.1", "@jupyterlab/application-extension": "~4.1.1", @@ -120,17 +120,17 @@ "yjs": "~13.6.8" }, "dependencies": { - "@jupyter-notebook/application": "^7.1.0-rc.1", - "@jupyter-notebook/application-extension": "^7.1.0-rc.1", - "@jupyter-notebook/console-extension": "^7.1.0-rc.1", - "@jupyter-notebook/docmanager-extension": "^7.1.0-rc.1", - "@jupyter-notebook/documentsearch-extension": "^7.1.0-rc.1", - "@jupyter-notebook/help-extension": "^7.1.0-rc.1", - "@jupyter-notebook/notebook-extension": "^7.1.0-rc.1", - "@jupyter-notebook/terminal-extension": "^7.1.0-rc.1", - "@jupyter-notebook/tree": "^7.1.0-rc.1", - "@jupyter-notebook/tree-extension": "^7.1.0-rc.1", - "@jupyter-notebook/ui-components": "^7.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", + "@jupyter-notebook/application-extension": "^7.1.0", + "@jupyter-notebook/console-extension": "^7.1.0", + "@jupyter-notebook/docmanager-extension": "^7.1.0", + "@jupyter-notebook/documentsearch-extension": "^7.1.0", + "@jupyter-notebook/help-extension": "^7.1.0", + "@jupyter-notebook/notebook-extension": "^7.1.0", + "@jupyter-notebook/terminal-extension": "^7.1.0", + "@jupyter-notebook/tree": "^7.1.0", + "@jupyter-notebook/tree-extension": "^7.1.0", + "@jupyter-notebook/ui-components": "^7.1.0", "@jupyterlab/application-extension": "~4.1.1", "@jupyterlab/apputils-extension": "~4.1.1", "@jupyterlab/attachments": "~4.1.1", diff --git a/buildutils/package.json b/buildutils/package.json index 970645d3be..f13380c887 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.1.0-rc.1", + "version": "7.1.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 29cfd4974e..93acda26d1 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.1.0rc1" +__version__ = "7.1.0" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 228e3136a5..0497e2083e 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", - "@jupyter-notebook/application-extension": "^7.1.0-rc.1", - "@jupyter-notebook/console-extension": "^7.1.0-rc.1", - "@jupyter-notebook/docmanager-extension": "^7.1.0-rc.1", - "@jupyter-notebook/documentsearch-extension": "^7.1.0-rc.1", - "@jupyter-notebook/help-extension": "^7.1.0-rc.1", - "@jupyter-notebook/lab-extension": "^7.1.0-rc.1", - "@jupyter-notebook/notebook-extension": "^7.1.0-rc.1", - "@jupyter-notebook/terminal-extension": "^7.1.0-rc.1", - "@jupyter-notebook/tree": "^7.1.0-rc.1", - "@jupyter-notebook/tree-extension": "^7.1.0-rc.1", - "@jupyter-notebook/ui-components": "^7.1.0-rc.1" + "@jupyter-notebook/application": "^7.1.0", + "@jupyter-notebook/application-extension": "^7.1.0", + "@jupyter-notebook/console-extension": "^7.1.0", + "@jupyter-notebook/docmanager-extension": "^7.1.0", + "@jupyter-notebook/documentsearch-extension": "^7.1.0", + "@jupyter-notebook/help-extension": "^7.1.0", + "@jupyter-notebook/lab-extension": "^7.1.0", + "@jupyter-notebook/notebook-extension": "^7.1.0", + "@jupyter-notebook/terminal-extension": "^7.1.0", + "@jupyter-notebook/tree": "^7.1.0", + "@jupyter-notebook/tree-extension": "^7.1.0", + "@jupyter-notebook/ui-components": "^7.1.0" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 31c621e060..e496cd88f9 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", - "@jupyter-notebook/ui-components": "^7.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", + "@jupyter-notebook/ui-components": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/apputils": "~4.2.1", "@jupyterlab/codeeditor": "~4.1.1", diff --git a/packages/application/package.json b/packages/application/package.json index f84eb8355d..363daf097b 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.1.0-rc.1", + "version": "7.1.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 a19fed3ddc..35e7427683 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/console": "~4.1.1", "@jupyterlab/coreutils": "~6.1.1", diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index a67702af19..c97e66fb3c 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/coreutils": "~6.1.1", "@jupyterlab/docmanager": "~4.1.1", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 033e5e54c6..6ff42ae79b 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/documentsearch": "~4.1.1", "@lumino/widgets": "^2.3.1" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index c06dbe442a..722d856bc9 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/ui-components": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/apputils": "~4.2.1", "@jupyterlab/mainmenu": "~4.1.1", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 2c4d3a6c2c..c6c4990682 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/apputils": "~4.2.1", "@jupyterlab/coreutils": "~6.1.1", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 18ca5a23d4..9259b5cf75 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/apputils": "~4.2.1", "@jupyterlab/cells": "~4.1.1", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index a71819c3b0..afb096161a 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/coreutils": "~6.1.1", "@jupyterlab/terminal": "~4.1.1", diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index bcdec20328..3889acf39f 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", - "@jupyter-notebook/tree": "^7.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", + "@jupyter-notebook/tree": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/apputils": "~4.2.1", "@jupyterlab/coreutils": "~6.1.1", diff --git a/packages/tree/package.json b/packages/tree/package.json index eb8af56c78..269719b99b 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.1.0-rc.1", + "version": "7.1.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.1.0-rc.1", + "@jupyter-notebook/application": "^7.1.0", "@jupyterlab/application": "~4.1.1", "@jupyterlab/apputils": "~4.2.1", "@jupyterlab/coreutils": "~6.1.1", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index ee6c7872ff..b130d2d3d2 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.1.0-rc.1", + "version": "7.1.0", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index 67e4623097..e04f1d43a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2059,17 +2059,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.1.0-rc.1 - "@jupyter-notebook/application-extension": ^7.1.0-rc.1 - "@jupyter-notebook/console-extension": ^7.1.0-rc.1 - "@jupyter-notebook/docmanager-extension": ^7.1.0-rc.1 - "@jupyter-notebook/documentsearch-extension": ^7.1.0-rc.1 - "@jupyter-notebook/help-extension": ^7.1.0-rc.1 - "@jupyter-notebook/notebook-extension": ^7.1.0-rc.1 - "@jupyter-notebook/terminal-extension": ^7.1.0-rc.1 - "@jupyter-notebook/tree": ^7.1.0-rc.1 - "@jupyter-notebook/tree-extension": ^7.1.0-rc.1 - "@jupyter-notebook/ui-components": ^7.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 + "@jupyter-notebook/application-extension": ^7.1.0 + "@jupyter-notebook/console-extension": ^7.1.0 + "@jupyter-notebook/docmanager-extension": ^7.1.0 + "@jupyter-notebook/documentsearch-extension": ^7.1.0 + "@jupyter-notebook/help-extension": ^7.1.0 + "@jupyter-notebook/notebook-extension": ^7.1.0 + "@jupyter-notebook/terminal-extension": ^7.1.0 + "@jupyter-notebook/tree": ^7.1.0 + "@jupyter-notebook/tree-extension": ^7.1.0 + "@jupyter-notebook/ui-components": ^7.1.0 "@jupyterlab/application-extension": ~4.1.1 "@jupyterlab/apputils-extension": ~4.1.1 "@jupyterlab/attachments": ~4.1.1 @@ -2140,12 +2140,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.1.0-rc.1, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.1.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.1.0-rc.1 - "@jupyter-notebook/ui-components": ^7.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 + "@jupyter-notebook/ui-components": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/apputils": ~4.2.1 "@jupyterlab/codeeditor": ~4.1.1 @@ -2165,7 +2165,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.1.0-rc.1, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.1.0, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2205,11 +2205,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.1.0-rc.1, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.1.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.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/console": ~4.1.1 "@jupyterlab/coreutils": ~6.1.1 @@ -2219,11 +2219,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.1.0-rc.1, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.1.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.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/coreutils": ~6.1.1 "@jupyterlab/docmanager": ~4.1.1 @@ -2236,11 +2236,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.1.0-rc.1, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.1.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.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/documentsearch": ~4.1.1 "@lumino/widgets": ^2.3.1 @@ -2249,11 +2249,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.1.0-rc.1, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.1.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.1.0-rc.1 + "@jupyter-notebook/ui-components": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/apputils": ~4.2.1 "@jupyterlab/mainmenu": ~4.1.1 @@ -2265,11 +2265,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.1.0-rc.1, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.1.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.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/apputils": ~4.2.1 "@jupyterlab/builder": ~4.1.1 @@ -2289,27 +2289,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.1.0-rc.1 - "@jupyter-notebook/application-extension": ^7.1.0-rc.1 - "@jupyter-notebook/console-extension": ^7.1.0-rc.1 - "@jupyter-notebook/docmanager-extension": ^7.1.0-rc.1 - "@jupyter-notebook/documentsearch-extension": ^7.1.0-rc.1 - "@jupyter-notebook/help-extension": ^7.1.0-rc.1 - "@jupyter-notebook/lab-extension": ^7.1.0-rc.1 - "@jupyter-notebook/notebook-extension": ^7.1.0-rc.1 - "@jupyter-notebook/terminal-extension": ^7.1.0-rc.1 - "@jupyter-notebook/tree": ^7.1.0-rc.1 - "@jupyter-notebook/tree-extension": ^7.1.0-rc.1 - "@jupyter-notebook/ui-components": ^7.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 + "@jupyter-notebook/application-extension": ^7.1.0 + "@jupyter-notebook/console-extension": ^7.1.0 + "@jupyter-notebook/docmanager-extension": ^7.1.0 + "@jupyter-notebook/documentsearch-extension": ^7.1.0 + "@jupyter-notebook/help-extension": ^7.1.0 + "@jupyter-notebook/lab-extension": ^7.1.0 + "@jupyter-notebook/notebook-extension": ^7.1.0 + "@jupyter-notebook/terminal-extension": ^7.1.0 + "@jupyter-notebook/tree": ^7.1.0 + "@jupyter-notebook/tree-extension": ^7.1.0 + "@jupyter-notebook/ui-components": ^7.1.0 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.1.0-rc.1, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.1.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.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/apputils": ~4.2.1 "@jupyterlab/cells": ~4.1.1 @@ -2346,11 +2346,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.1.0-rc.1, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.1.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.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/coreutils": ~6.1.1 "@jupyterlab/terminal": ~4.1.1 @@ -2360,12 +2360,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.1.0-rc.1, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.1.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.1.0-rc.1 - "@jupyter-notebook/tree": ^7.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 + "@jupyter-notebook/tree": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/apputils": ~4.2.1 "@jupyterlab/coreutils": ~6.1.1 @@ -2386,11 +2386,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.1.0-rc.1, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.1.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.1.0-rc.1 + "@jupyter-notebook/application": ^7.1.0 "@jupyterlab/application": ~4.1.1 "@jupyterlab/apputils": ~4.2.1 "@jupyterlab/coreutils": ~6.1.1 @@ -2411,7 +2411,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.1.0-rc.1, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.1.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: