Publish 0.3.6

SHA256 hashes:

retrolab-0.3.6-py3-none-any.whl: 8170064f1ae7cd7f246ae231472fec3eb4d468b8a316cca21c48bcb094ad5797

retrolab-0.3.6.tar.gz: 2473c5a88623d236c99059ae63dda64cd5d8b300ae7801b3aaa6596d342eea6c

retrolab-application-0.3.6.tgz: cdd765abf935e99ff455230bb8fc7704221bbc5bedaa543d2e5ee5fa85e7529d

retrolab-application-extension-0.3.6.tgz: 288a74fa2569d498c1e9f8bd46851f79f958314847f790c7759197bb85f25527

retrolab-console-extension-0.3.6.tgz: 1306b9fbd888dc9bdc4c0677c8a5a4bc940d7da50869e6d4c2adc2824e0eff8e

retrolab-docmanager-extension-0.3.6.tgz: 925822c40b560a1f3d8c806ae6220da18b2a4af6eb615ddb33f776fc5f4041dc

retrolab-help-extension-0.3.6.tgz: 8f20c6980f084b7fc1021ceca84f18bd4c2fb463171cac306f17821950707c79

retrolab-lab-extension-0.3.6.tgz: e597330a671ab4c6adb2b202a461793b480e7ae70f2868d6c92d44365831f0a6

retrolab-notebook-extension-0.3.6.tgz: 5338905c48fca1c18d7bfa54347a41f079d81f7b723e578cd79fb9f7feebc445

retrolab-terminal-extension-0.3.6.tgz: 45ebc34c8f3e9fe5fa527604a3a1b71e6a6ac048987367616e1abc95f7fb44ef

retrolab-tree-extension-0.3.6.tgz: d4ff79d0d4ed6e3eb7b377e1d4c2da02770528079cc595c9681cbef3f19692e8

retrolab-ui-components-0.3.6.tgz: b431d0ee8e0cbb5e4869e9d493fd6b36d26d29f1d55fb1b1b76bef5557638224
pull/6294/head
GitHub Action 5 years ago
parent 1c99f7b507
commit 40bf5bc523

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 3, 5, 'final', 0
current_version = 0, 3, 6, '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.5",
"version": "0.3.6",
"private": true,
"scripts": {
"build": "webpack",
@ -76,15 +76,15 @@
"@lumino/signaling": "~1.7.0",
"@lumino/virtualdom": "~1.11.0",
"@lumino/widgets": "~1.23.0",
"@retrolab/application": "~0.3.5",
"@retrolab/application-extension": "~0.3.5",
"@retrolab/console-extension": "~0.3.5",
"@retrolab/docmanager-extension": "~0.3.5",
"@retrolab/help-extension": "~0.3.5",
"@retrolab/notebook-extension": "~0.3.5",
"@retrolab/terminal-extension": "~0.3.5",
"@retrolab/tree-extension": "~0.3.5",
"@retrolab/ui-components": "~0.3.5",
"@retrolab/application": "~0.3.6",
"@retrolab/application-extension": "~0.3.6",
"@retrolab/console-extension": "~0.3.6",
"@retrolab/docmanager-extension": "~0.3.6",
"@retrolab/help-extension": "~0.3.6",
"@retrolab/notebook-extension": "~0.3.6",
"@retrolab/terminal-extension": "~0.3.6",
"@retrolab/tree-extension": "~0.3.6",
"@retrolab/ui-components": "~0.3.6",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.10"
@ -116,15 +116,15 @@
"@jupyterlab/theme-light-extension": "^3.1.8",
"@jupyterlab/tooltip-extension": "^3.1.8",
"@jupyterlab/vega5-extension": "^3.1.9",
"@retrolab/application": "^0.3.5",
"@retrolab/application-extension": "^0.3.5",
"@retrolab/console-extension": "^0.3.5",
"@retrolab/docmanager-extension": "^0.3.5",
"@retrolab/help-extension": "^0.3.5",
"@retrolab/notebook-extension": "^0.3.5",
"@retrolab/terminal-extension": "^0.3.5",
"@retrolab/tree-extension": "^0.3.5",
"@retrolab/ui-components": "^0.3.5"
"@retrolab/application": "^0.3.6",
"@retrolab/application-extension": "^0.3.6",
"@retrolab/console-extension": "^0.3.6",
"@retrolab/docmanager-extension": "^0.3.6",
"@retrolab/help-extension": "^0.3.6",
"@retrolab/notebook-extension": "^0.3.6",
"@retrolab/terminal-extension": "^0.3.6",
"@retrolab/tree-extension": "^0.3.6",
"@retrolab/ui-components": "^0.3.6"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.9",

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

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

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

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

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

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

@ -1,6 +1,6 @@
{
"name": "@retrolab/help-extension",
"version": "0.3.5",
"version": "0.3.6",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
@ -42,7 +42,7 @@
"@jupyterlab/application": "^3.1.8",
"@jupyterlab/apputils": "^3.1.8",
"@jupyterlab/mainmenu": "^3.1.8",
"@retrolab/ui-components": "^0.3.5"
"@retrolab/ui-components": "^0.3.6"
},
"devDependencies": {
"rimraf": "~3.0.0",

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

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

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

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

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

Loading…
Cancel
Save