Publish 0.3.8

SHA256 hashes:

retrolab-0.3.8-py3-none-any.whl: 76cee722f2e455ba06b8629ace5675ff1488f5c2979aef007a03c8a1722cffcc

retrolab-0.3.8.tar.gz: 3dc7150d3db6b51a8887143dd697c7cf5f95a70323821f6b019673f1ddd07101

retrolab-application-0.3.8.tgz: 420360584d7d6f9729ae50bc0e244ffe767dbd064d1896abf511bad55b961069

retrolab-application-extension-0.3.8.tgz: 2ec4abc48c2e319f881fc01870933cd74fddc91bd88c8e85b4c072bfb7190be9

retrolab-console-extension-0.3.8.tgz: b870addcfef46ed0cbfacf5a9cdb03f2a5fe20712debb85c89931a816604feba

retrolab-docmanager-extension-0.3.8.tgz: 6a9ffa01d64a39d010b345b2952136032a895d876ddfecc6aa0f80f8229f767d

retrolab-help-extension-0.3.8.tgz: 04968dc9662b0aac83853ad367ea56b3d221546f4436a1b0138558d4976bad87

retrolab-lab-extension-0.3.8.tgz: 96dc7dcc4dfb96dccf66db62be3bf2bb4968f97c1756059a440bcd1f9eb810c7

retrolab-notebook-extension-0.3.8.tgz: 8ca8efc5d3c81ccb687772063b635a41a9603fd3cad3b6597e4823c74ed39f29

retrolab-terminal-extension-0.3.8.tgz: 03e27a9299af9c0f3a715df4452008c2a752de0953d75f051da875e410d8d312

retrolab-tree-extension-0.3.8.tgz: 56d72a9a1ba36fedbe5b2c03d59d2f9e107880be7a8a5ea18e1f4fb44a413920

retrolab-ui-components-0.3.8.tgz: 0e593dbe249ebe132da1aca82c09626df87d63deb893f515cf8d46a0060d8716
GitHub Action 5 years ago
parent 7d1c2e11e1
commit 9728d150f5

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 3, 7, 'final', 0
current_version = 0, 3, 8, '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.7",
"version": "0.3.8",
"private": true,
"scripts": {
"build": "webpack",
@ -78,15 +78,15 @@
"@lumino/signaling": "~1.7.0",
"@lumino/virtualdom": "~1.11.0",
"@lumino/widgets": "~1.23.0",
"@retrolab/application": "~0.3.7",
"@retrolab/application-extension": "~0.3.7",
"@retrolab/console-extension": "~0.3.7",
"@retrolab/docmanager-extension": "~0.3.7",
"@retrolab/help-extension": "~0.3.7",
"@retrolab/notebook-extension": "~0.3.7",
"@retrolab/terminal-extension": "~0.3.7",
"@retrolab/tree-extension": "~0.3.7",
"@retrolab/ui-components": "~0.3.7",
"@retrolab/application": "~0.3.8",
"@retrolab/application-extension": "~0.3.8",
"@retrolab/console-extension": "~0.3.8",
"@retrolab/docmanager-extension": "~0.3.8",
"@retrolab/help-extension": "~0.3.8",
"@retrolab/notebook-extension": "~0.3.8",
"@retrolab/terminal-extension": "~0.3.8",
"@retrolab/tree-extension": "~0.3.8",
"@retrolab/ui-components": "~0.3.8",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.10"
@ -119,15 +119,15 @@
"@jupyterlab/tooltip-extension": "^3.1.11",
"@jupyterlab/translation-extension": "^3.1.11",
"@jupyterlab/vega5-extension": "^3.1.12",
"@retrolab/application": "^0.3.7",
"@retrolab/application-extension": "^0.3.7",
"@retrolab/console-extension": "^0.3.7",
"@retrolab/docmanager-extension": "^0.3.7",
"@retrolab/help-extension": "^0.3.7",
"@retrolab/notebook-extension": "^0.3.7",
"@retrolab/terminal-extension": "^0.3.7",
"@retrolab/tree-extension": "^0.3.7",
"@retrolab/ui-components": "^0.3.7"
"@retrolab/application": "^0.3.8",
"@retrolab/application-extension": "^0.3.8",
"@retrolab/console-extension": "^0.3.8",
"@retrolab/docmanager-extension": "^0.3.8",
"@retrolab/help-extension": "^0.3.8",
"@retrolab/notebook-extension": "^0.3.8",
"@retrolab/terminal-extension": "^0.3.8",
"@retrolab/tree-extension": "^0.3.8",
"@retrolab/ui-components": "^0.3.8"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.12",

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@retrolab/lab-extension",
"version": "0.3.7",
"version": "0.3.8",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -53,8 +53,8 @@
"@jupyterlab/ui-components": "^3.1.11",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/application": "^0.3.7",
"@retrolab/ui-components": "^0.3.7"
"@retrolab/application": "^0.3.8",
"@retrolab/ui-components": "^0.3.8"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.12",

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

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

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

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

Loading…
Cancel
Save