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

Commit

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

retrolab-0.4.0a0-py3-none-any.whl: 91cacc76c92c22e320c425fd8afe49e091a45043e8549227587de48400eaa743

retrolab-0.4.0a0.tar.gz: b86f863f89d0f1e0faf45dd0b46977794ce505115abe0a7166366ff31e0436c2

retrolab-application-0.4.0-alpha.0.tgz: 35be69371e236035cad22148cc0820f784146129f9a955120fd52eb65c75bd76

retrolab-application-extension-0.4.0-alpha.0.tgz: e51b0edf32f948ef76370b38b491e6918bba747296ad2ed6c20351782ce4f478

retrolab-console-extension-0.4.0-alpha.0.tgz: 555b70a205a4dedcbbe9662c84140d2e0063f75c456c9d24ee5b62954979759c

retrolab-docmanager-extension-0.4.0-alpha.0.tgz: 637896c8d5dbb4386fe2dce4b9c3fd440af818fdc5e3e7dc9d37801c9844f6e4

retrolab-documentsearch-extension-0.4.0-alpha.0.tgz: fdc565465010ffa00fa9fb9a0545d0114fc36f41fa84f83fbbd9d085df7a79e6

retrolab-help-extension-0.4.0-alpha.0.tgz: 51c79849556744f20d83938b5ebce945cdd0aef8c0a29a9fdc9ea5c5fded25d8

retrolab-lab-extension-0.4.0-alpha.0.tgz: 2d88d231a8f86391956f8ce25333c62015b35b4825c4f589aed680a60fe96f05

retrolab-notebook-extension-0.4.0-alpha.0.tgz: a64a4c371632dc078874a1bd230b16a50b6115b3a90ee594c9e1c0beb9f2c723

retrolab-terminal-extension-0.4.0-alpha.0.tgz: ca0b7db28f79ad21af98a32db9f1c7e2990626fa4f471c1ca7f42fc3f1590199

retrolab-tree-extension-0.4.0-alpha.0.tgz: 7fc24203b90959a9db845a1e2e55f4255821c41341c645f322b865818dcc9697

retrolab-ui-components-0.4.0-alpha.0.tgz: 5b64525ad6049a99d2d3343c1203b63036d781db9a5ecb316528df6010389c38
  • Loading branch information
github-actions[bot] committed Jan 21, 2022
1 parent 53d4d5f commit 7fed468
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, 16, 'final', 0
current_version = 0, 4, 0, 'alpha', 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.16",
"version": "0.4.0-alpha.0",
"private": true,
"scripts": {
"build": "webpack",
Expand Down Expand Up @@ -78,16 +78,16 @@
"@lumino/signaling": "~1.10.1",
"@lumino/virtualdom": "~1.14.1",
"@lumino/widgets": "~1.30.1",
"@retrolab/application": "~0.3.16",
"@retrolab/application-extension": "~0.3.16",
"@retrolab/console-extension": "~0.3.16",
"@retrolab/docmanager-extension": "~0.3.16",
"@retrolab/documentsearch-extension": "~0.3.16",
"@retrolab/help-extension": "~0.3.16",
"@retrolab/notebook-extension": "~0.3.16",
"@retrolab/terminal-extension": "~0.3.16",
"@retrolab/tree-extension": "~0.3.16",
"@retrolab/ui-components": "~0.3.16",
"@retrolab/application": "~0.4.0-alpha.0",
"@retrolab/application-extension": "~0.4.0-alpha.0",
"@retrolab/console-extension": "~0.4.0-alpha.0",
"@retrolab/docmanager-extension": "~0.4.0-alpha.0",
"@retrolab/documentsearch-extension": "~0.4.0-alpha.0",
"@retrolab/help-extension": "~0.4.0-alpha.0",
"@retrolab/notebook-extension": "~0.4.0-alpha.0",
"@retrolab/terminal-extension": "~0.4.0-alpha.0",
"@retrolab/tree-extension": "~0.4.0-alpha.0",
"@retrolab/ui-components": "~0.4.0-alpha.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"yjs": "~13.5.23"
Expand Down Expand Up @@ -122,16 +122,16 @@
"@jupyterlab/translation-extension": "^4.0.0-alpha.4",
"@jupyterlab/user-extension": "^4.0.0-alpha.4",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.4",
"@retrolab/application": "^0.3.15",
"@retrolab/application-extension": "^0.3.15",
"@retrolab/console-extension": "^0.3.15",
"@retrolab/docmanager-extension": "^0.3.15",
"@retrolab/documentsearch-extension": "^0.3.15",
"@retrolab/help-extension": "^0.3.15",
"@retrolab/notebook-extension": "^0.3.15",
"@retrolab/terminal-extension": "^0.3.15",
"@retrolab/tree-extension": "^0.3.15",
"@retrolab/ui-components": "^0.3.15"
"@retrolab/application": "^0.4.0-alpha.0",
"@retrolab/application-extension": "^0.4.0-alpha.0",
"@retrolab/console-extension": "^0.4.0-alpha.0",
"@retrolab/docmanager-extension": "^0.4.0-alpha.0",
"@retrolab/documentsearch-extension": "^0.4.0-alpha.0",
"@retrolab/help-extension": "^0.4.0-alpha.0",
"@retrolab/notebook-extension": "^0.4.0-alpha.0",
"@retrolab/terminal-extension": "^0.4.0-alpha.0",
"@retrolab/tree-extension": "^0.4.0-alpha.0",
"@retrolab/ui-components": "^0.4.0-alpha.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.4",
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.16",
"version": "0.4.0-alpha.0",
"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.16",
"version": "0.4.0-alpha.0",
"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.16",
"version": "0.4.0-alpha.0",
"description": "RetroLab - Application Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"@lumino/coreutils": "^1.11.1",
"@lumino/disposable": "^1.10.1",
"@lumino/widgets": "^1.30.1",
"@retrolab/application": "^0.3.15",
"@retrolab/ui-components": "^0.3.15"
"@retrolab/application": "^0.4.0-alpha.0",
"@retrolab/ui-components": "^0.4.0-alpha.0"
},
"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.16",
"version": "0.4.0-alpha.0",
"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.16",
"version": "0.4.0-alpha.0",
"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.16",
"version": "0.4.0-alpha.0",
"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.16",
"version": "0.4.0-alpha.0",
"description": "RetroLab - Document Search Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@jupyterlab/application": "^4.0.0-alpha.4",
"@jupyterlab/documentsearch": "^4.0.0-alpha.4",
"@lumino/widgets": "^1.30.1",
"@retrolab/application": "^0.3.15"
"@retrolab/application": "^0.4.0-alpha.0"
},
"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.16",
"version": "0.4.0-alpha.0",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@jupyterlab/apputils": "^4.0.0-alpha.4",
"@jupyterlab/mainmenu": "^4.0.0-alpha.4",
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@retrolab/ui-components": "^0.3.15"
"@retrolab/ui-components": "^0.4.0-alpha.0"
},
"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.16",
"version": "0.4.0-alpha.0",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/commands": "^1.19.1",
"@lumino/disposable": "^1.10.1",
"@retrolab/application": "^0.3.15"
"@retrolab/application": "^0.4.0-alpha.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.4",
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.16",
"version": "0.4.0-alpha.0",
"description": "RetroLab - Notebook Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@jupyterlab/translation": "^4.0.0-alpha.4",
"@lumino/polling": "^1.9.1",
"@lumino/widgets": "^1.30.1",
"@retrolab/application": "^0.3.15"
"@retrolab/application": "^0.4.0-alpha.0"
},
"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.16",
"version": "0.4.0-alpha.0",
"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.16",
"version": "0.4.0-alpha.0",
"description": "RetroLab - Tree Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@lumino/algorithm": "^1.9.1",
"@lumino/commands": "^1.19.1",
"@lumino/widgets": "^1.30.1",
"@retrolab/application": "^0.3.15"
"@retrolab/application": "^0.4.0-alpha.0"
},
"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.16",
"version": "0.4.0-alpha.0",
"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, 16, 'final', 0)
version_info = VersionInfo(0, 4, 0, 'alpha', 0)

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

Expand Down

0 comments on commit 7fed468

Please sign in to comment.