Skip to content

Commit

Permalink
Publish v1.0.0a6
Browse files Browse the repository at this point in the history
dist/jupyterlab-1.0.0a6-py2.py3-none-any.whl
md5: 886d626e503b2efbb90bf215738aead3
sha1: 065c494068dfd142f93340b85321f06ba0eb0ac7
sha256: dd1727e3600d376c22948885376df368c96bd2db6ef25773d18c76216d38629a

dist/jupyterlab-1.0.0a6.tar.gz
md5: 83be21b8e6ee97fde61451491d40670a
sha1: 606a50828c6d52a590f90786c1e04fad015d2925
sha256: 7a3494819ebd2899b857b35a083f0532ad0adb6cfa5b0b605963fc0a9c9a7dc7
  • Loading branch information
afshin authored and zerline committed Jun 4, 2019
1 parent 31407ec commit 3eb6eaa
Show file tree
Hide file tree
Showing 6 changed files with 892 additions and 892 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1, 0, 0, 'alpha', 5
current_version = 1, 0, 0, 'alpha', 6
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
Expand Down
2 changes: 1 addition & 1 deletion dev_mode/package.json
Expand Up @@ -207,7 +207,7 @@
"url-parse",
"xterm"
],
"version": "1.0.0a5",
"version": "1.0.0a6",
"linkedPackages": {
"@jupyterlab/application": "../packages/application",
"@jupyterlab/application-extension": "../packages/application-extension",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/_version.py
Expand Up @@ -12,7 +12,7 @@
])

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(1, 0, 0, 'alpha', 5)
version_info = VersionInfo(1, 0, 0, 'alpha', 6)

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

Expand Down
112 changes: 56 additions & 56 deletions jupyterlab/staging/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/application-top",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -12,58 +12,58 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^1.0.0-alpha.8",
"@jupyterlab/application-extension": "^1.0.0-alpha.8",
"@jupyterlab/apputils": "^1.0.0-alpha.8",
"@jupyterlab/apputils-extension": "^1.0.0-alpha.8",
"@jupyterlab/codemirror-extension": "^1.0.0-alpha.8",
"@jupyterlab/completer-extension": "^1.0.0-alpha.8",
"@jupyterlab/console": "^1.0.0-alpha.8",
"@jupyterlab/console-extension": "^1.0.0-alpha.8",
"@jupyterlab/coreutils": "^3.0.0-alpha.8",
"@jupyterlab/csvviewer-extension": "^1.0.0-alpha.9",
"@jupyterlab/docmanager": "^1.0.0-alpha.8",
"@jupyterlab/docmanager-extension": "^1.0.0-alpha.8",
"@jupyterlab/documentsearch-extension": "^1.0.0-alpha.10",
"@jupyterlab/extensionmanager": "^1.0.0-alpha.8",
"@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.8",
"@jupyterlab/faq-extension": "^1.0.0-alpha.8",
"@jupyterlab/filebrowser": "^1.0.0-alpha.8",
"@jupyterlab/filebrowser-extension": "^1.0.0-alpha.8",
"@jupyterlab/fileeditor": "^1.0.0-alpha.8",
"@jupyterlab/fileeditor-extension": "^1.0.0-alpha.8",
"@jupyterlab/help-extension": "^1.0.0-alpha.8",
"@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.9",
"@jupyterlab/imageviewer": "^1.0.0-alpha.8",
"@jupyterlab/imageviewer-extension": "^1.0.0-alpha.8",
"@jupyterlab/inspector-extension": "^1.0.0-alpha.8",
"@jupyterlab/javascript-extension": "^1.0.0-alpha.8",
"@jupyterlab/json-extension": "^1.0.0-alpha.8",
"@jupyterlab/launcher": "^1.0.0-alpha.8",
"@jupyterlab/launcher-extension": "^1.0.0-alpha.8",
"@jupyterlab/mainmenu-extension": "^1.0.0-alpha.8",
"@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.8",
"@jupyterlab/mathjax2-extension": "^1.0.0-alpha.8",
"@jupyterlab/notebook": "^1.0.0-alpha.9",
"@jupyterlab/notebook-extension": "^1.0.0-alpha.8",
"@jupyterlab/pdf-extension": "^1.0.0-alpha.8",
"@jupyterlab/rendermime": "^1.0.0-alpha.8",
"@jupyterlab/rendermime-extension": "^1.0.0-alpha.8",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.8",
"@jupyterlab/running-extension": "^1.0.0-alpha.8",
"@jupyterlab/services": "^4.0.0-alpha.8",
"@jupyterlab/settingeditor-extension": "^1.0.0-alpha.8",
"@jupyterlab/shortcuts-extension": "^1.0.0-alpha.8",
"@jupyterlab/statusbar-extension": "^1.0.0-alpha.8",
"@jupyterlab/tabmanager-extension": "^1.0.0-alpha.8",
"@jupyterlab/terminal": "^1.0.0-alpha.8",
"@jupyterlab/terminal-extension": "^1.0.0-alpha.8",
"@jupyterlab/theme-dark-extension": "^1.0.0-alpha.9",
"@jupyterlab/theme-light-extension": "^1.0.0-alpha.9",
"@jupyterlab/tooltip": "^1.0.0-alpha.8",
"@jupyterlab/tooltip-extension": "^1.0.0-alpha.8",
"@jupyterlab/vdom-extension": "^1.0.0-alpha.8",
"@jupyterlab/vega5-extension": "^1.0.0-alpha.8",
"@jupyterlab/application": "^1.0.0-alpha.9",
"@jupyterlab/application-extension": "^1.0.0-alpha.9",
"@jupyterlab/apputils": "^1.0.0-alpha.9",
"@jupyterlab/apputils-extension": "^1.0.0-alpha.9",
"@jupyterlab/codemirror-extension": "^1.0.0-alpha.9",
"@jupyterlab/completer-extension": "^1.0.0-alpha.9",
"@jupyterlab/console": "^1.0.0-alpha.9",
"@jupyterlab/console-extension": "^1.0.0-alpha.9",
"@jupyterlab/coreutils": "^3.0.0-alpha.9",
"@jupyterlab/csvviewer-extension": "^1.0.0-alpha.10",
"@jupyterlab/docmanager": "^1.0.0-alpha.9",
"@jupyterlab/docmanager-extension": "^1.0.0-alpha.9",
"@jupyterlab/documentsearch-extension": "^1.0.0-alpha.11",
"@jupyterlab/extensionmanager": "^1.0.0-alpha.9",
"@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.9",
"@jupyterlab/faq-extension": "^1.0.0-alpha.9",
"@jupyterlab/filebrowser": "^1.0.0-alpha.9",
"@jupyterlab/filebrowser-extension": "^1.0.0-alpha.9",
"@jupyterlab/fileeditor": "^1.0.0-alpha.9",
"@jupyterlab/fileeditor-extension": "^1.0.0-alpha.9",
"@jupyterlab/help-extension": "^1.0.0-alpha.9",
"@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.10",
"@jupyterlab/imageviewer": "^1.0.0-alpha.9",
"@jupyterlab/imageviewer-extension": "^1.0.0-alpha.9",
"@jupyterlab/inspector-extension": "^1.0.0-alpha.9",
"@jupyterlab/javascript-extension": "^1.0.0-alpha.9",
"@jupyterlab/json-extension": "^1.0.0-alpha.9",
"@jupyterlab/launcher": "^1.0.0-alpha.9",
"@jupyterlab/launcher-extension": "^1.0.0-alpha.9",
"@jupyterlab/mainmenu-extension": "^1.0.0-alpha.9",
"@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.9",
"@jupyterlab/mathjax2-extension": "^1.0.0-alpha.9",
"@jupyterlab/notebook": "^1.0.0-alpha.10",
"@jupyterlab/notebook-extension": "^1.0.0-alpha.9",
"@jupyterlab/pdf-extension": "^1.0.0-alpha.9",
"@jupyterlab/rendermime": "^1.0.0-alpha.9",
"@jupyterlab/rendermime-extension": "^1.0.0-alpha.9",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.9",
"@jupyterlab/running-extension": "^1.0.0-alpha.9",
"@jupyterlab/services": "^4.0.0-alpha.9",
"@jupyterlab/settingeditor-extension": "^1.0.0-alpha.9",
"@jupyterlab/shortcuts-extension": "^1.0.0-alpha.9",
"@jupyterlab/statusbar-extension": "^1.0.0-alpha.9",
"@jupyterlab/tabmanager-extension": "^1.0.0-alpha.9",
"@jupyterlab/terminal": "^1.0.0-alpha.9",
"@jupyterlab/terminal-extension": "^1.0.0-alpha.9",
"@jupyterlab/theme-dark-extension": "^1.0.0-alpha.10",
"@jupyterlab/theme-light-extension": "^1.0.0-alpha.10",
"@jupyterlab/tooltip": "^1.0.0-alpha.9",
"@jupyterlab/tooltip-extension": "^1.0.0-alpha.9",
"@jupyterlab/vdom-extension": "^1.0.0-alpha.9",
"@jupyterlab/vega5-extension": "^1.0.0-alpha.9",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/application": "^1.6.0",
"@phosphor/commands": "^1.6.1",
Expand All @@ -73,7 +73,7 @@
"@phosphor/messaging": "^1.2.2",
"@phosphor/properties": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0",
"@phosphor/widgets": "^1.7.0",
"ajv": "^6.5.5",
"codemirror": "~5.47.0",
"es6-promise": "~4.2.6",
Expand All @@ -85,7 +85,7 @@
"url-parse": "~1.4.3"
},
"devDependencies": {
"@jupyterlab/buildutils": "^1.0.0-alpha.8",
"@jupyterlab/buildutils": "^1.0.0-alpha.9",
"css-loader": "~2.1.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"file-loader": "~3.0.1",
Expand Down Expand Up @@ -207,7 +207,7 @@
"url-parse",
"xterm"
],
"version": "1.0.0a5",
"version": "1.0.0a6",
"linkedPackages": {},
"staticDir": "../static"
}
Expand Down

0 comments on commit 3eb6eaa

Please sign in to comment.