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.18
Browse files Browse the repository at this point in the history
SHA256 hashes:

retrolab-0.3.18-py3-none-any.whl: 15928c07a2633c27064777ec16085973ecf402315f30eb70e23e60bb25ed29d0

retrolab-0.3.18.tar.gz: 5f590e2e918ef8c7ada5d2590381e042a79d724a062d2563a71d893cf8ea62c2

retrolab-application-0.3.18.tgz: fe9b29e97591c8ad33aab0d4aade596392875e5ffecc98ec7a9e0be2c87b2f87

retrolab-application-extension-0.3.18.tgz: 3180905432a636344c54bba3f19ddf746b2db1830f90c6412350a3bfa755f637

retrolab-console-extension-0.3.18.tgz: 843d7853833b9be2697c30e205172158e935de7b3b60f5e9b6cccf651103d635

retrolab-docmanager-extension-0.3.18.tgz: 2f0f5e1fdf45103266dd53113d6114fad8d3f4076fe247b3337e4734f89d5132

retrolab-documentsearch-extension-0.3.18.tgz: 31fe93b01eaf397519d7f6be21894c875763a974b51a570e2d5138f4c4e2313b

retrolab-help-extension-0.3.18.tgz: 6d998961d7320feea992f2edb8bbb5324eaf1c02901ee33cb7e25b926a95b30e

retrolab-lab-extension-0.3.18.tgz: 3b4eaab06d4bcac584ea60b8cd6ab34a43558eed110bbc9c09c7a1637d29ea8e

retrolab-notebook-extension-0.3.18.tgz: 961383efb66ad96f3cf6b22a78694849f7235bf45082975fbeba0c4a8acff47f

retrolab-terminal-extension-0.3.18.tgz: 93365a1f0cc9bbd0d928bd256f68af04b151bba319f9d730833f3b78d7c408c5

retrolab-tree-extension-0.3.18.tgz: e7e04b9fd9f77b38085d33a568bfbf3fb4e27efd77c284555e436889ec090d06

retrolab-ui-components-0.3.18.tgz: 0081acc7285b8a9587864e930c54d7cf669516b72f417be6e139220b51c4ab6e
  • Loading branch information
github-actions[bot] committed Jan 27, 2022
1 parent 7f969ac commit 521d58b
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 43 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, 17, 'final', 0
current_version = 0, 3, 18, 'final', 0
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
Expand Down
42 changes: 21 additions & 21 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/app",
"version": "0.3.17",
"version": "0.3.18",
"private": true,
"scripts": {
"build": "webpack",
Expand Down Expand Up @@ -76,16 +76,16 @@
"@lumino/signaling": "~1.7.0",
"@lumino/virtualdom": "~1.11.0",
"@lumino/widgets": "~1.23.0",
"@retrolab/application": "~0.3.17",
"@retrolab/application-extension": "~0.3.17",
"@retrolab/console-extension": "~0.3.17",
"@retrolab/docmanager-extension": "~0.3.17",
"@retrolab/documentsearch-extension": "~0.3.17",
"@retrolab/help-extension": "~0.3.17",
"@retrolab/notebook-extension": "~0.3.17",
"@retrolab/terminal-extension": "~0.3.17",
"@retrolab/tree-extension": "~0.3.17",
"@retrolab/ui-components": "~0.3.17",
"@retrolab/application": "~0.3.18",
"@retrolab/application-extension": "~0.3.18",
"@retrolab/console-extension": "~0.3.18",
"@retrolab/docmanager-extension": "~0.3.18",
"@retrolab/documentsearch-extension": "~0.3.18",
"@retrolab/help-extension": "~0.3.18",
"@retrolab/notebook-extension": "~0.3.18",
"@retrolab/terminal-extension": "~0.3.18",
"@retrolab/tree-extension": "~0.3.18",
"@retrolab/ui-components": "~0.3.18",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.23"
Expand Down Expand Up @@ -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.17",
"@retrolab/application-extension": "^0.3.17",
"@retrolab/console-extension": "^0.3.17",
"@retrolab/docmanager-extension": "^0.3.17",
"@retrolab/documentsearch-extension": "^0.3.17",
"@retrolab/help-extension": "^0.3.17",
"@retrolab/notebook-extension": "^0.3.17",
"@retrolab/terminal-extension": "^0.3.17",
"@retrolab/tree-extension": "^0.3.17",
"@retrolab/ui-components": "^0.3.17"
"@retrolab/application": "^0.3.18",
"@retrolab/application-extension": "^0.3.18",
"@retrolab/console-extension": "^0.3.18",
"@retrolab/docmanager-extension": "^0.3.18",
"@retrolab/documentsearch-extension": "^0.3.18",
"@retrolab/help-extension": "^0.3.18",
"@retrolab/notebook-extension": "^0.3.18",
"@retrolab/terminal-extension": "^0.3.18",
"@retrolab/tree-extension": "^0.3.18",
"@retrolab/ui-components": "^0.3.18"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.6",
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.17",
"version": "0.3.18",
"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.17",
"version": "0.3.18",
"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.17",
"version": "0.3.18",
"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.17",
"@retrolab/ui-components": "^0.3.17"
"@retrolab/application": "^0.3.18",
"@retrolab/ui-components": "^0.3.18"
},
"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.17",
"version": "0.3.18",
"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.17",
"version": "0.3.18",
"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.17",
"version": "0.3.18",
"description": "RetroLab - Document Manager Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/documentsearch-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrolab/documentsearch-extension",
"version": "0.3.17",
"version": "0.3.18",
"description": "RetroLab - Document Search Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@jupyterlab/application": "^3.2.6",
"@jupyterlab/documentsearch": "^3.2.6",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.17"
"@retrolab/application": "^0.3.18"
},
"devDependencies": {
"rimraf": "~3.0.0",
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.17",
"version": "0.3.18",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@jupyterlab/apputils": "^3.2.6",
"@jupyterlab/mainmenu": "^3.2.6",
"@jupyterlab/translation": "^3.2.6",
"@retrolab/ui-components": "^0.3.17"
"@retrolab/ui-components": "^0.3.18"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.3.18",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@jupyterlab/translation": "^3.2.6",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/application": "^0.3.17"
"@retrolab/application": "^0.3.18"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.6",
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.17",
"version": "0.3.18",
"description": "RetroLab - Notebook Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@jupyterlab/translation": "^3.2.6",
"@lumino/polling": "^1.6.0",
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.17"
"@retrolab/application": "^0.3.18"
},
"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.17",
"version": "0.3.18",
"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.17",
"version": "0.3.18",
"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.17"
"@retrolab/application": "^0.3.18"
},
"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.17",
"version": "0.3.18",
"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, 17, 'final', 0)
version_info = VersionInfo(0, 3, 18, 'final', 0)

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

Expand Down

0 comments on commit 521d58b

Please sign in to comment.