mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Publish 0.3.15
SHA256 hashes: retrolab-0.3.15-py3-none-any.whl: b6daf09ddd40e69122d1d3eeaefbd234b6a3afd2f0906363efcdadfe365e9e1a retrolab-0.3.15.tar.gz: 44b23a746990f614fbc6e971356b72ff2a6afa39f0065d78e8ddb668fef9df89 retrolab-application-0.3.15.tgz: 9945de6b3f89e7e747afb9f61346b195426afb2ade7972cf61528dfd20c07578 retrolab-application-extension-0.3.15.tgz: 196bbd85b5a301fe6a47a737cf0c2e1a5c2be932d06b365a39e4529bff68a7b3 retrolab-console-extension-0.3.15.tgz: 1607e3e845c457632035e9b2ad7492dc20064bd8026a903b0e12cbe6e710f6d4 retrolab-docmanager-extension-0.3.15.tgz: 877de83498aeab6fd28cd1c03734dc0d4a4134411a2a9900c4a8ada5550a8bd2 retrolab-documentsearch-extension-0.3.15.tgz: a4583f15162fdded4d230abf5b525b26ec5022029ce5eac3d305694967cab51f retrolab-help-extension-0.3.15.tgz: 19c531dfef73129ae807d6c2a9bdae25913f3f12b64d2560cc9d13357434bbbc retrolab-lab-extension-0.3.15.tgz: 58de3b7d0b25ed432abb7a151643529a63e385528bd91f17e277c49139cd71a9 retrolab-notebook-extension-0.3.15.tgz: 61909b79cb289ae5347b9597c59226e9c45400e16f86fac571ef6d93daadf1b6 retrolab-terminal-extension-0.3.15.tgz: 46d4fd056c41d4edbeafc84f2c672974d0dd2b63f4684fa005cddf98308f62ee retrolab-tree-extension-0.3.15.tgz: 1fab203ac615507bbcf132aa1038f6da3f48a9c9f75780aabba3114ef25662c4 retrolab-ui-components-0.3.15.tgz: be8d17bb8e11f379946924ad07973ab7f4ea7004b2b2a4df14e0ad2be3bdb23f
This commit is contained in:
parent
e171cc0d30
commit
6163f35d4f
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0, 3, 14, 'final', 0
|
||||
current_version = 0, 3, 15, 'final', 0
|
||||
commit = False
|
||||
tag = False
|
||||
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/app",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
@ -76,16 +76,16 @@
|
||||
"@lumino/signaling": "~1.7.0",
|
||||
"@lumino/virtualdom": "~1.11.0",
|
||||
"@lumino/widgets": "~1.23.0",
|
||||
"@retrolab/application": "~0.3.14",
|
||||
"@retrolab/application-extension": "~0.3.14",
|
||||
"@retrolab/console-extension": "~0.3.14",
|
||||
"@retrolab/docmanager-extension": "~0.3.14",
|
||||
"@retrolab/documentsearch-extension": "~0.3.14",
|
||||
"@retrolab/help-extension": "~0.3.14",
|
||||
"@retrolab/notebook-extension": "~0.3.14",
|
||||
"@retrolab/terminal-extension": "~0.3.14",
|
||||
"@retrolab/tree-extension": "~0.3.14",
|
||||
"@retrolab/ui-components": "~0.3.14",
|
||||
"@retrolab/application": "~0.3.15",
|
||||
"@retrolab/application-extension": "~0.3.15",
|
||||
"@retrolab/console-extension": "~0.3.15",
|
||||
"@retrolab/docmanager-extension": "~0.3.15",
|
||||
"@retrolab/documentsearch-extension": "~0.3.15",
|
||||
"@retrolab/help-extension": "~0.3.15",
|
||||
"@retrolab/notebook-extension": "~0.3.15",
|
||||
"@retrolab/terminal-extension": "~0.3.15",
|
||||
"@retrolab/tree-extension": "~0.3.15",
|
||||
"@retrolab/ui-components": "~0.3.15",
|
||||
"react": "~17.0.2",
|
||||
"react-dom": "~17.0.2",
|
||||
"yjs": "~13.5.23"
|
||||
@ -119,16 +119,16 @@
|
||||
"@jupyterlab/tooltip-extension": "^3.2.5",
|
||||
"@jupyterlab/translation-extension": "^3.2.5",
|
||||
"@jupyterlab/vega5-extension": "^3.2.5",
|
||||
"@retrolab/application": "^0.3.14",
|
||||
"@retrolab/application-extension": "^0.3.14",
|
||||
"@retrolab/console-extension": "^0.3.14",
|
||||
"@retrolab/docmanager-extension": "^0.3.14",
|
||||
"@retrolab/documentsearch-extension": "^0.3.14",
|
||||
"@retrolab/help-extension": "^0.3.14",
|
||||
"@retrolab/notebook-extension": "^0.3.14",
|
||||
"@retrolab/terminal-extension": "^0.3.14",
|
||||
"@retrolab/tree-extension": "^0.3.14",
|
||||
"@retrolab/ui-components": "^0.3.14"
|
||||
"@retrolab/application": "^0.3.15",
|
||||
"@retrolab/application-extension": "^0.3.15",
|
||||
"@retrolab/console-extension": "^0.3.15",
|
||||
"@retrolab/docmanager-extension": "^0.3.15",
|
||||
"@retrolab/documentsearch-extension": "^0.3.15",
|
||||
"@retrolab/help-extension": "^0.3.15",
|
||||
"@retrolab/notebook-extension": "^0.3.15",
|
||||
"@retrolab/terminal-extension": "^0.3.15",
|
||||
"@retrolab/tree-extension": "^0.3.15",
|
||||
"@retrolab/ui-components": "^0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^3.2.5",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/buildutils",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"private": true,
|
||||
"description": "RetroLab - Build Utilities",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@retrolab/metapackage",
|
||||
"private": true,
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Metapackage",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/application-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Application Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
@ -54,8 +54,8 @@
|
||||
"@lumino/coreutils": "^1.8.0",
|
||||
"@lumino/disposable": "^1.7.0",
|
||||
"@lumino/widgets": "^1.23.0",
|
||||
"@retrolab/application": "^0.3.14",
|
||||
"@retrolab/ui-components": "^0.3.14"
|
||||
"@retrolab/application": "^0.3.15",
|
||||
"@retrolab/ui-components": "^0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "~3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/application",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Application",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/console-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Console Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/docmanager-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Document Manager Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/documentsearch-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Document Search Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
@ -42,7 +42,7 @@
|
||||
"@jupyterlab/application": "^3.2.5",
|
||||
"@jupyterlab/documentsearch": "^3.2.5",
|
||||
"@lumino/widgets": "^1.23.0",
|
||||
"@retrolab/application": "^0.3.14"
|
||||
"@retrolab/application": "^0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "~3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/help-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Help Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
@ -43,7 +43,7 @@
|
||||
"@jupyterlab/apputils": "^3.2.5",
|
||||
"@jupyterlab/mainmenu": "^3.2.5",
|
||||
"@jupyterlab/translation": "^3.2.5",
|
||||
"@retrolab/ui-components": "^0.3.14"
|
||||
"@retrolab/ui-components": "^0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "~3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/lab-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Lab Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
@ -52,7 +52,7 @@
|
||||
"@jupyterlab/translation": "^3.2.5",
|
||||
"@lumino/commands": "^1.15.0",
|
||||
"@lumino/disposable": "^1.7.0",
|
||||
"@retrolab/application": "^0.3.14"
|
||||
"@retrolab/application": "^0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jupyterlab/builder": "^3.2.5",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/notebook-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Notebook Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
@ -48,7 +48,7 @@
|
||||
"@jupyterlab/translation": "^3.2.5",
|
||||
"@lumino/polling": "^1.6.0",
|
||||
"@lumino/widgets": "^1.23.0",
|
||||
"@retrolab/application": "^0.3.14"
|
||||
"@retrolab/application": "^0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "~3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/terminal-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Terminal Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/tree-extension",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - Tree Extension",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
@ -53,7 +53,7 @@
|
||||
"@lumino/algorithm": "^1.6.0",
|
||||
"@lumino/commands": "^1.15.0",
|
||||
"@lumino/widgets": "^1.23.0",
|
||||
"@retrolab/application": "^0.3.14"
|
||||
"@retrolab/application": "^0.3.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "~3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@retrolab/ui-components",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "RetroLab - UI components",
|
||||
"homepage": "https://github.com/jupyterlab/retrolab",
|
||||
"bugs": {
|
||||
|
@ -12,7 +12,7 @@ VersionInfo = namedtuple('VersionInfo', [
|
||||
])
|
||||
|
||||
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
|
||||
version_info = VersionInfo(0, 3, 14, 'final', 0)
|
||||
version_info = VersionInfo(0, 3, 15, 'final', 0)
|
||||
|
||||
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user