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

retrolab-0.3.14-py3-none-any.whl: 78114eb4e510b104d215bfc42c045f7d67c2461624d2df53179695284fa2b277

retrolab-0.3.14.tar.gz: a84766d79a9e5ad7321df4ef70d4bdc0d0118526fc9829229983111a7930307f

retrolab-application-0.3.14.tgz: 623a65d7949406015b04bc31a95865fce09e8fbc58794bebfa901bc2746b646f

retrolab-application-extension-0.3.14.tgz: 97b60dbe7db20c3632e5cb6893a0c271f6c84a366ff553ceb15c8d6326200ede

retrolab-console-extension-0.3.14.tgz: 5ca9acee8615c836f1288ea0e9fec422c17216ee8fe2ee1adadb0f3bf1deba22

retrolab-docmanager-extension-0.3.14.tgz: 51e436f231a37262a00cefe5c1eadfacbdbd29d1525f1c81f37b28897e47c1e5

retrolab-documentsearch-extension-0.3.14.tgz: 835836c61e7e37466d4ff35a015361d62326a16f87266ff28c390b76c236d9c7

retrolab-help-extension-0.3.14.tgz: 55874209b94976fa3d16a342ff9543cbf43b60051ee1fa134e50579be18f194c

retrolab-lab-extension-0.3.14.tgz: 00555da233ef4ab502a392756b71c234f20f96a8673baf3e01ac05aa0d85954a

retrolab-notebook-extension-0.3.14.tgz: fb37b292247e4a8585584d86c4c4ee42e7687392c126737624cc43e128fd078f

retrolab-terminal-extension-0.3.14.tgz: 01827e838ff01f9397277241e5d7a046457594db1ea3f9917e3879b1d07d5355

retrolab-tree-extension-0.3.14.tgz: e52aca7d9ee519e51f48e44005ab5dd968fb4aaccd9f8fff2987103d27b332a0

retrolab-ui-components-0.3.14.tgz: 51b43225ae45f22ca21538c76b5b03a892121a2de0ef15366e4599981a3dae52
  • Loading branch information
github-actions[bot] committed Dec 28, 2021
1 parent f4bc542 commit b5a69b8
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 44 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, 13, 'final', 0
current_version = 0, 3, 14, '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.13",
"version": "0.3.14",
"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.13",
"@retrolab/application-extension": "~0.3.13",
"@retrolab/console-extension": "~0.3.13",
"@retrolab/docmanager-extension": "~0.3.13",
"@retrolab/documentsearch-extension": "~0.3.13",
"@retrolab/help-extension": "~0.3.13",
"@retrolab/notebook-extension": "~0.3.13",
"@retrolab/terminal-extension": "~0.3.13",
"@retrolab/tree-extension": "~0.3.13",
"@retrolab/ui-components": "~0.3.13",
"@retrolab/application": "~0.3.14",
"@retrolab/application-extension": "~0.3.14",
"@retrolab/console-extension": "~0.3.14",
"@retrolab/docmanager-extension": "~0.3.14",
"@retrolab/documentsearch-extension": "~0.3.14",
"@retrolab/help-extension": "~0.3.14",
"@retrolab/notebook-extension": "~0.3.14",
"@retrolab/terminal-extension": "~0.3.14",
"@retrolab/tree-extension": "~0.3.14",
"@retrolab/ui-components": "~0.3.14",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.10"
Expand Down Expand Up @@ -119,16 +119,16 @@
"@jupyterlab/tooltip-extension": "^3.2.0",
"@jupyterlab/translation-extension": "^3.2.0",
"@jupyterlab/vega5-extension": "^3.2.0",
"@retrolab/application": "^0.3.13",
"@retrolab/application-extension": "^0.3.13",
"@retrolab/console-extension": "^0.3.13",
"@retrolab/docmanager-extension": "^0.3.13",
"@retrolab/documentsearch-extension": "^0.3.13",
"@retrolab/help-extension": "^0.3.13",
"@retrolab/notebook-extension": "^0.3.13",
"@retrolab/terminal-extension": "^0.3.13",
"@retrolab/tree-extension": "^0.3.13",
"@retrolab/ui-components": "^0.3.13"
"@retrolab/application": "^0.3.14",
"@retrolab/application-extension": "^0.3.14",
"@retrolab/console-extension": "^0.3.14",
"@retrolab/docmanager-extension": "^0.3.14",
"@retrolab/documentsearch-extension": "^0.3.14",
"@retrolab/help-extension": "^0.3.14",
"@retrolab/notebook-extension": "^0.3.14",
"@retrolab/terminal-extension": "^0.3.14",
"@retrolab/tree-extension": "^0.3.14",
"@retrolab/ui-components": "^0.3.14"
},
"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.13",
"version": "0.3.14",
"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.13",
"version": "0.3.14",
"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.13",
"version": "0.3.14",
"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.13",
"@retrolab/ui-components": "^0.3.13"
"@retrolab/application": "^0.3.14",
"@retrolab/ui-components": "^0.3.14"
},
"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.13",
"version": "0.3.14",
"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.13",
"version": "0.3.14",
"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.13",
"version": "0.3.14",
"description": "RetroLab - Document Manager Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "0.3.14",
"description": "RetroLab - Document Search Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@jupyterlab/application": "^3.2.0",
"@retrolab/application": "^0.3.13",
"@jupyterlab/documentsearch": "^3.2.0",
"@lumino/widgets": "^1.23.0"
"@lumino/widgets": "^1.23.0",
"@retrolab/application": "^0.3.14"
},
"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.13",
"version": "0.3.14",
"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.13"
"@retrolab/ui-components": "^0.3.14"
},
"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.13",
"version": "0.3.14",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@jupyterlab/translation": "^3.2.0",
"@lumino/commands": "^1.15.0",
"@lumino/disposable": "^1.7.0",
"@retrolab/application": "^0.3.13"
"@retrolab/application": "^0.3.14"
},
"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.13",
"version": "0.3.14",
"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.13"
"@retrolab/application": "^0.3.14"
},
"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.13",
"version": "0.3.14",
"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.13",
"version": "0.3.14",
"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.13"
"@retrolab/application": "^0.3.14"
},
"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.13",
"version": "0.3.14",
"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, 13, 'final', 0)
version_info = VersionInfo(0, 3, 14, 'final', 0)

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

Expand Down

0 comments on commit b5a69b8

Please sign in to comment.