Skip to content

Commit

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

jupyterlab-1.2.14-py2.py3-none-any.whl: aaec43b4d65e34e1b8870c062364ec95d175b0082dcda8311ca34539ab0eef3c

jupyterlab-1.2.14.tar.gz: 4a64f43c2b1a400efb18406016ee0a17551c6260d4842a4ed94e3f3b1214314b
  • Loading branch information
Steven Silvester committed Apr 28, 2020
1 parent 5d51a8e commit 54cd318
Show file tree
Hide file tree
Showing 7 changed files with 798 additions and 883 deletions.
91 changes: 0 additions & 91 deletions azure-pipelines.yml

This file was deleted.

3 changes: 3 additions & 0 deletions buildutils/src/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ commander
console.log(`git tag v${curr}`);
console.log('twine upload dist/*');
console.log('git push origin <BRANCH> --tags');

// Emit a system beep.
process.stdout.write('\x07');
});

commander.parse(process.argv);
210 changes: 105 additions & 105 deletions dev_mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,45 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^1.2.7",
"@jupyterlab/application-extension": "^1.2.7",
"@jupyterlab/apputils-extension": "^1.2.7",
"@jupyterlab/codemirror-extension": "^1.2.7",
"@jupyterlab/completer-extension": "^1.2.8",
"@jupyterlab/console-extension": "^1.2.8",
"@jupyterlab/application": "~1.2.7",
"@jupyterlab/application-extension": "~1.2.7",
"@jupyterlab/apputils-extension": "~1.2.7",
"@jupyterlab/codemirror-extension": "~1.2.7",
"@jupyterlab/completer-extension": "~1.2.8",
"@jupyterlab/console-extension": "~1.2.8",
"@jupyterlab/coreutils": "~3.2.0",
"@jupyterlab/csvviewer-extension": "^1.2.8",
"@jupyterlab/docmanager-extension": "^1.2.7",
"@jupyterlab/documentsearch-extension": "^1.2.8",
"@jupyterlab/extensionmanager-extension": "^1.2.8",
"@jupyterlab/filebrowser-extension": "^1.2.7",
"@jupyterlab/fileeditor-extension": "^1.2.8",
"@jupyterlab/help-extension": "^1.2.7",
"@jupyterlab/htmlviewer-extension": "^1.2.7",
"@jupyterlab/hub-extension": "^1.2.7",
"@jupyterlab/imageviewer-extension": "^1.2.7",
"@jupyterlab/inspector-extension": "^1.2.8",
"@jupyterlab/javascript-extension": "^1.2.7",
"@jupyterlab/json-extension": "^1.2.7",
"@jupyterlab/launcher-extension": "^1.2.7",
"@jupyterlab/logconsole-extension": "^1.0.9",
"@jupyterlab/mainmenu-extension": "^1.2.7",
"@jupyterlab/markdownviewer-extension": "^1.2.7",
"@jupyterlab/mathjax2-extension": "^1.2.7",
"@jupyterlab/notebook-extension": "^1.2.8",
"@jupyterlab/csvviewer-extension": "~1.2.8",
"@jupyterlab/docmanager-extension": "~1.2.7",
"@jupyterlab/documentsearch-extension": "~1.2.8",
"@jupyterlab/extensionmanager-extension": "~1.2.8",
"@jupyterlab/filebrowser-extension": "~1.2.7",
"@jupyterlab/fileeditor-extension": "~1.2.8",
"@jupyterlab/help-extension": "~1.2.7",
"@jupyterlab/htmlviewer-extension": "~1.2.7",
"@jupyterlab/hub-extension": "~1.2.7",
"@jupyterlab/imageviewer-extension": "~1.2.7",
"@jupyterlab/inspector-extension": "~1.2.8",
"@jupyterlab/javascript-extension": "~1.2.7",
"@jupyterlab/json-extension": "~1.2.7",
"@jupyterlab/launcher-extension": "~1.2.7",
"@jupyterlab/logconsole-extension": "~1.0.9",
"@jupyterlab/mainmenu-extension": "~1.2.7",
"@jupyterlab/markdownviewer-extension": "~1.2.7",
"@jupyterlab/mathjax2-extension": "~1.2.7",
"@jupyterlab/notebook-extension": "~1.2.8",
"@jupyterlab/pdf-extension": "~1.2.0",
"@jupyterlab/rendermime-extension": "^1.2.7",
"@jupyterlab/running-extension": "^1.2.7",
"@jupyterlab/settingeditor-extension": "^1.2.7",
"@jupyterlab/shortcuts-extension": "^1.2.7",
"@jupyterlab/statusbar-extension": "^1.2.8",
"@jupyterlab/tabmanager-extension": "^1.2.7",
"@jupyterlab/terminal-extension": "^1.2.7",
"@jupyterlab/theme-dark-extension": "^1.2.7",
"@jupyterlab/theme-light-extension": "^1.2.7",
"@jupyterlab/tooltip-extension": "^1.2.8",
"@jupyterlab/ui-components-extension": "^1.2.7",
"@jupyterlab/vdom-extension": "^1.2.8",
"@jupyterlab/rendermime-extension": "~1.2.7",
"@jupyterlab/running-extension": "~1.2.7",
"@jupyterlab/settingeditor-extension": "~1.2.7",
"@jupyterlab/shortcuts-extension": "~1.2.7",
"@jupyterlab/statusbar-extension": "~1.2.8",
"@jupyterlab/tabmanager-extension": "~1.2.7",
"@jupyterlab/terminal-extension": "~1.2.7",
"@jupyterlab/theme-dark-extension": "~1.2.7",
"@jupyterlab/theme-light-extension": "~1.2.7",
"@jupyterlab/tooltip-extension": "~1.2.8",
"@jupyterlab/ui-components-extension": "~1.2.7",
"@jupyterlab/vdom-extension": "~1.2.8",
"@jupyterlab/vega4-extension": "~1.2.0",
"@jupyterlab/vega5-extension": "~1.2.0"
},
Expand Down Expand Up @@ -87,82 +87,82 @@
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
"@jupyterlab/application": "~1.2.6",
"@jupyterlab/application-extension": "~1.2.6",
"@jupyterlab/apputils": "~1.2.6",
"@jupyterlab/apputils-extension": "~1.2.6",
"@jupyterlab/attachments": "~1.2.6",
"@jupyterlab/cells": "~1.2.7",
"@jupyterlab/application": "~1.2.7",
"@jupyterlab/application-extension": "~1.2.7",
"@jupyterlab/apputils": "~1.2.7",
"@jupyterlab/apputils-extension": "~1.2.7",
"@jupyterlab/attachments": "~1.2.7",
"@jupyterlab/cells": "~1.2.8",
"@jupyterlab/codeeditor": "~1.2.0",
"@jupyterlab/codemirror": "~1.2.6",
"@jupyterlab/codemirror-extension": "~1.2.6",
"@jupyterlab/completer": "~1.2.6",
"@jupyterlab/completer-extension": "~1.2.7",
"@jupyterlab/console": "~1.2.7",
"@jupyterlab/console-extension": "~1.2.7",
"@jupyterlab/codemirror": "~1.2.7",
"@jupyterlab/codemirror-extension": "~1.2.7",
"@jupyterlab/completer": "~1.2.7",
"@jupyterlab/completer-extension": "~1.2.8",
"@jupyterlab/console": "~1.2.8",
"@jupyterlab/console-extension": "~1.2.8",
"@jupyterlab/coreutils": "~3.2.0",
"@jupyterlab/csvviewer": "~1.2.6",
"@jupyterlab/csvviewer-extension": "~1.2.7",
"@jupyterlab/docmanager": "~1.2.6",
"@jupyterlab/docmanager-extension": "~1.2.6",
"@jupyterlab/docregistry": "~1.2.6",
"@jupyterlab/documentsearch": "~1.2.7",
"@jupyterlab/documentsearch-extension": "~1.2.7",
"@jupyterlab/extensionmanager": "~1.2.7",
"@jupyterlab/extensionmanager-extension": "~1.2.7",
"@jupyterlab/filebrowser": "~1.2.6",
"@jupyterlab/filebrowser-extension": "~1.2.6",
"@jupyterlab/fileeditor": "~1.2.6",
"@jupyterlab/fileeditor-extension": "~1.2.7",
"@jupyterlab/help-extension": "~1.2.6",
"@jupyterlab/htmlviewer": "~1.2.6",
"@jupyterlab/htmlviewer-extension": "~1.2.6",
"@jupyterlab/hub-extension": "~1.2.6",
"@jupyterlab/imageviewer": "~1.2.6",
"@jupyterlab/imageviewer-extension": "~1.2.6",
"@jupyterlab/inspector": "~1.2.6",
"@jupyterlab/inspector-extension": "~1.2.7",
"@jupyterlab/javascript-extension": "~1.2.6",
"@jupyterlab/json-extension": "~1.2.6",
"@jupyterlab/launcher": "~1.2.6",
"@jupyterlab/launcher-extension": "~1.2.6",
"@jupyterlab/logconsole": "~1.0.7",
"@jupyterlab/logconsole-extension": "~1.0.8",
"@jupyterlab/mainmenu": "~1.2.6",
"@jupyterlab/mainmenu-extension": "~1.2.6",
"@jupyterlab/markdownviewer": "~1.2.6",
"@jupyterlab/markdownviewer-extension": "~1.2.6",
"@jupyterlab/csvviewer": "~1.2.7",
"@jupyterlab/csvviewer-extension": "~1.2.8",
"@jupyterlab/docmanager": "~1.2.7",
"@jupyterlab/docmanager-extension": "~1.2.7",
"@jupyterlab/docregistry": "~1.2.7",
"@jupyterlab/documentsearch": "~1.2.8",
"@jupyterlab/documentsearch-extension": "~1.2.8",
"@jupyterlab/extensionmanager": "~1.2.8",
"@jupyterlab/extensionmanager-extension": "~1.2.8",
"@jupyterlab/filebrowser": "~1.2.7",
"@jupyterlab/filebrowser-extension": "~1.2.7",
"@jupyterlab/fileeditor": "~1.2.7",
"@jupyterlab/fileeditor-extension": "~1.2.8",
"@jupyterlab/help-extension": "~1.2.7",
"@jupyterlab/htmlviewer": "~1.2.7",
"@jupyterlab/htmlviewer-extension": "~1.2.7",
"@jupyterlab/hub-extension": "~1.2.7",
"@jupyterlab/imageviewer": "~1.2.7",
"@jupyterlab/imageviewer-extension": "~1.2.7",
"@jupyterlab/inspector": "~1.2.7",
"@jupyterlab/inspector-extension": "~1.2.8",
"@jupyterlab/javascript-extension": "~1.2.7",
"@jupyterlab/json-extension": "~1.2.7",
"@jupyterlab/launcher": "~1.2.7",
"@jupyterlab/launcher-extension": "~1.2.7",
"@jupyterlab/logconsole": "~1.0.8",
"@jupyterlab/logconsole-extension": "~1.0.9",
"@jupyterlab/mainmenu": "~1.2.7",
"@jupyterlab/mainmenu-extension": "~1.2.7",
"@jupyterlab/markdownviewer": "~1.2.7",
"@jupyterlab/markdownviewer-extension": "~1.2.7",
"@jupyterlab/mathjax2": "~1.2.0",
"@jupyterlab/mathjax2-extension": "~1.2.6",
"@jupyterlab/metapackage": "~1.2.10",
"@jupyterlab/nbconvert-css": "~0.3.10",
"@jupyterlab/notebook": "~1.2.7",
"@jupyterlab/notebook-extension": "~1.2.7",
"@jupyterlab/mathjax2-extension": "~1.2.7",
"@jupyterlab/metapackage": "~1.2.11",
"@jupyterlab/nbconvert-css": "~0.3.11",
"@jupyterlab/notebook": "~1.2.8",
"@jupyterlab/notebook-extension": "~1.2.8",
"@jupyterlab/observables": "~2.4.0",
"@jupyterlab/outputarea": "~1.2.7",
"@jupyterlab/outputarea": "~1.2.8",
"@jupyterlab/pdf-extension": "~1.2.0",
"@jupyterlab/rendermime": "~1.2.6",
"@jupyterlab/rendermime-extension": "~1.2.6",
"@jupyterlab/rendermime": "~1.2.7",
"@jupyterlab/rendermime-extension": "~1.2.7",
"@jupyterlab/rendermime-interfaces": "~1.5.0",
"@jupyterlab/running": "~1.2.6",
"@jupyterlab/running-extension": "~1.2.6",
"@jupyterlab/running": "~1.2.7",
"@jupyterlab/running-extension": "~1.2.7",
"@jupyterlab/services": "~4.2.2",
"@jupyterlab/settingeditor": "~1.2.6",
"@jupyterlab/settingeditor-extension": "~1.2.6",
"@jupyterlab/shortcuts-extension": "~1.2.6",
"@jupyterlab/statusbar": "~1.2.6",
"@jupyterlab/statusbar-extension": "~1.2.7",
"@jupyterlab/tabmanager-extension": "~1.2.6",
"@jupyterlab/terminal": "~1.2.6",
"@jupyterlab/terminal-extension": "~1.2.6",
"@jupyterlab/theme-dark-extension": "~1.2.6",
"@jupyterlab/theme-light-extension": "~1.2.6",
"@jupyterlab/tooltip": "~1.2.6",
"@jupyterlab/tooltip-extension": "~1.2.7",
"@jupyterlab/settingeditor": "~1.2.7",
"@jupyterlab/settingeditor-extension": "~1.2.7",
"@jupyterlab/shortcuts-extension": "~1.2.7",
"@jupyterlab/statusbar": "~1.2.7",
"@jupyterlab/statusbar-extension": "~1.2.8",
"@jupyterlab/tabmanager-extension": "~1.2.7",
"@jupyterlab/terminal": "~1.2.7",
"@jupyterlab/terminal-extension": "~1.2.7",
"@jupyterlab/theme-dark-extension": "~1.2.7",
"@jupyterlab/theme-light-extension": "~1.2.7",
"@jupyterlab/tooltip": "~1.2.7",
"@jupyterlab/tooltip-extension": "~1.2.8",
"@jupyterlab/ui-components": "~1.2.1",
"@jupyterlab/ui-components-extension": "~1.2.6",
"@jupyterlab/vdom": "~1.2.6",
"@jupyterlab/vdom-extension": "~1.2.7",
"@jupyterlab/ui-components-extension": "~1.2.7",
"@jupyterlab/vdom": "~1.2.7",
"@jupyterlab/vdom-extension": "~1.2.8",
"@jupyterlab/vega4-extension": "~1.2.0",
"@jupyterlab/vega5-extension": "~1.2.0",
"@phosphor/algorithm": "^1.2.0",
Expand Down

0 comments on commit 54cd318

Please sign in to comment.