Publish 0.3.5

SHA256 hashes:

retrolab-0.3.5-py3-none-any.whl: 97791b7a92879b3732be4105dcb70699e5601fa980d714b88a1b694f5b154120

retrolab-0.3.5.tar.gz: 491d632665fb39b918e1320fc7d7ce326cd2fa4606332ee3fadb43c42fa8904c

retrolab-application-0.3.5.tgz: 015f3e82d6d20f47b9e305bf938a7c37820ad4fd8614619b557690efeb31af97

retrolab-application-extension-0.3.5.tgz: 55d384bbfea1203b848260fc1b709e84b612f5839d18a9c5825fc26b5014c2dd

retrolab-console-extension-0.3.5.tgz: 1946c274f49d8607291975625a6eaf1c9542ea351ef9dbd89dfc1d63a3aa495e

retrolab-docmanager-extension-0.3.5.tgz: 25f0ebeda61839f9532d35c27ef9b840175b3efc08d1f3568fa2fe67499d7092

retrolab-help-extension-0.3.5.tgz: 9bd61a237f48055bb968cb2ecd81dc14efdca7ea02e0fa3d8a3b7ce82d1c1051

retrolab-lab-extension-0.3.5.tgz: 09ccaae8aab7ffbfae882c0d8f9e97a55e1b05443902e7776a4310e884b49a14

retrolab-notebook-extension-0.3.5.tgz: 4dd3b513648bae3b6fa8f2d4c9a427f5902aac8c098c75077c14e39b328d4f2b

retrolab-terminal-extension-0.3.5.tgz: 020847de4c1734ccf494fe7953dbfeebbeceba260c5f427a22c7fdb44ec2dc3c

retrolab-tree-extension-0.3.5.tgz: d12925e03280fbd75bb1600cc4db28675622beecdf26720e567054967abeae62

retrolab-ui-components-0.3.5.tgz: ba4c93f62492bb57d0531fb7a186d77c50f7b98fdddb873b107dbeb072cb0ed4
GitHub Action 5 years ago
parent b3568c2682
commit 84ef2c889c

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 3, 4, 'final', 0
current_version = 0, 3, 5, '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.4",
"version": "0.3.5",
"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.4",
"@retrolab/application-extension": "~0.3.4",
"@retrolab/console-extension": "~0.3.4",
"@retrolab/docmanager-extension": "~0.3.4",
"@retrolab/help-extension": "~0.3.4",
"@retrolab/notebook-extension": "~0.3.4",
"@retrolab/terminal-extension": "~0.3.4",
"@retrolab/tree-extension": "~0.3.4",
"@retrolab/ui-components": "~0.3.4",
"@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",
"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.4",
"@retrolab/application-extension": "^0.3.4",
"@retrolab/console-extension": "^0.3.4",
"@retrolab/docmanager-extension": "^0.3.4",
"@retrolab/help-extension": "^0.3.4",
"@retrolab/notebook-extension": "^0.3.4",
"@retrolab/terminal-extension": "^0.3.4",
"@retrolab/tree-extension": "^0.3.4",
"@retrolab/ui-components": "^0.3.4"
"@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"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.9",

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save