Skip to content

Commit

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

jupyter-notebook-application-7.0.0-alpha.3.tgz: b367ef45ad91b784fb136393bf0e45e57cd32dc37d2b0533e459d1477a36376d

jupyter-notebook-application-extension-7.0.0-alpha.3.tgz: 3b82d330aae35a25e0e6a7b1b175d50a8de9c67003a99b3c5a25d24ff06aad6f

jupyter-notebook-console-extension-7.0.0-alpha.3.tgz: e225206ee6b60665c499db686f03076390c229b042b12ef41699517cb6b7131e

jupyter-notebook-docmanager-extension-7.0.0-alpha.3.tgz: ccd5b95208337b85dd1a69dd53fd2094104c8ff39af8c412b262f906a69d43a0

jupyter-notebook-documentsearch-extension-7.0.0-alpha.3.tgz: f7a51d71895d0f5665c47e82f1fcd09a895bb70757665a992a674cc561d1acdd

jupyter-notebook-help-extension-7.0.0-alpha.3.tgz: 137ff7f2831dcd8b403db3f9a36e148d1f0f318c322cdf37bb974aa002b7fc40

jupyter-notebook-lab-extension-7.0.0-alpha.3.tgz: 4c0d7e33561195bc4f70d7df193059f9803f4cccc9bb325f73ca02448ea17f1f

jupyter-notebook-notebook-extension-7.0.0-alpha.3.tgz: ecb6b3ae56e96ee8a3a0a01f580e4b4451844043138513b0c670c6bde455a2b9

jupyter-notebook-terminal-extension-7.0.0-alpha.3.tgz: b850adbae75538bdc565ac63e0c0de453e263e94adb83cec2be028908af40e15

jupyter-notebook-tree-extension-7.0.0-alpha.3.tgz: 56fd95c7b728f9fc8f5830127bc9dae6bddd1658881f0ba1cf33bee5b4256a95

jupyter-notebook-ui-components-7.0.0-alpha.3.tgz: 044cc95eb204dc02f5869386f88f96432e7fe860b266257a26c70bb524bf794d

notebook-7.0.0a3-py3-none-any.whl: 2cee74a876ee6751aa497c99b172264dd797a9811aa921cc68959307794187d8

notebook-7.0.0a3.tar.gz: 98f3ff7e85a668f0517d2bf88747868d23676171f992ea3ede6a501cb5609018
  • Loading branch information
github-actions[bot] committed Apr 27, 2022
1 parent 275019f commit 60d58a6
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7, 0, 0, "alpha", 2
current_version = 7, 0, 0, "alpha", 3
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)
Expand Down
42 changes: 21 additions & 21 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/app",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -11,16 +11,16 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@jupyter-notebook/application": "~7.0.0-alpha.2",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.2",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.2",
"@jupyter-notebook/application": "~7.0.0-alpha.3",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.3",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.3",
"@jupyterlab/application": "~4.0.0-alpha.9",
"@jupyterlab/application-extension": "~4.0.0-alpha.9",
"@jupyterlab/apputils": "~4.0.0-alpha.9",
Expand Down Expand Up @@ -94,16 +94,16 @@
"yjs": "~13.5.28"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
"@jupyter-notebook/application": "^7.0.0-alpha.3",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.3",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.3",
"@jupyterlab/application-extension": "^4.0.0-alpha.9",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.9",
"@jupyterlab/celltags": "^4.0.0-alpha.9",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/buildutils",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(7, 0, 0, "alpha", 2)
version_info = VersionInfo(7, 0, 0, "alpha", 3)

_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}

Expand Down
2 changes: 1 addition & 1 deletion packages/_metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/metapackage",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"private": true,
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
Expand Down
6 changes: 3 additions & 3 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Application Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
"@jupyter-notebook/application": "^7.0.0-alpha.3",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.9",
"@jupyterlab/apputils": "^4.0.0-alpha.9",
"@jupyterlab/celltags": "^4.0.0-alpha.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/application",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Application",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/console-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Console Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/docmanager-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Document Manager Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/documentsearch-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/documentsearch-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Document Search Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyter-notebook/application": "^7.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.9",
"@jupyterlab/documentsearch": "^4.0.0-alpha.9",
"@lumino/widgets": "^1.31.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/help-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/help-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Help Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.9",
"@jupyterlab/apputils": "^4.0.0-alpha.9",
"@jupyterlab/mainmenu": "^4.0.0-alpha.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/lab-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.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.0.0-alpha.2",
"@jupyter-notebook/application": "^7.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.9",
"@jupyterlab/apputils": "^4.0.0-alpha.9",
"@jupyterlab/coreutils": "^6.0.0-alpha.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/notebook-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Notebook Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyter-notebook/application": "^7.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.9",
"@jupyterlab/apputils": "^4.0.0-alpha.9",
"@jupyterlab/cells": "^4.0.0-alpha.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/terminal-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Terminal Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/tree-extension",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - Tree Extension",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyter-notebook/application": "^7.0.0-alpha.3",
"@jupyterlab/application": "^4.0.0-alpha.9",
"@jupyterlab/apputils": "^4.0.0-alpha.9",
"@jupyterlab/coreutils": "^6.0.0-alpha.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-notebook/ui-components",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down

0 comments on commit 60d58a6

Please sign in to comment.