Skip to content

Commit

Permalink
Publish 1.0.0a10
Browse files Browse the repository at this point in the history
dist/jupyterlab-1.0.0a10-py2.py3-none-any.whl
md5: 1bfbed2a0a634535b2e253c314f93914
sha1: f3d585f3a8598f95c954b36f89a93b155a880e9d
sha256: 2e211c49096198fdd2b40d459be3188150dbbee3c00ffa87a7821aa8c8defa11

dist/jupyterlab-1.0.0a10.tar.gz
md5: 3ca693398444df782b8fea67e4826ceb
sha1: 3eebd94ad3f99102c4361dfdcf02ab370b75477e
sha256: 865f1e2646410db1232f7d166a4585ffcfd9103ccef0128ad2e5ce1a7ccd27b9
  • Loading branch information
jasongrout committed Jun 21, 2019
1 parent 54f87c0 commit dcfe0ba
Show file tree
Hide file tree
Showing 7 changed files with 1,240 additions and 740 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1, 0, 0, 'alpha', 9
current_version = 1, 0, 0, 'alpha', 10
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 @@ -214,7 +214,7 @@
"url-parse",
"xterm"
],
"version": "1.0.0a9",
"version": "1.0.0a10",
"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', 9)
version_info = VersionInfo(1, 0, 0, 'alpha', 10)

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

Expand Down
112 changes: 57 additions & 55 deletions jupyterlab/staging/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/application-top",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -17,58 +17,59 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^1.0.0-alpha.12",
"@jupyterlab/application-extension": "^1.0.0-alpha.12",
"@jupyterlab/apputils": "^1.0.0-alpha.12",
"@jupyterlab/apputils-extension": "^1.0.0-alpha.12",
"@jupyterlab/codemirror-extension": "^1.0.0-alpha.12",
"@jupyterlab/completer-extension": "^1.0.0-alpha.12",
"@jupyterlab/console": "^1.0.0-alpha.12",
"@jupyterlab/console-extension": "^1.0.0-alpha.12",
"@jupyterlab/coreutils": "^3.0.0-alpha.12",
"@jupyterlab/csvviewer-extension": "^1.0.0-alpha.13",
"@jupyterlab/docmanager": "^1.0.0-alpha.12",
"@jupyterlab/docmanager-extension": "^1.0.0-alpha.12",
"@jupyterlab/documentsearch-extension": "^1.0.0-alpha.14",
"@jupyterlab/extensionmanager": "^1.0.0-alpha.12",
"@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.12",
"@jupyterlab/filebrowser": "^1.0.0-alpha.12",
"@jupyterlab/filebrowser-extension": "^1.0.0-alpha.12",
"@jupyterlab/fileeditor": "^1.0.0-alpha.12",
"@jupyterlab/fileeditor-extension": "^1.0.0-alpha.12",
"@jupyterlab/help-extension": "^1.0.0-alpha.12",
"@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.13",
"@jupyterlab/hub-extension": "^1.0.0-alpha.11",
"@jupyterlab/imageviewer": "^1.0.0-alpha.12",
"@jupyterlab/imageviewer-extension": "^1.0.0-alpha.12",
"@jupyterlab/inspector-extension": "^1.0.0-alpha.12",
"@jupyterlab/javascript-extension": "^1.0.0-alpha.12",
"@jupyterlab/json-extension": "^1.0.0-alpha.12",
"@jupyterlab/launcher": "^1.0.0-alpha.12",
"@jupyterlab/launcher-extension": "^1.0.0-alpha.12",
"@jupyterlab/mainmenu-extension": "^1.0.0-alpha.12",
"@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.12",
"@jupyterlab/mathjax2-extension": "^1.0.0-alpha.12",
"@jupyterlab/notebook": "^1.0.0-alpha.13",
"@jupyterlab/notebook-extension": "^1.0.0-alpha.12",
"@jupyterlab/pdf-extension": "^1.0.0-alpha.12",
"@jupyterlab/rendermime": "^1.0.0-alpha.12",
"@jupyterlab/rendermime-extension": "^1.0.0-alpha.12",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.12",
"@jupyterlab/running-extension": "^1.0.0-alpha.12",
"@jupyterlab/services": "^4.0.0-alpha.12",
"@jupyterlab/settingeditor-extension": "^1.0.0-alpha.12",
"@jupyterlab/shortcuts-extension": "^1.0.0-alpha.12",
"@jupyterlab/statusbar-extension": "^1.0.0-alpha.12",
"@jupyterlab/tabmanager-extension": "^1.0.0-alpha.12",
"@jupyterlab/terminal": "^1.0.0-alpha.12",
"@jupyterlab/terminal-extension": "^1.0.0-alpha.12",
"@jupyterlab/theme-dark-extension": "^1.0.0-alpha.13",
"@jupyterlab/theme-light-extension": "^1.0.0-alpha.13",
"@jupyterlab/tooltip": "^1.0.0-alpha.12",
"@jupyterlab/tooltip-extension": "^1.0.0-alpha.12",
"@jupyterlab/vdom-extension": "^1.0.0-alpha.12",
"@jupyterlab/vega5-extension": "^1.0.0-alpha.12",
"@jupyterlab/application": "^1.0.0-alpha.13",
"@jupyterlab/application-extension": "^1.0.0-alpha.13",
"@jupyterlab/apputils": "^1.0.0-alpha.13",
"@jupyterlab/apputils-extension": "^1.0.0-alpha.13",
"@jupyterlab/codemirror-extension": "^1.0.0-alpha.13",
"@jupyterlab/completer-extension": "^1.0.0-alpha.13",
"@jupyterlab/console": "^1.0.0-alpha.13",
"@jupyterlab/console-extension": "^1.0.0-alpha.13",
"@jupyterlab/coreutils": "^3.0.0-alpha.13",
"@jupyterlab/csvviewer-extension": "^1.0.0-alpha.14",
"@jupyterlab/docmanager": "^1.0.0-alpha.13",
"@jupyterlab/docmanager-extension": "^1.0.0-alpha.13",
"@jupyterlab/documentsearch-extension": "^1.0.0-alpha.15",
"@jupyterlab/extensionmanager": "^1.0.0-alpha.13",
"@jupyterlab/extensionmanager-extension": "^1.0.0-alpha.13",
"@jupyterlab/filebrowser": "^1.0.0-alpha.13",
"@jupyterlab/filebrowser-extension": "^1.0.0-alpha.13",
"@jupyterlab/fileeditor": "^1.0.0-alpha.13",
"@jupyterlab/fileeditor-extension": "^1.0.0-alpha.13",
"@jupyterlab/help-extension": "^1.0.0-alpha.13",
"@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.14",
"@jupyterlab/hub-extension": "^1.0.0-alpha.12",
"@jupyterlab/imageviewer": "^1.0.0-alpha.13",
"@jupyterlab/imageviewer-extension": "^1.0.0-alpha.13",
"@jupyterlab/inspector-extension": "^1.0.0-alpha.13",
"@jupyterlab/javascript-extension": "^1.0.0-alpha.13",
"@jupyterlab/json-extension": "^1.0.0-alpha.13",
"@jupyterlab/launcher": "^1.0.0-alpha.13",
"@jupyterlab/launcher-extension": "^1.0.0-alpha.13",
"@jupyterlab/mainmenu-extension": "^1.0.0-alpha.13",
"@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.13",
"@jupyterlab/mathjax2-extension": "^1.0.0-alpha.13",
"@jupyterlab/notebook": "^1.0.0-alpha.14",
"@jupyterlab/notebook-extension": "^1.0.0-alpha.13",
"@jupyterlab/pdf-extension": "^1.0.0-alpha.13",
"@jupyterlab/rendermime": "^1.0.0-alpha.13",
"@jupyterlab/rendermime-extension": "^1.0.0-alpha.13",
"@jupyterlab/rendermime-interfaces": "^1.3.0-alpha.13",
"@jupyterlab/running-extension": "^1.0.0-alpha.13",
"@jupyterlab/services": "^4.0.0-alpha.13",
"@jupyterlab/settingeditor-extension": "^1.0.0-alpha.13",
"@jupyterlab/shortcuts-extension": "^1.0.0-alpha.13",
"@jupyterlab/statusbar-extension": "^1.0.0-alpha.13",
"@jupyterlab/tabmanager-extension": "^1.0.0-alpha.13",
"@jupyterlab/terminal": "^1.0.0-alpha.13",
"@jupyterlab/terminal-extension": "^1.0.0-alpha.13",
"@jupyterlab/theme-dark-extension": "^1.0.0-alpha.14",
"@jupyterlab/theme-light-extension": "^1.0.0-alpha.14",
"@jupyterlab/tooltip": "^1.0.0-alpha.13",
"@jupyterlab/tooltip-extension": "^1.0.0-alpha.13",
"@jupyterlab/vdom-extension": "^1.0.0-alpha.13",
"@jupyterlab/vega4-extension": "^1.0.0-alpha.13",
"@jupyterlab/vega5-extension": "^1.0.0-alpha.13",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/application": "^1.6.3",
"@phosphor/commands": "^1.6.3",
Expand All @@ -90,7 +91,7 @@
"url-parse": "~1.4.3"
},
"devDependencies": {
"@jupyterlab/buildutils": "^1.0.0-alpha.12",
"@jupyterlab/buildutils": "^1.0.0-alpha.13",
"css-loader": "~2.1.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"file-loader": "~3.0.1",
Expand Down Expand Up @@ -158,6 +159,7 @@
"@jupyterlab/javascript-extension": "",
"@jupyterlab/json-extension": "",
"@jupyterlab/pdf-extension": "",
"@jupyterlab/vega4-extension": "",
"@jupyterlab/vega5-extension": ""
},
"name": "JupyterLab",
Expand Down Expand Up @@ -212,7 +214,7 @@
"url-parse",
"xterm"
],
"version": "1.0.0a9",
"version": "1.0.0a10",
"linkedPackages": {},
"staticDir": "../static"
}
Expand Down
8 changes: 5 additions & 3 deletions jupyterlab/staging/webpack.config.js
Expand Up @@ -128,8 +128,7 @@ const plugins = [
new webpack.HashedModuleIdsPlugin(),
new JupyterFrontEndPlugin({}),
new MiniCssExtractPlugin({
filename: '[name].css',
chunkFilename: '[id].css'
filename: '[name].[chunkhash].css'
})
];

Expand Down Expand Up @@ -164,7 +163,10 @@ module.exports = [
},
module: {
rules: [
{ test: /\.css$/, use: [MiniCssExtractPlugin.loader, 'css-loader'] },
{
test: /\.css$/,
use: [MiniCssExtractPlugin.loader, 'css-loader']
},
{ test: /\.md$/, use: 'raw-loader' },
{ test: /\.txt$/, use: 'raw-loader' },
{
Expand Down

0 comments on commit dcfe0ba

Please sign in to comment.