Skip to content

Commit

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

jupyterlab-3.0.1-py3-none-any.whl: ee8c8abb32f7be1fc7294980d66493cdd55ab449ceceffd4ed639efbb7b1601d

jupyterlab-3.0.1.tar.gz: 72759e43d6063d4b3bf5bc4fa5ef72dd970bc43bdcb82d87affee73bbdb5be34
  • Loading branch information
jasongrout committed Jan 5, 2021
1 parent 64232dc commit f994541
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 181 deletions.
8 changes: 4 additions & 4 deletions dev_mode/package.json
Expand Up @@ -66,7 +66,7 @@
"@jupyterlab/markdownviewer-extension": "~3.0.0",
"@jupyterlab/mathjax2": "~3.0.0",
"@jupyterlab/mathjax2-extension": "~3.0.0",
"@jupyterlab/metapackage": "~3.0.0",
"@jupyterlab/metapackage": "~3.0.1",
"@jupyterlab/nbconvert-css": "~3.0.0",
"@jupyterlab/nbformat": "~3.0.0",
"@jupyterlab/notebook": "~3.0.0",
Expand All @@ -88,8 +88,8 @@
"@jupyterlab/statedb": "~3.0.0",
"@jupyterlab/statusbar": "~3.0.0",
"@jupyterlab/statusbar-extension": "~3.0.0",
"@jupyterlab/terminal": "~3.0.0",
"@jupyterlab/terminal-extension": "~3.0.0",
"@jupyterlab/terminal": "~3.0.1",
"@jupyterlab/terminal-extension": "~3.0.1",
"@jupyterlab/theme-dark-extension": "~3.0.0",
"@jupyterlab/theme-light-extension": "~3.0.0",
"@jupyterlab/toc": "~5.0.0",
Expand Down Expand Up @@ -153,7 +153,7 @@
"@jupyterlab/settingeditor-extension": "~3.0.0",
"@jupyterlab/shortcuts-extension": "~3.0.0",
"@jupyterlab/statusbar-extension": "~3.0.0",
"@jupyterlab/terminal-extension": "^3.0.1",
"@jupyterlab/terminal-extension": "~3.0.1",
"@jupyterlab/theme-dark-extension": "~3.0.0",
"@jupyterlab/theme-light-extension": "~3.0.0",
"@jupyterlab/toc-extension": "~5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions jupyterlab/staging/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/application-top",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"scripts": {
"build": "jlpm run clean && webpack",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@jupyterlab/markdownviewer-extension": "~3.0.0",
"@jupyterlab/mathjax2": "~3.0.0",
"@jupyterlab/mathjax2-extension": "~3.0.0",
"@jupyterlab/metapackage": "~3.0.0",
"@jupyterlab/metapackage": "~3.0.1",
"@jupyterlab/nbconvert-css": "~3.0.0",
"@jupyterlab/nbformat": "~3.0.0",
"@jupyterlab/notebook": "~3.0.0",
Expand All @@ -88,8 +88,8 @@
"@jupyterlab/statedb": "~3.0.0",
"@jupyterlab/statusbar": "~3.0.0",
"@jupyterlab/statusbar-extension": "~3.0.0",
"@jupyterlab/terminal": "~3.0.0",
"@jupyterlab/terminal-extension": "~3.0.0",
"@jupyterlab/terminal": "~3.0.1",
"@jupyterlab/terminal-extension": "~3.0.1",
"@jupyterlab/theme-dark-extension": "~3.0.0",
"@jupyterlab/theme-light-extension": "~3.0.0",
"@jupyterlab/toc": "~5.0.0",
Expand Down Expand Up @@ -153,7 +153,7 @@
"@jupyterlab/settingeditor-extension": "~3.0.0",
"@jupyterlab/shortcuts-extension": "~3.0.0",
"@jupyterlab/statusbar-extension": "~3.0.0",
"@jupyterlab/terminal-extension": "~3.0.0",
"@jupyterlab/terminal-extension": "~3.0.1",
"@jupyterlab/theme-dark-extension": "~3.0.0",
"@jupyterlab/theme-light-extension": "~3.0.0",
"@jupyterlab/toc-extension": "~5.0.0",
Expand Down Expand Up @@ -197,7 +197,7 @@
},
"jupyterlab": {
"name": "JupyterLab",
"version": "3.0.0",
"version": "3.0.1",
"extensions": {
"@jupyterlab/application-extension": "",
"@jupyterlab/apputils-extension": "",
Expand Down

0 comments on commit f994541

Please sign in to comment.