Skip to content

Commit

Permalink
Publish 7.1.3
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-notebook-application-7.1.3.tgz: 41528ff758bd234bd27870cc1f3f1ee193041a0d7e45091857fb94a7a94b86a0

jupyter-notebook-application-extension-7.1.3.tgz: da65e256750c5a0e2d0c26409903ec19f78854f1573772c6e688ff24ca1cc4d9

jupyter-notebook-console-extension-7.1.3.tgz: 27a2e593ccc162797fba566f917afbde80117d91323aa63e43348fe4c8522bfe

jupyter-notebook-docmanager-extension-7.1.3.tgz: 6dcd8c13004716d26173eba12b5d50b44bc895253bb5fe7a6374a12a116311e3

jupyter-notebook-documentsearch-extension-7.1.3.tgz: ba6ff062170104b2f0c788f44c7f6a27aab1c2ce43bd0d00a21ec0f489343ec2

jupyter-notebook-help-extension-7.1.3.tgz: a6165d620e0a5257d912f8b89e4f12133ea56e57827e64c043084a8eceb4b695

jupyter-notebook-lab-extension-7.1.3.tgz: a40c1e278923003d7294085f4c3f96fac81be3342c05c97f50f30d29fa249098

jupyter-notebook-notebook-extension-7.1.3.tgz: 1731e9122c3a529544aa8b7ff3f7ff1ad082afdcaece50e147797c0ca76340e4

jupyter-notebook-terminal-extension-7.1.3.tgz: 9d9858e6a1d8d4233afb1ad573ce026a4cdf6442c88a55052ea81a600105ca26

jupyter-notebook-tree-7.1.3.tgz: a1915d70444a36910043ac4c4971d94367318ce3f73bd8b37cbaf40600e41c04

jupyter-notebook-tree-extension-7.1.3.tgz: 9bd61e8107105719594e3f4f29b4c670907a227522290413c11a63f630761d68

jupyter-notebook-ui-components-7.1.3.tgz: c9d48b7105aa77ec487305d75ba4576dd5bf226ac3492ba7217f82c69e353be2

notebook-7.1.3-py3-none-any.whl: 919b911e59f41f6e3857ce93c9d93535ba66bb090059712770e5968c07e1004d

notebook-7.1.3.tar.gz: 41fcebff44cf7bb9377180808bcbae066629b55d8c7722f1ebbe75ca44f9cfc1
  • Loading branch information
jtpio committed Apr 17, 2024
1 parent c1453ab commit 48690a3
Show file tree
Hide file tree
Showing 18 changed files with 129 additions and 111 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Expand Up @@ -108,6 +108,26 @@ increasing awareness of the notebook state and enabling users to quickly navigat

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

## 7.1.3

([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.2...c1453abee561292f2182c4bda6cb6383224c1fcb))

### Bugs fixed

- Fix scrollbar always showing up by default [#7327](https://github.com/jupyter/notebook/pull/7327) ([@jtpio](https://github.com/jtpio))

### Maintenance and upkeep improvements

- Ignore links to GitHub user and organisation profiles [#7308](https://github.com/jupyter/notebook/pull/7308) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-03-14&to=2024-04-17&type=c))

[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-03-14..2024-04-17&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-03-14..2024-04-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-03-14..2024-04-17&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2024-03-14..2024-04-17&type=Issues)

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

## 7.1.2

([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.1...ca41222a9c8d75356c6d67d3bd36e34d71cce2d8))
Expand All @@ -128,8 +148,6 @@ increasing awareness of the notebook state and enabling users to quickly navigat

[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2024-02-26..2024-03-14&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2024-02-26..2024-03-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-26..2024-03-14&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-26..2024-03-14&type=Issues)

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

## 7.1.1

([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.0...da7b8d400e96ceff0eec834badd891bc5d5f154d))
Expand Down
46 changes: 23 additions & 23 deletions app/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.1.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application-extension": "~7.1.2",
"@jupyter-notebook/console-extension": "~7.1.2",
"@jupyter-notebook/docmanager-extension": "~7.1.2",
"@jupyter-notebook/documentsearch-extension": "~7.1.2",
"@jupyter-notebook/help-extension": "~7.1.2",
"@jupyter-notebook/notebook-extension": "~7.1.2",
"@jupyter-notebook/terminal-extension": "~7.1.2",
"@jupyter-notebook/tree": "~7.1.2",
"@jupyter-notebook/tree-extension": "~7.1.2",
"@jupyter-notebook/ui-components": "~7.1.2",
"@jupyter-notebook/application": "~7.1.3",
"@jupyter-notebook/application-extension": "~7.1.3",
"@jupyter-notebook/console-extension": "~7.1.3",
"@jupyter-notebook/docmanager-extension": "~7.1.3",
"@jupyter-notebook/documentsearch-extension": "~7.1.3",
"@jupyter-notebook/help-extension": "~7.1.3",
"@jupyter-notebook/notebook-extension": "~7.1.3",
"@jupyter-notebook/terminal-extension": "~7.1.3",
"@jupyter-notebook/tree": "~7.1.3",
"@jupyter-notebook/tree-extension": "~7.1.3",
"@jupyter-notebook/ui-components": "~7.1.3",
"@jupyter/ydoc": "~1.1.1",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/application-extension": "~4.1.5",
Expand Down Expand Up @@ -120,17 +120,17 @@
"yjs": "~13.6.8"
},
"dependencies": {
"@jupyter-notebook/application": "^7.1.2",
"@jupyter-notebook/application-extension": "^7.1.2",
"@jupyter-notebook/console-extension": "^7.1.2",
"@jupyter-notebook/docmanager-extension": "^7.1.2",
"@jupyter-notebook/documentsearch-extension": "^7.1.2",
"@jupyter-notebook/help-extension": "^7.1.2",
"@jupyter-notebook/notebook-extension": "^7.1.2",
"@jupyter-notebook/terminal-extension": "^7.1.2",
"@jupyter-notebook/tree": "^7.1.2",
"@jupyter-notebook/tree-extension": "^7.1.2",
"@jupyter-notebook/ui-components": "^7.1.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyter-notebook/application-extension": "^7.1.3",
"@jupyter-notebook/console-extension": "^7.1.3",
"@jupyter-notebook/docmanager-extension": "^7.1.3",
"@jupyter-notebook/documentsearch-extension": "^7.1.3",
"@jupyter-notebook/help-extension": "^7.1.3",
"@jupyter-notebook/notebook-extension": "^7.1.3",
"@jupyter-notebook/terminal-extension": "^7.1.3",
"@jupyter-notebook/tree": "^7.1.3",
"@jupyter-notebook/tree-extension": "^7.1.3",
"@jupyter-notebook/ui-components": "^7.1.3",
"@jupyterlab/application-extension": "~4.1.5",
"@jupyterlab/apputils-extension": "~4.1.5",
"@jupyterlab/attachments": "~4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.1.2",
"version": "7.1.3",
"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.2"
__version__ = "7.1.3"

# 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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application-extension": "^7.1.2",
"@jupyter-notebook/console-extension": "^7.1.2",
"@jupyter-notebook/docmanager-extension": "^7.1.2",
"@jupyter-notebook/documentsearch-extension": "^7.1.2",
"@jupyter-notebook/help-extension": "^7.1.2",
"@jupyter-notebook/lab-extension": "^7.1.2",
"@jupyter-notebook/notebook-extension": "^7.1.2",
"@jupyter-notebook/terminal-extension": "^7.1.2",
"@jupyter-notebook/tree": "^7.1.2",
"@jupyter-notebook/tree-extension": "^7.1.2",
"@jupyter-notebook/ui-components": "^7.1.2"
"@jupyter-notebook/application": "^7.1.3",
"@jupyter-notebook/application-extension": "^7.1.3",
"@jupyter-notebook/console-extension": "^7.1.3",
"@jupyter-notebook/docmanager-extension": "^7.1.3",
"@jupyter-notebook/documentsearch-extension": "^7.1.3",
"@jupyter-notebook/help-extension": "^7.1.3",
"@jupyter-notebook/lab-extension": "^7.1.3",
"@jupyter-notebook/notebook-extension": "^7.1.3",
"@jupyter-notebook/terminal-extension": "^7.1.3",
"@jupyter-notebook/tree": "^7.1.3",
"@jupyter-notebook/tree-extension": "^7.1.3",
"@jupyter-notebook/ui-components": "^7.1.3"
},
"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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/ui-components": "^7.1.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyter-notebook/ui-components": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/codeeditor": "~4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.1.2",
"version": "7.1.3",
"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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/console": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/docmanager": "~4.1.5",
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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/documentsearch": "~4.1.5",
"@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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/ui-components": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/mainmenu": "~4.1.5",
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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/coreutils": "~6.1.5",
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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/cells": "~4.1.5",
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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/coreutils": "~6.1.5",
"@jupyterlab/terminal": "~4.1.5",
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.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/tree": "^7.1.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyter-notebook/tree": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/coreutils": "~6.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree",
"version": "7.1.2",
"version": "7.1.3",
"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.2",
"@jupyter-notebook/application": "^7.1.3",
"@jupyterlab/application": "~4.1.5",
"@jupyterlab/apputils": "~4.2.5",
"@jupyterlab/coreutils": "~6.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.1.2",
"version": "7.1.3",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down

0 comments on commit 48690a3

Please sign in to comment.