Skip to content

Commit

Permalink
Publish 7.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jtpio committed Feb 13, 2024
1 parent b8ec7e4 commit f6f5a1f
Show file tree
Hide file tree
Showing 18 changed files with 178 additions and 111 deletions.
71 changes: 69 additions & 2 deletions CHANGELOG.md
Expand Up @@ -108,6 +108,75 @@ increasing awareness of the notebook state and enabling users to quickly navigat

<!-- <START NEW CHANGELOG ENTRY> -->

## 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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 7.1.0rc1

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.1.0rc0...376a2f97c883e6e91f321d0a676e1ee9ff3b8d87))
Expand All @@ -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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 7.1.0rc0

([Full Changelog](https://github.com/jupyter/notebook/compare/v7.1.0b0...2d717f5896a1d4310baa2499c7e6197d1914201d))
Expand Down
46 changes: 23 additions & 23 deletions 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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion notebook/_version.py
Expand Up @@ -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(
Expand Down
26 changes: 13 additions & 13 deletions 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",
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f6f5a1f

Please sign in to comment.