Skip to content

Commit

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

jupyter-notebook-application-7.0.0-alpha.2.tgz: 160b7177790b0ee35f08e2bca828e9e20538aa29ea2460e54ea8c8a54a8fa85f

jupyter-notebook-application-extension-7.0.0-alpha.2.tgz: a0f996a4b94cd85d6ffd48e843f6437480210122d5e808a480267c3af46d82a2

jupyter-notebook-console-extension-7.0.0-alpha.2.tgz: 5e3f902609f7aa8d4060cd2d9d3418de3a5b292e8979d12fb9040c6215879892

jupyter-notebook-docmanager-extension-7.0.0-alpha.2.tgz: eff43a5bf6d8aeb133abeb55d92df48ab9f0324c04e012229f562184ac0e7276

jupyter-notebook-documentsearch-extension-7.0.0-alpha.2.tgz: c1bfb6cf1df4bf121739037f83392487a6122dad872201e2ee61341c6f3883b2

jupyter-notebook-help-extension-7.0.0-alpha.2.tgz: 4d60538bbdafd04e6a86caa023833c8805837ad18a334b373395ef06197d3ad0

jupyter-notebook-lab-extension-7.0.0-alpha.2.tgz: 27a1c522d14a00930253b5b274bd826347bc74778c97c107542f78773addff3e

jupyter-notebook-notebook-extension-7.0.0-alpha.2.tgz: d59e4bf7905f875854b30d0375ce01f18fd91ab04d251014ed96cc404eb985d9

jupyter-notebook-terminal-extension-7.0.0-alpha.2.tgz: 02729e33a3d67df9f5fcdac29449f4e657aa972a25050cc22021a970f5b689c8

jupyter-notebook-tree-extension-7.0.0-alpha.2.tgz: 0904ae6751592e9e259fb36721263a071bc65a7e7e74f7a94c453324a4d7cd67

jupyter-notebook-ui-components-7.0.0-alpha.2.tgz: fe42cebe0f38bce37855f878f6334cc5012d809fcf7e8aff39459fab389b840c

notebook-7.0.0a2-py3-none-any.whl: 635db8e4d6c530229ed9e969a0327557c8bf37fb191694d38aa563ae6e1f0312

notebook-7.0.0a2.tar.gz: 102c635947f610d9eaae11f8fde14ed85d4cea06df9732e746def9e95110ee72
  • Loading branch information
github-actions[bot] committed Mar 21, 2022
1 parent ed8b1fa commit 3031084
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', 1
current_version = 7, 0, 0, 'alpha', 2
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.1",
"version": "7.0.0-alpha.2",
"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.1",
"@jupyter-notebook/application-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/console-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/help-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/notebook-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/terminal-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.1",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.1",
"@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",
"@jupyterlab/application": "~4.0.0-alpha.7",
"@jupyterlab/application-extension": "~4.0.0-alpha.7",
"@jupyterlab/apputils": "~4.0.0-alpha.7",
Expand Down Expand Up @@ -94,16 +94,16 @@
"yjs": "~13.5.28"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.1",
"@jupyter-notebook/application-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/console-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/help-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/notebook-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/terminal-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.1",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
"@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",
"@jupyterlab/application-extension": "^4.0.0-alpha.7",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.7",
"@jupyterlab/celltags": "^4.0.0-alpha.7",
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.1",
"version": "7.0.0-alpha.2",
"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 @@ -12,7 +12,7 @@
])

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

_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,7 +1,7 @@
{
"name": "@jupyter-notebook/metapackage",
"private": true,
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"description": "Jupyter Notebook - Metapackage",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
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.1",
"version": "7.0.0-alpha.2",
"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.1",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.1",
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
"@jupyterlab/application": "^4.0.0-alpha.7",
"@jupyterlab/apputils": "^4.0.0-alpha.7",
"@jupyterlab/celltags": "^4.0.0-alpha.7",
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.1",
"version": "7.0.0-alpha.2",
"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.1",
"version": "7.0.0-alpha.2",
"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.1",
"version": "7.0.0-alpha.2",
"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.1",
"version": "7.0.0-alpha.2",
"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.1",
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyterlab/application": "^4.0.0-alpha.7",
"@jupyterlab/documentsearch": "^4.0.0-alpha.7",
"@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.1",
"version": "7.0.0-alpha.2",
"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.1",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.2",
"@jupyterlab/application": "^4.0.0-alpha.7",
"@jupyterlab/apputils": "^4.0.0-alpha.7",
"@jupyterlab/mainmenu": "^4.0.0-alpha.7",
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.1",
"version": "7.0.0-alpha.2",
"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.1",
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyterlab/application": "^4.0.0-alpha.7",
"@jupyterlab/apputils": "^4.0.0-alpha.7",
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
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.1",
"version": "7.0.0-alpha.2",
"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.1",
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyterlab/application": "^4.0.0-alpha.7",
"@jupyterlab/apputils": "^4.0.0-alpha.7",
"@jupyterlab/cells": "^4.0.0-alpha.7",
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.1",
"version": "7.0.0-alpha.2",
"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.1",
"version": "7.0.0-alpha.2",
"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.1",
"@jupyter-notebook/application": "^7.0.0-alpha.2",
"@jupyterlab/application": "^4.0.0-alpha.7",
"@jupyterlab/apputils": "^4.0.0-alpha.7",
"@jupyterlab/coreutils": "^6.0.0-alpha.7",
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.1",
"version": "7.0.0-alpha.2",
"description": "Jupyter Notebook - UI components",
"homepage": "https://github.com/jupyter/notebook",
"bugs": {
Expand Down

0 comments on commit 3031084

Please sign in to comment.