Publish 0.3.16

SHA256 hashes:

retrolab-0.3.16-py3-none-any.whl: d666ddbee153f573a4e1cc17d065156e61abacc6678212862b93f0946c4b5c67

retrolab-0.3.16.tar.gz: 26db952c6676db3cb2c56c44456d8728d0c24ceb3cab7576c6d2a6e4e11e7f9c

retrolab-application-0.3.16.tgz: 5018daa422601868554244a822ef041d17e6ff3aaa7701bd144b03a278379ca2

retrolab-application-extension-0.3.16.tgz: 6dd5faf9e601aa3f25fcd0a279e4214e59e30ad83fbfb37ee40868302a41105c

retrolab-console-extension-0.3.16.tgz: 69b9a52326b7f17c67a1b2572da66314cfe5d49038348cfe6b195cd131ab2f79

retrolab-docmanager-extension-0.3.16.tgz: 2e761700124176cffc1e63d6179b448ff89ddba0f9bc91da0d5a8cdb3450f53f

retrolab-documentsearch-extension-0.3.16.tgz: 65b97bd15b9300c2a41226443e523760f35f80741d943dc34e075facc6901c11

retrolab-help-extension-0.3.16.tgz: 9a956bc74155fdc2a1436f2254d5fdebcba4c5ccc7d4314a020ca5f6c64da9c5

retrolab-lab-extension-0.3.16.tgz: 021cb2ca5b5e7442a214bfba702e83d3a749aaccc7f0b5b2dfeff09cb4ad93a2

retrolab-notebook-extension-0.3.16.tgz: 4ac95a057bfbbce68ab62bd3abd35e08035cf6817c33697a795ea132dc74d8d8

retrolab-terminal-extension-0.3.16.tgz: c1e24f4e38a92f863af7c88de93b95db8074bc0c32dee8cef293da57ece8bc3c

retrolab-tree-extension-0.3.16.tgz: 4001d74412ff230240f2352b9966c7cdd9dffb5a68617fdcfa5e806ffd1c9c2a

retrolab-ui-components-0.3.16.tgz: 1820678d0a47064d822e7b45742c484bfa59633b7d8f4e735822fbf88fb18789
GitHub Action 4 years ago
parent 68e3c9aa10
commit 3470287389

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 3, 15, 'final', 0
current_version = 0, 3, 16, '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.15",
"version": "0.3.16",
"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.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",
"@retrolab/application": "~0.3.16",
"@retrolab/application-extension": "~0.3.16",
"@retrolab/console-extension": "~0.3.16",
"@retrolab/docmanager-extension": "~0.3.16",
"@retrolab/documentsearch-extension": "~0.3.16",
"@retrolab/help-extension": "~0.3.16",
"@retrolab/notebook-extension": "~0.3.16",
"@retrolab/terminal-extension": "~0.3.16",
"@retrolab/tree-extension": "~0.3.16",
"@retrolab/ui-components": "~0.3.16",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.23"
@ -119,16 +119,16 @@
"@jupyterlab/tooltip-extension": "^3.2.6",
"@jupyterlab/translation-extension": "^3.2.6",
"@jupyterlab/vega5-extension": "^3.2.6",
"@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"
"@retrolab/application": "^0.3.16",
"@retrolab/application-extension": "^0.3.16",
"@retrolab/console-extension": "^0.3.16",
"@retrolab/docmanager-extension": "^0.3.16",
"@retrolab/documentsearch-extension": "^0.3.16",
"@retrolab/help-extension": "^0.3.16",
"@retrolab/notebook-extension": "^0.3.16",
"@retrolab/terminal-extension": "^0.3.16",
"@retrolab/tree-extension": "^0.3.16",
"@retrolab/ui-components": "^0.3.16"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.6",

@ -1,6 +1,6 @@
{
"name": "@retrolab/buildutils",
"version": "0.3.15",
"version": "0.3.16",
"private": true,
"description": "RetroLab - Build Utilities",
"homepage": "https://github.com/jupyterlab/retrolab",

@ -1,7 +1,7 @@
{
"name": "@retrolab/metapackage",
"private": true,
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Metapackage",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/application-extension",
"version": "0.3.15",
"version": "0.3.16",
"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.15",
"@retrolab/ui-components": "^0.3.15"
"@retrolab/application": "^0.3.16",
"@retrolab/ui-components": "^0.3.16"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/application",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Application",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/console-extension",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Console Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/docmanager-extension",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Document Manager Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/documentsearch-extension",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Document Search Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -42,7 +42,7 @@
"@jupyterlab/application": "^3.2.6",
"@jupyterlab/documentsearch": "^3.2.6",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.15"
"@retrolab/application": "^0.3.16"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/help-extension",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -43,7 +43,7 @@
"@jupyterlab/apputils": "^3.2.6",
"@jupyterlab/mainmenu": "^3.2.6",
"@jupyterlab/translation": "^3.2.6",
"@retrolab/ui-components": "^0.3.15"
"@retrolab/ui-components": "^0.3.16"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/lab-extension",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -52,7 +52,7 @@
"@jupyterlab/translation": "^3.2.6",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/application": "^0.3.15"
"@retrolab/application": "^0.3.16"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.6",

@ -1,6 +1,6 @@
{
"name": "@retrolab/notebook-extension",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Notebook Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -48,7 +48,7 @@
"@jupyterlab/translation": "^3.2.6",
"@lumino/polling": "^1.6.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.15"
"@retrolab/application": "^0.3.16"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/terminal-extension",
"version": "0.3.15",
"version": "0.3.16",
"description": "RetroLab - Terminal Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/tree-extension",
"version": "0.3.15",
"version": "0.3.16",
"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.15"
"@retrolab/application": "^0.3.16"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/ui-components",
"version": "0.3.15",
"version": "0.3.16",
"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, 15, 'final', 0)
version_info = VersionInfo(0, 3, 16, 'final', 0)
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Loading…
Cancel
Save