Browse Source

Publish 1.0.0rc0

dist/jupyterlab-1.0.0rc0-py2.py3-none-any.whl
md5: 0f9c4805fb293125bf9614289594c8bc
sha1: 3e716a8ec94a2fa6dc39fb0d4884cc6924c6fd31
sha256: 7b8029e64989637536c38318fb8e595ad92109cf4c8a885d4e7e48c4abbb18b4

dist/jupyterlab-1.0.0rc0.tar.gz
md5: a27b2d992a2b9db7f48c64884226605e
sha1: 8a1265a7ee82658026242dedbecb188887f19289
sha256: 136c19d145ec834cd1d3a79d3dc35cf3d66c4aa751fd4ac28d79a638059ce5e8
Jason Grout 6 years ago
parent
commit
d5f0c6b85e

+ 1 - 1
.bumpversion.cfg

@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1, 0, 0, 'alpha', 10
+current_version = 1, 0, 0, 'candidate', 0
 commit = False
 tag = False
 parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)

+ 1 - 1
dev_mode/package.json

@@ -209,7 +209,7 @@
       "url-parse",
       "xterm"
     ],
-    "version": "1.0.0a10",
+    "version": "1.0.0rc0",
     "linkedPackages": {
       "@jupyterlab/application": "../packages/application",
       "@jupyterlab/application-extension": "../packages/application-extension",

+ 1 - 1
jupyterlab/_version.py

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

+ 56 - 56
jupyterlab/staging/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/application-top",
-  "version": "1.0.0-alpha.14",
+  "version": "1.0.0-rc.0",
   "private": true,
   "scripts": {
     "build": "webpack",
@@ -12,59 +12,59 @@
     "watch": "webpack --watch"
   },
   "dependencies": {
-    "@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",
+    "@jupyterlab/application": "^1.0.0-rc.0",
+    "@jupyterlab/application-extension": "^1.0.0-rc.0",
+    "@jupyterlab/apputils": "^1.0.0-rc.0",
+    "@jupyterlab/apputils-extension": "^1.0.0-rc.0",
+    "@jupyterlab/codemirror-extension": "^1.0.0-rc.0",
+    "@jupyterlab/completer-extension": "^1.0.0-rc.0",
+    "@jupyterlab/console": "^1.0.0-rc.0",
+    "@jupyterlab/console-extension": "^1.0.0-rc.0",
+    "@jupyterlab/coreutils": "^3.0.0-rc.0",
+    "@jupyterlab/csvviewer-extension": "^1.0.0-rc.0",
+    "@jupyterlab/docmanager": "^1.0.0-rc.0",
+    "@jupyterlab/docmanager-extension": "^1.0.0-rc.0",
+    "@jupyterlab/documentsearch-extension": "^1.0.0-rc.0",
+    "@jupyterlab/extensionmanager": "^1.0.0-rc.0",
+    "@jupyterlab/extensionmanager-extension": "^1.0.0-rc.0",
+    "@jupyterlab/filebrowser": "^1.0.0-rc.0",
+    "@jupyterlab/filebrowser-extension": "^1.0.0-rc.0",
+    "@jupyterlab/fileeditor": "^1.0.0-rc.0",
+    "@jupyterlab/fileeditor-extension": "^1.0.0-rc.0",
+    "@jupyterlab/help-extension": "^1.0.0-rc.0",
+    "@jupyterlab/htmlviewer-extension": "^1.0.0-rc.0",
+    "@jupyterlab/hub-extension": "^1.0.0-rc.0",
+    "@jupyterlab/imageviewer": "^1.0.0-rc.0",
+    "@jupyterlab/imageviewer-extension": "^1.0.0-rc.0",
+    "@jupyterlab/inspector-extension": "^1.0.0-rc.0",
+    "@jupyterlab/javascript-extension": "^1.0.0-rc.0",
+    "@jupyterlab/json-extension": "^1.0.0-rc.0",
+    "@jupyterlab/launcher": "^1.0.0-rc.0",
+    "@jupyterlab/launcher-extension": "^1.0.0-rc.0",
+    "@jupyterlab/mainmenu-extension": "^1.0.0-rc.0",
+    "@jupyterlab/markdownviewer-extension": "^1.0.0-rc.0",
+    "@jupyterlab/mathjax2-extension": "^1.0.0-rc.0",
+    "@jupyterlab/notebook": "^1.0.0-rc.0",
+    "@jupyterlab/notebook-extension": "^1.0.0-rc.0",
+    "@jupyterlab/pdf-extension": "^1.0.0-rc.0",
+    "@jupyterlab/rendermime": "^1.0.0-rc.0",
+    "@jupyterlab/rendermime-extension": "^1.0.0-rc.0",
+    "@jupyterlab/rendermime-interfaces": "^1.3.0-rc.0",
+    "@jupyterlab/running-extension": "^1.0.0-rc.0",
+    "@jupyterlab/services": "^4.0.0-rc.0",
+    "@jupyterlab/settingeditor-extension": "^1.0.0-rc.0",
+    "@jupyterlab/shortcuts-extension": "^1.0.0-rc.0",
+    "@jupyterlab/statusbar-extension": "^1.0.0-rc.0",
+    "@jupyterlab/tabmanager-extension": "^1.0.0-rc.0",
+    "@jupyterlab/terminal": "^1.0.0-rc.0",
+    "@jupyterlab/terminal-extension": "^1.0.0-rc.0",
+    "@jupyterlab/theme-dark-extension": "^1.0.0-rc.0",
+    "@jupyterlab/theme-light-extension": "^1.0.0-rc.0",
+    "@jupyterlab/tooltip": "^1.0.0-rc.0",
+    "@jupyterlab/tooltip-extension": "^1.0.0-rc.0",
+    "@jupyterlab/vdom-extension": "^1.0.0-rc.0",
+    "@jupyterlab/vega4-extension": "^1.0.0-rc.0",
+    "@jupyterlab/vega5-extension": "^1.0.0-rc.0",
     "@phosphor/algorithm": "^1.1.3",
     "@phosphor/application": "^1.6.3",
     "@phosphor/commands": "^1.6.3",
@@ -86,7 +86,7 @@
     "url-parse": "~1.4.3"
   },
   "devDependencies": {
-    "@jupyterlab/buildutils": "^1.0.0-alpha.13",
+    "@jupyterlab/buildutils": "^1.0.0-rc.0",
     "css-loader": "~2.1.1",
     "duplicate-package-checker-webpack-plugin": "^3.0.0",
     "file-loader": "~3.0.1",
@@ -209,7 +209,7 @@
       "url-parse",
       "xterm"
     ],
-    "version": "1.0.0a10",
+    "version": "1.0.0rc0",
     "linkedPackages": {},
     "staticDir": "../static"
   }

File diff suppressed because it is too large
+ 447 - 447
jupyterlab/staging/yarn.lock


+ 6 - 6
packages/nbconvert-css/package.json

@@ -42,12 +42,12 @@
     "@jupyterlab/rendermime": "^1.0.0-rc.0"
   },
   "devDependencies": {
-    "@jupyterlab/apputils": "^1.0.0-alpha.13",
-    "@jupyterlab/cells": "^1.0.0-alpha.14",
-    "@jupyterlab/codemirror": "^1.0.0-alpha.13",
-    "@jupyterlab/notebook": "^1.0.0-alpha.14",
-    "@jupyterlab/outputarea": "^1.0.0-alpha.13",
-    "@jupyterlab/rendermime": "^1.0.0-alpha.13",
+    "@jupyterlab/apputils": "^1.0.0-rc.0",
+    "@jupyterlab/cells": "^1.0.0-rc.0",
+    "@jupyterlab/codemirror": "^1.0.0-rc.0",
+    "@jupyterlab/notebook": "^1.0.0-rc.0",
+    "@jupyterlab/outputarea": "^1.0.0-rc.0",
+    "@jupyterlab/rendermime": "^1.0.0-rc.0",
     "css-loader": "~2.1.1",
     "file-loader": "~3.0.1",
     "mini-css-extract-plugin": "~0.6.0",

Some files were not shown because too many files changed in this diff