Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 479dd42

Browse files
committedMar 9, 2022
Publish 7.0.0a1
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.1.tgz: aa3f2c6f8736bb07784ad3b42cbe1c81c07e5dab90800a6053448f386b127495 jupyter-notebook-application-extension-7.0.0-alpha.1.tgz: 18acd0b6ac210c7f11a67dd19fd1dc1e89e5aa8140d8392ea60f9f1c35d5101e jupyter-notebook-console-extension-7.0.0-alpha.1.tgz: 84e05ccf0a8e1e9aa810e12687bc7a24295a9c00bccd6b55d5345fab3def2589 jupyter-notebook-docmanager-extension-7.0.0-alpha.1.tgz: 23ced746e4ec74f3aac6b917828b4397e9cafdb1dd91c9dcaf3a160a1aa6327f jupyter-notebook-documentsearch-extension-7.0.0-alpha.1.tgz: f24361bf2164e82df55f13ad506fc4fed773d7b39d83711534c85cc17f8e4cb1 jupyter-notebook-help-extension-7.0.0-alpha.1.tgz: a99f5a1d06006e10fac9e63dae21f6f96e18c8c6a6602fd6d9d442823f81872d jupyter-notebook-lab-extension-7.0.0-alpha.1.tgz: 68a9eccb1cbba8d206f5d1a5ca6b1d5efdc3857b3e82b58d85bfdedb5302d87c jupyter-notebook-notebook-extension-7.0.0-alpha.1.tgz: 08e741da2799aeceb5f0dc03d2b56e7d8d94a2e4dce6a7688fb3bdcf389ce7aa jupyter-notebook-terminal-extension-7.0.0-alpha.1.tgz: e227480e709b6730b7673ceaf0e214d5966c6b5c5d5a32c252ee89a9d8330d05 jupyter-notebook-tree-extension-7.0.0-alpha.1.tgz: 45e6335bf39bb4d2077e9a91d39ded1032691b3794b8997fb3f431a2bb2a43c0 jupyter-notebook-ui-components-7.0.0-alpha.1.tgz: 160f5c067d5abd83abbc15074d8871a3aaec9fed9bcc7c8d4ec543e8a517e5ad notebook-7.0.0a1-py3-none-any.whl: 830da9ad4d52a3acd979dc9b6d9ab221191bb76b1c58f25049dd81955c3c31a3 notebook-7.0.0a1.tar.gz: 3a01449eda92ce6cfeeba357d20b10774d8b19e93e6a46a9153bd8687abe3903
1 parent 483e2fb commit 479dd42

File tree

16 files changed

+51
-51
lines changed

16 files changed

+51
-51
lines changed
 

‎.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[bumpversion]
2-
current_version = 7, 0, 0, 'alpha', 0
2+
current_version = 7, 0, 0, 'alpha', 1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
6-
serialize =
6+
serialize =
77
{major}, {minor}, {patch}, '{release}', {build}
88
99
[bumpversion:part:release]
1010
optional_value = final
11-
values =
11+
values =
1212
alpha
1313
beta
1414
candidate

‎app/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/app",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -11,16 +11,16 @@
1111
"watch": "webpack --config ./webpack.config.watch.js"
1212
},
1313
"resolutions": {
14-
"@jupyter-notebook/application": "~7.0.0-alpha.0",
15-
"@jupyter-notebook/application-extension": "~7.0.0-alpha.0",
16-
"@jupyter-notebook/console-extension": "~7.0.0-alpha.0",
17-
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.0",
18-
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.0",
19-
"@jupyter-notebook/help-extension": "~7.0.0-alpha.0",
20-
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.0",
21-
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.0",
22-
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.0",
23-
"@jupyter-notebook/ui-components": "~7.0.0-alpha.0",
14+
"@jupyter-notebook/application": "~7.0.0-alpha.1",
15+
"@jupyter-notebook/application-extension": "~7.0.0-alpha.1",
16+
"@jupyter-notebook/console-extension": "~7.0.0-alpha.1",
17+
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.1",
18+
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.1",
19+
"@jupyter-notebook/help-extension": "~7.0.0-alpha.1",
20+
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.1",
21+
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.1",
22+
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.1",
23+
"@jupyter-notebook/ui-components": "~7.0.0-alpha.1",
2424
"@jupyterlab/application": "~4.0.0-alpha.5",
2525
"@jupyterlab/application-extension": "~4.0.0-alpha.5",
2626
"@jupyterlab/apputils": "~4.0.0-alpha.5",
@@ -93,16 +93,16 @@
9393
"yjs": "~13.5.27"
9494
},
9595
"dependencies": {
96-
"@jupyter-notebook/application": "^7.0.0-alpha.0",
97-
"@jupyter-notebook/application-extension": "^7.0.0-alpha.0",
98-
"@jupyter-notebook/console-extension": "^7.0.0-alpha.0",
99-
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.0",
100-
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.0",
101-
"@jupyter-notebook/help-extension": "^7.0.0-alpha.0",
102-
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.0",
103-
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.0",
104-
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.0",
105-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.0",
96+
"@jupyter-notebook/application": "^7.0.0-alpha.1",
97+
"@jupyter-notebook/application-extension": "^7.0.0-alpha.1",
98+
"@jupyter-notebook/console-extension": "^7.0.0-alpha.1",
99+
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.1",
100+
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.1",
101+
"@jupyter-notebook/help-extension": "^7.0.0-alpha.1",
102+
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.1",
103+
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.1",
104+
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.1",
105+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
106106
"@jupyterlab/application-extension": "^4.0.0-alpha.5",
107107
"@jupyterlab/apputils-extension": "^4.0.0-alpha.5",
108108
"@jupyterlab/celltags": "^4.0.0-alpha.5",

‎buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/buildutils",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"private": true,
55
"description": "Jupyter Notebook - Build Utilities",
66
"homepage": "https://github.com/jupyter/notebook",

‎notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
])
1313

1414
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
15-
version_info = VersionInfo(7, 0, 0, 'alpha', 0)
15+
version_info = VersionInfo(7, 0, 0, 'alpha', 1)
1616

1717
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
1818

‎packages/_metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jupyter-notebook/metapackage",
33
"private": true,
4-
"version": "7.0.0-alpha.0",
4+
"version": "7.0.0-alpha.1",
55
"description": "Jupyter Notebook - Metapackage",
66
"homepage": "https://github.com/jupyter/notebook",
77
"bugs": {

‎packages/application-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Application Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,6 +39,8 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42+
"@jupyter-notebook/application": "^7.0.0-alpha.1",
43+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
4244
"@jupyterlab/application": "^4.0.0-alpha.5",
4345
"@jupyterlab/apputils": "^4.0.0-alpha.5",
4446
"@jupyterlab/celltags": "^4.0.0-alpha.5",
@@ -53,9 +55,7 @@
5355
"@jupyterlab/translation": "^4.0.0-alpha.4",
5456
"@lumino/coreutils": "^1.12.0",
5557
"@lumino/disposable": "^1.10.1",
56-
"@lumino/widgets": "^1.31.1",
57-
"@jupyter-notebook/application": "^7.0.0-alpha.0",
58-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.0"
58+
"@lumino/widgets": "^1.31.1"
5959
},
6060
"devDependencies": {
6161
"rimraf": "~3.0.0",

‎packages/application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/application",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Application",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

‎packages/console-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/console-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Console Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

‎packages/docmanager-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/docmanager-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Document Manager Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

‎packages/documentsearch-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/documentsearch-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Document Search Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,10 +39,10 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42+
"@jupyter-notebook/application": "^7.0.0-alpha.1",
4243
"@jupyterlab/application": "^4.0.0-alpha.4",
4344
"@jupyterlab/documentsearch": "^4.0.0-alpha.4",
44-
"@lumino/widgets": "^1.31.1",
45-
"@jupyter-notebook/application": "^7.0.0-alpha.0"
45+
"@lumino/widgets": "^1.31.1"
4646
},
4747
"devDependencies": {
4848
"rimraf": "~3.0.0",

‎packages/help-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/help-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Help Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,11 +39,11 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42+
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
4243
"@jupyterlab/application": "^4.0.0-alpha.5",
4344
"@jupyterlab/apputils": "^4.0.0-alpha.5",
4445
"@jupyterlab/mainmenu": "^4.0.0-alpha.5",
45-
"@jupyterlab/translation": "^4.0.0-alpha.4",
46-
"@jupyter-notebook/ui-components": "^7.0.0-alpha.0"
46+
"@jupyterlab/translation": "^4.0.0-alpha.4"
4747
},
4848
"devDependencies": {
4949
"rimraf": "~3.0.0",

‎packages/lab-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/lab-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Lab Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -43,6 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46+
"@jupyter-notebook/application": "^7.0.0-alpha.1",
4647
"@jupyterlab/application": "^4.0.0-alpha.5",
4748
"@jupyterlab/apputils": "^4.0.0-alpha.5",
4849
"@jupyterlab/coreutils": "^6.0.0-alpha.5",
@@ -51,8 +52,7 @@
5152
"@jupyterlab/notebook": "^4.0.0-alpha.5",
5253
"@jupyterlab/translation": "^4.0.0-alpha.4",
5354
"@lumino/commands": "^1.20.0",
54-
"@lumino/disposable": "^1.10.1",
55-
"@jupyter-notebook/application": "^7.0.0-alpha.0"
55+
"@lumino/disposable": "^1.10.1"
5656
},
5757
"devDependencies": {
5858
"@jupyterlab/builder": "^4.0.0-alpha.5",

‎packages/notebook-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/notebook-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Notebook Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,6 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42+
"@jupyter-notebook/application": "^7.0.0-alpha.1",
4243
"@jupyterlab/application": "^4.0.0-alpha.5",
4344
"@jupyterlab/apputils": "^4.0.0-alpha.5",
4445
"@jupyterlab/cells": "^4.0.0-alpha.5",
@@ -47,8 +48,7 @@
4748
"@jupyterlab/settingregistry": "^4.0.0-alpha.5",
4849
"@jupyterlab/translation": "^4.0.0-alpha.4",
4950
"@lumino/polling": "^1.10.0",
50-
"@lumino/widgets": "^1.31.1",
51-
"@jupyter-notebook/application": "^7.0.0-alpha.0"
51+
"@lumino/widgets": "^1.31.1"
5252
},
5353
"devDependencies": {
5454
"rimraf": "~3.0.0",

‎packages/terminal-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/terminal-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Terminal Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

‎packages/tree-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/tree-extension",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - Tree Extension",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {
@@ -39,6 +39,7 @@
3939
"watch": "tsc -b --watch"
4040
},
4141
"dependencies": {
42+
"@jupyter-notebook/application": "^7.0.0-alpha.1",
4243
"@jupyterlab/application": "^4.0.0-alpha.5",
4344
"@jupyterlab/apputils": "^4.0.0-alpha.5",
4445
"@jupyterlab/coreutils": "^6.0.0-alpha.5",
@@ -52,8 +53,7 @@
5253
"@jupyterlab/ui-components": "^4.0.0-alpha.19",
5354
"@lumino/algorithm": "^1.9.1",
5455
"@lumino/commands": "^1.20.0",
55-
"@lumino/widgets": "^1.31.1",
56-
"@jupyter-notebook/application": "^7.0.0-alpha.0"
56+
"@lumino/widgets": "^1.31.1"
5757
},
5858
"devDependencies": {
5959
"rimraf": "~3.0.0",

‎packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/ui-components",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
44
"description": "Jupyter Notebook - UI components",
55
"homepage": "https://github.com/jupyter/notebook",
66
"bugs": {

0 commit comments

Comments
 (0)
Please sign in to comment.