Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Publish 0.3.12
Browse files Browse the repository at this point in the history
SHA256 hashes:

retrolab-0.3.12-py3-none-any.whl: 51b6bb67caa6e7c6a03e5bed2a0595e9bff8568814e075096118ac2569ca0986

retrolab-0.3.12.tar.gz: 1f55f109242adaeee770241848fc752fd26390182f35980805363669e2a0b853

retrolab-application-0.3.12.tgz: cebd94f6051889f172b50ae459dd7e6737b2f4cae6a00061888473027f227677

retrolab-application-extension-0.3.12.tgz: 94620a475cf8559b58ff600c3d232d9f5a4ec02b2a56dfa5ccffcbc1d24b23a8

retrolab-console-extension-0.3.12.tgz: 31f4a4357dfb3d24abd69c2a82188f0dbca0411f91bba13b3caa8c5837c2984e

retrolab-docmanager-extension-0.3.12.tgz: 92f28415780fe42598522e3ca5b656ba0ff21209523662e092be59b70500c0b0

retrolab-help-extension-0.3.12.tgz: 1054b14e9a93f485be3719c1aeef18ad10a6a7183ba7720b7eb662268f5e9bb4

retrolab-lab-extension-0.3.12.tgz: db45a9c34ec7c369d9d1507d671df89fad19a039ad44a6d4ba46d808395445ec

retrolab-notebook-extension-0.3.12.tgz: 743d74053f00887148f66dad8ce13ec27d602b1b4ee08254ca3f94122b49447b

retrolab-terminal-extension-0.3.12.tgz: cacc1a49d689ed3f81142a3676fcda8dba98021abbe7177c27dacc1f671aba66

retrolab-tree-extension-0.3.12.tgz: 7846ca0bca5bf6654939eef471254b0ea0643e0ec63da1afc1b552c0a3d423c6

retrolab-ui-components-0.3.12.tgz: f26db55bf718e349132436afc0bc30bc57c90e449dd83a35339d1612c4026a3b
  • Loading branch information
github-actions[bot] committed Nov 1, 2021
1 parent aa9c8c5 commit 93ce13c
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 3, 11, 'final', 0
current_version = 0, 3, 12, 'final', 0
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
Expand Down
38 changes: 19 additions & 19 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/app",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"scripts": {
"build": "webpack",
Expand Down Expand Up @@ -78,15 +78,15 @@
"@lumino/signaling": "~1.7.0",
"@lumino/virtualdom": "~1.11.0",
"@lumino/widgets": "~1.23.0",
"@retrolab/application": "~0.3.11",
"@retrolab/application-extension": "~0.3.11",
"@retrolab/console-extension": "~0.3.11",
"@retrolab/docmanager-extension": "~0.3.11",
"@retrolab/help-extension": "~0.3.11",
"@retrolab/notebook-extension": "~0.3.11",
"@retrolab/terminal-extension": "~0.3.11",
"@retrolab/tree-extension": "~0.3.11",
"@retrolab/ui-components": "~0.3.11",
"@retrolab/application": "~0.3.12",
"@retrolab/application-extension": "~0.3.12",
"@retrolab/console-extension": "~0.3.12",
"@retrolab/docmanager-extension": "~0.3.12",
"@retrolab/help-extension": "~0.3.12",
"@retrolab/notebook-extension": "~0.3.12",
"@retrolab/terminal-extension": "~0.3.12",
"@retrolab/tree-extension": "~0.3.12",
"@retrolab/ui-components": "~0.3.12",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.10"
Expand Down Expand Up @@ -119,15 +119,15 @@
"@jupyterlab/tooltip-extension": "^3.2.0",
"@jupyterlab/translation-extension": "^3.2.0",
"@jupyterlab/vega5-extension": "^3.2.0",
"@retrolab/application": "^0.3.11",
"@retrolab/application-extension": "^0.3.11",
"@retrolab/console-extension": "^0.3.11",
"@retrolab/docmanager-extension": "^0.3.11",
"@retrolab/help-extension": "^0.3.11",
"@retrolab/notebook-extension": "^0.3.11",
"@retrolab/terminal-extension": "^0.3.11",
"@retrolab/tree-extension": "^0.3.11",
"@retrolab/ui-components": "^0.3.11"
"@retrolab/application": "^0.3.12",
"@retrolab/application-extension": "^0.3.12",
"@retrolab/console-extension": "^0.3.12",
"@retrolab/docmanager-extension": "^0.3.12",
"@retrolab/help-extension": "^0.3.12",
"@retrolab/notebook-extension": "^0.3.12",
"@retrolab/terminal-extension": "^0.3.12",
"@retrolab/tree-extension": "^0.3.12",
"@retrolab/ui-components": "^0.3.12"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/buildutils",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"description": "RetroLab - Build Utilities",
"homepage": "https://github.com/jupyterlab/retrolab",
Expand Down
2 changes: 1 addition & 1 deletion packages/_metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@retrolab/metapackage",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Metapackage",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/application-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Application Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"@lumino/coreutils": "^1.8.0",
"@lumino/disposable": "^1.7.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.11",
"@retrolab/ui-components": "^0.3.11"
"@retrolab/application": "^0.3.12",
"@retrolab/ui-components": "^0.3.12"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/application",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Application",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/console-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Console Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/docmanager-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Document Manager Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/help-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/help-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@jupyterlab/apputils": "^3.2.0",
"@jupyterlab/mainmenu": "^3.2.0",
"@jupyterlab/translation": "^3.2.0",
"@retrolab/ui-components": "^0.3.11"
"@retrolab/ui-components": "^0.3.12"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/lab-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -53,8 +53,8 @@
"@jupyterlab/ui-components": "^3.2.0",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/application": "^0.3.11",
"@retrolab/ui-components": "^0.3.11"
"@retrolab/application": "^0.3.12",
"@retrolab/ui-components": "^0.3.12"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/notebook-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Notebook Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@jupyterlab/translation": "^3.2.0",
"@lumino/polling": "^1.6.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.11"
"@retrolab/application": "^0.3.12"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/terminal-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Terminal Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/tree-extension",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - Tree Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@lumino/algorithm": "^1.6.0",
"@lumino/commands": "^1.15.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.11"
"@retrolab/application": "^0.3.12"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/ui-components",
"version": "0.3.11",
"version": "0.3.12",
"description": "RetroLab - UI components",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion retrolab/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
])

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 3, 11, 'final', 0)
version_info = VersionInfo(0, 3, 12, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down

0 comments on commit 93ce13c

Please sign in to comment.