Release 0.2.0rc0

pull/6294/head
Jeremy Tuloup 5 years ago
parent 2047e3a5e4
commit 69d145a070

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 1, 10, 'final', 0
current_version = 0, 2, 0, 'candidate', 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.1.10",
"version": "0.2.0-rc.0",
"private": true,
"scripts": {
"build": "webpack",
@ -18,80 +18,72 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@retrolab/application": "~0.1.10",
"@retrolab/application-extension": "~0.1.10",
"@retrolab/docmanager-extension": "~0.1.10",
"@retrolab/help-extension": "~0.1.10",
"@retrolab/notebook-extension": "~0.1.10",
"@retrolab/terminal-extension": "~0.1.10",
"@retrolab/tree-extension": "~0.1.10",
"@retrolab/ui-components": "~0.1.10",
"@jupyterlab/application": "~3.0.7",
"@jupyterlab/apputils": "~3.0.5",
"@jupyterlab/apputils-extension": "~3.0.7",
"@jupyterlab/celltags": "~3.0.7",
"@jupyterlab/codeeditor": "~3.0.5",
"@jupyterlab/codemirror-extension": "~3.0.7",
"@jupyterlab/completer": "~3.0.5",
"@jupyterlab/completer-extension": "~3.0.7",
"@jupyterlab/console": "~3.0.6",
"@jupyterlab/coreutils": "~5.0.3",
"@jupyterlab/docmanager": "~3.0.7",
"@jupyterlab/docmanager-extension": "~3.0.7",
"@jupyterlab/filebrowser": "~3.0.7",
"@jupyterlab/fileeditor": "~3.0.7",
"@jupyterlab/fileeditor-extension": "~3.0.7",
"@jupyterlab/javascript-extension": "~3.0.8",
"@jupyterlab/json-extension": "~3.0.7",
"@jupyterlab/mainmenu": "~3.0.5",
"@jupyterlab/mainmenu-extension": "~3.0.7",
"@jupyterlab/mathjax2-extension": "~3.0.7",
"@jupyterlab/notebook": "~3.0.7",
"@jupyterlab/notebook-extension": "~3.0.7",
"@jupyterlab/observables": "~4.0.3",
"@jupyterlab/outputarea": "~3.0.6",
"@jupyterlab/pdf-extension": "~3.0.7",
"@jupyterlab/rendermime": "~3.0.6",
"@jupyterlab/rendermime-extension": "~3.0.7",
"@jupyterlab/rendermime-interfaces": "~3.0.5",
"@jupyterlab/running-extension": "~3.0.7",
"@jupyterlab/services": "~6.0.5",
"@jupyterlab/settingregistry": "~3.0.3",
"@jupyterlab/shortcuts-extension": "~3.0.7",
"@jupyterlab/statedb": "~3.0.3",
"@jupyterlab/statusbar": "~3.0.5",
"@jupyterlab/terminal": "~3.0.6",
"@jupyterlab/terminal-extension": "~3.0.8",
"@jupyterlab/theme-dark-extension": "~3.0.7",
"@jupyterlab/theme-light-extension": "~3.0.7",
"@jupyterlab/tooltip": "~3.0.6",
"@jupyterlab/tooltip-extension": "~3.0.7",
"@jupyterlab/ui-components": "~3.0.4",
"@jupyterlab/vega5-extension": "~3.0.7",
"@lumino/algorithm": "~1.3.3",
"@lumino/application": "~1.16.0",
"@lumino/commands": "~1.12.0",
"@lumino/coreutils": "~1.5.3",
"@lumino/disposable": "~1.4.3",
"@lumino/domutils": "~1.2.3",
"@lumino/dragdrop": "~1.7.1",
"@lumino/messaging": "~1.4.3",
"@lumino/properties": "~1.2.3",
"@lumino/signaling": "~1.4.3",
"@lumino/virtualdom": "~1.8.0",
"@lumino/widgets": "~1.19.0",
"@jupyterlab/application": "~3.0.10",
"@jupyterlab/apputils": "~3.0.8",
"@jupyterlab/apputils-extension": "~3.0.10",
"@jupyterlab/celltags": "~3.0.10",
"@jupyterlab/codeeditor": "~3.0.8",
"@jupyterlab/codemirror-extension": "~3.0.10",
"@jupyterlab/completer": "~3.0.8",
"@jupyterlab/completer-extension": "~3.0.10",
"@jupyterlab/console": "~3.0.9",
"@jupyterlab/coreutils": "~5.0.6",
"@jupyterlab/docmanager": "~3.0.10",
"@jupyterlab/docmanager-extension": "~3.0.10",
"@jupyterlab/filebrowser": "~3.0.10",
"@jupyterlab/fileeditor": "~3.0.10",
"@jupyterlab/fileeditor-extension": "~3.0.10",
"@jupyterlab/javascript-extension": "~3.0.9",
"@jupyterlab/json-extension": "~3.0.8",
"@jupyterlab/mainmenu": "~3.0.8",
"@jupyterlab/mainmenu-extension": "~3.0.10",
"@jupyterlab/mathjax2-extension": "~3.0.10",
"@jupyterlab/notebook": "~3.0.10",
"@jupyterlab/notebook-extension": "~3.0.10",
"@jupyterlab/observables": "~4.0.5",
"@jupyterlab/outputarea": "~3.0.9",
"@jupyterlab/pdf-extension": "~3.0.8",
"@jupyterlab/rendermime": "~3.0.9",
"@jupyterlab/rendermime-extension": "~3.0.10",
"@jupyterlab/rendermime-interfaces": "~3.0.8",
"@jupyterlab/running-extension": "~3.0.10",
"@jupyterlab/services": "~6.0.8",
"@jupyterlab/settingregistry": "~3.0.5",
"@jupyterlab/shortcuts-extension": "~3.0.10",
"@jupyterlab/statedb": "~3.0.5",
"@jupyterlab/statusbar": "~3.0.8",
"@jupyterlab/terminal": "~3.0.9",
"@jupyterlab/terminal-extension": "~3.0.11",
"@jupyterlab/theme-dark-extension": "~3.0.10",
"@jupyterlab/theme-light-extension": "~3.0.10",
"@jupyterlab/tooltip": "~3.0.9",
"@jupyterlab/tooltip-extension": "~3.0.10",
"@jupyterlab/ui-components": "~3.0.7",
"@jupyterlab/vega5-extension": "~3.0.8",
"@lumino/algorithm": "~1.6.0",
"@lumino/application": "~1.20.0",
"@lumino/commands": "~1.15.0",
"@lumino/coreutils": "~1.8.0",
"@lumino/disposable": "~1.7.0",
"@lumino/domutils": "~1.5.0",
"@lumino/dragdrop": "~1.10.0",
"@lumino/messaging": "~1.7.0",
"@lumino/properties": "~1.5.0",
"@lumino/signaling": "~1.7.0",
"@lumino/virtualdom": "~1.11.0",
"@lumino/widgets": "~1.23.0",
"@retrolab/application": "~0.2.0-rc.0",
"@retrolab/application-extension": "~0.2.0-rc.0",
"@retrolab/docmanager-extension": "~0.2.0-rc.0",
"@retrolab/help-extension": "~0.2.0-rc.0",
"@retrolab/notebook-extension": "~0.2.0-rc.0",
"@retrolab/terminal-extension": "~0.2.0-rc.0",
"@retrolab/tree-extension": "~0.2.0-rc.0",
"@retrolab/ui-components": "~0.2.0-rc.0",
"react": "~17.0.2",
"react-dom": "~17.0.2"
},
"dependencies": {
"@retrolab/application": "^0.1.10",
"@retrolab/application-extension": "^0.1.10",
"@retrolab/docmanager-extension": "^0.1.10",
"@retrolab/help-extension": "^0.1.10",
"@retrolab/notebook-extension": "^0.1.10",
"@retrolab/terminal-extension": "^0.1.10",
"@retrolab/tree-extension": "^0.1.10",
"@retrolab/ui-components": "^0.1.10",
"@jupyterlab/apputils-extension": "^3.0.0",
"@jupyterlab/celltags": "^3.0.0",
"@jupyterlab/codemirror-extension": "^3.0.0",
@ -112,7 +104,15 @@
"@jupyterlab/theme-dark-extension": "^3.0.0",
"@jupyterlab/theme-light-extension": "^3.0.0",
"@jupyterlab/tooltip-extension": "^3.0.0",
"@jupyterlab/vega5-extension": "^3.0.0"
"@jupyterlab/vega5-extension": "^3.0.0",
"@retrolab/application": "^0.2.0-rc.0",
"@retrolab/application-extension": "^0.2.0-rc.0",
"@retrolab/docmanager-extension": "^0.2.0-rc.0",
"@retrolab/help-extension": "^0.2.0-rc.0",
"@retrolab/notebook-extension": "^0.2.0-rc.0",
"@retrolab/terminal-extension": "^0.2.0-rc.0",
"@retrolab/tree-extension": "^0.2.0-rc.0",
"@retrolab/ui-components": "^0.2.0-rc.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",

@ -1,6 +1,6 @@
{
"name": "@retrolab/buildutils",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"private": true,
"description": "RetroLab - Build Utilities",
"homepage": "https://github.com/jtpio/retrolab",

@ -1,7 +1,7 @@
{
"name": "@retrolab/metapackage",
"private": true,
"version": "0.1.0",
"version": "0.2.0-rc.0",
"description": "RetroLab - Metapackage",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/application-extension",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Application Extension",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {
@ -39,8 +39,6 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@retrolab/application": "^0.1.10",
"@retrolab/ui-components": "^0.1.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/celltags": "^3.0.0",
@ -52,7 +50,9 @@
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/settingregistry": "^3.0.0",
"@jupyterlab/translation": "^3.0.0",
"@lumino/widgets": "^1.14.0"
"@lumino/widgets": "^1.14.0",
"@retrolab/application": "^0.2.0-rc.0",
"@retrolab/ui-components": "^0.2.0-rc.0"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/application",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Application",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/docmanager-extension",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Document Manager Extension",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/help-extension",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {
@ -39,10 +39,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@retrolab/ui-components": "^0.1.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0"
"@jupyterlab/mainmenu": "^3.0.0",
"@retrolab/ui-components": "^0.2.0-rc.0"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/lab-extension",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {
@ -46,7 +46,6 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@retrolab/ui-components": "^0.1.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
@ -54,7 +53,8 @@
"@jupyterlab/mainmenu": "^3.0.0",
"@jupyterlab/notebook": "^3.0.0",
"@lumino/commands": "^1.11.4",
"@lumino/disposable": "^1.4.3"
"@lumino/disposable": "^1.4.3",
"@retrolab/ui-components": "^0.2.0-rc.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/notebook-extension",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Notebook Extension",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {
@ -39,13 +39,13 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@retrolab/application": "^0.1.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/docmanager": "^3.0.0",
"@jupyterlab/notebook": "^3.0.0",
"@lumino/polling": "^1.3.3",
"@lumino/widgets": "^1.14.0"
"@lumino/widgets": "^1.14.0",
"@retrolab/application": "^0.2.0-rc.0"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/terminal-extension",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Terminal Extension",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {

@ -1,6 +1,6 @@
{
"name": "@retrolab/tree-extension",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - Tree Extension",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {
@ -39,7 +39,6 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@retrolab/application": "^0.1.10",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
@ -53,7 +52,8 @@
"@jupyterlab/ui-components": "^3.0.0",
"@lumino/algorithm": "^1.3.3",
"@lumino/commands": "^1.12.0",
"@lumino/widgets": "^1.16.1"
"@lumino/widgets": "^1.16.1",
"@retrolab/application": "^0.2.0-rc.0"
},
"devDependencies": {
"rimraf": "~3.0.0",

@ -1,6 +1,6 @@
{
"name": "@retrolab/ui-components",
"version": "0.1.10",
"version": "0.2.0-rc.0",
"description": "RetroLab - UI components",
"homepage": "https://github.com/jtpio/retrolab",
"bugs": {

@ -12,7 +12,7 @@ VersionInfo = namedtuple('VersionInfo', [
])
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 1, 10, 'final', 0)
version_info = VersionInfo(0, 2, 0, 'candidate', 0)
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Loading…
Cancel
Save