Steven Silvester 8 years ago
parent
commit
6f72ca2b8f

+ 10 - 10
examples/app/package.json

@@ -11,29 +11,29 @@
     "@jupyterlab/application-extension": "^0.5.0",
     "@jupyterlab/apputils-extension": "^0.5.0",
     "@jupyterlab/codemirror-extension": "^0.5.0",
-    "@jupyterlab/completer-extension": "^0.5.0",
-    "@jupyterlab/console-extension": "^0.5.0",
+    "@jupyterlab/completer-extension": "^0.5.1",
+    "@jupyterlab/console-extension": "^0.5.1",
     "@jupyterlab/csvviewer-extension": "^0.5.0",
-    "@jupyterlab/default-theme": "^0.5.0",
+    "@jupyterlab/default-theme": "^0.5.1",
     "@jupyterlab/docmanager-extension": "^0.5.0",
     "@jupyterlab/docregistry-extension": "^0.5.0",
     "@jupyterlab/fileeditor-extension": "^0.5.0",
     "@jupyterlab/faq-extension": "^0.5.0",
-    "@jupyterlab/filebrowser-extension": "^0.5.0",
+    "@jupyterlab/filebrowser-extension": "^0.5.1",
     "@jupyterlab/help-extension": "^0.5.0",
     "@jupyterlab/imageviewer-extension": "^0.5.0",
-    "@jupyterlab/inspector-extension": "^0.5.0",
-    "@jupyterlab/landing-extension": "^0.5.0",
-    "@jupyterlab/launcher-extension": "^0.5.0",
+    "@jupyterlab/inspector-extension": "^0.5.1",
+    "@jupyterlab/landing-extension": "^0.5.1",
+    "@jupyterlab/launcher-extension": "^0.5.1",
     "@jupyterlab/markdownviewer-extension": "^0.5.0",
-    "@jupyterlab/notebook-extension": "^0.5.0",
+    "@jupyterlab/notebook-extension": "^0.5.1",
     "@jupyterlab/rendermime-extension": "^0.5.0",
     "@jupyterlab/running-extension": "^0.5.0",
     "@jupyterlab/services-extension": "^0.5.0",
     "@jupyterlab/shortcuts-extension": "^0.5.0",
     "@jupyterlab/tabmanager-extension": "^0.5.0",
     "@jupyterlab/terminal-extension": "^0.5.0",
-    "@jupyterlab/tooltip-extension": "^0.5.0",
+    "@jupyterlab/tooltip-extension": "^0.5.1",
     "es6-promise": "^4.1.0",
     "font-awesome": "^4.6.3"
   },
@@ -45,5 +45,5 @@
     "watch": "^1.0.2",
     "webpack": "^2.2.1"
   },
-  "version": "0.5.0"
+  "version": "0.5.1"
 }

+ 3 - 3
examples/console/package.json

@@ -7,8 +7,8 @@
   },
   "dependencies": {
     "@jupyterlab/codemirror": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
-    "@jupyterlab/default-theme": "^0.5.0",
+    "@jupyterlab/console": "^0.5.1",
+    "@jupyterlab/default-theme": "^0.5.1",
     "@jupyterlab/rendermime": "^0.5.0",
     "@jupyterlab/services": "^0.44.0",
     "@phosphor/commands": "^1.2.0",
@@ -25,5 +25,5 @@
     "watch": "^1.0.2",
     "webpack": "^2.2.1"
   },
-  "version": "0.5.0"
+  "version": "0.5.1"
 }

+ 3 - 3
examples/filebrowser/package.json

@@ -8,11 +8,11 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.5.0",
     "@jupyterlab/codemirror": "^0.5.0",
-    "@jupyterlab/default-theme": "^0.5.0",
+    "@jupyterlab/default-theme": "^0.5.1",
     "@jupyterlab/docmanager": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",
     "@jupyterlab/fileeditor": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
     "@jupyterlab/services": "^0.44.0",
     "@phosphor/commands": "^1.2.0",
     "@phosphor/widgets": "^1.2.0",
@@ -30,5 +30,5 @@
     "watch": "^1.0.2",
     "webpack": "^1.13.0"
   },
-  "version": "0.5.0"
+  "version": "0.5.1"
 }

+ 3 - 3
examples/notebook/package.json

@@ -11,9 +11,9 @@
     "@jupyterlab/completer": "^0.5.0",
     "@jupyterlab/docmanager": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
+    "@jupyterlab/notebook": "^0.5.1",
     "@jupyterlab/rendermime": "^0.5.0",
-    "@jupyterlab/default-theme": "^0.5.0",
+    "@jupyterlab/default-theme": "^0.5.1",
     "@jupyterlab/services": "^0.44.0",
     "@phosphor/commands": "^1.2.0",
     "@phosphor/widgets": "^1.2.0",
@@ -29,5 +29,5 @@
     "watch": "^1.0.2",
     "webpack": "^2.2.1"
   },
-  "version": "0.5.0"
+  "version": "0.5.1"
 }

+ 2 - 2
examples/terminal/package.json

@@ -6,7 +6,7 @@
     "clean": "rimraf build"
   },
   "dependencies": {
-    "@jupyterlab/default-theme": "^0.5.0",
+    "@jupyterlab/default-theme": "^0.5.1",
     "@jupyterlab/services": "^0.44.0",
     "@jupyterlab/terminal": "^0.5.0",
     "@phosphor/widgets": "^1.2.0",
@@ -24,5 +24,5 @@
     "watch": "^1.0.2",
     "webpack": "^1.13.0"
   },
-  "version": "0.5.0"
+  "version": "0.5.1"
 }

+ 10 - 10
jupyterlab/package.json

@@ -1,7 +1,7 @@
 {
   "private": true,
   "name": "@jupyterlab/application-top",
-  "version": "0.4.0",
+  "version": "0.4.1",
   "scripts": {
     "build": "webpack",
     "publish": "node make-release.js"
@@ -11,22 +11,22 @@
     "@jupyterlab/application-extension": "^0.5.0",
     "@jupyterlab/apputils-extension": "^0.5.0",
     "@jupyterlab/codemirror-extension": "^0.5.0",
-    "@jupyterlab/completer-extension": "^0.5.0",
+    "@jupyterlab/completer-extension": "^0.5.1",
     "@jupyterlab/coreutils": "^0.5.0",
-    "@jupyterlab/console-extension": "^0.5.0",
+    "@jupyterlab/console-extension": "^0.5.1",
     "@jupyterlab/csvviewer-extension": "^0.5.0",
     "@jupyterlab/docmanager-extension": "^0.5.0",
     "@jupyterlab/docregistry-extension": "^0.5.0",
     "@jupyterlab/fileeditor-extension": "^0.5.0",
     "@jupyterlab/faq-extension": "^0.5.0",
-    "@jupyterlab/filebrowser-extension": "^0.5.0",
+    "@jupyterlab/filebrowser-extension": "^0.5.1",
     "@jupyterlab/help-extension": "^0.5.0",
     "@jupyterlab/imageviewer-extension": "^0.5.0",
-    "@jupyterlab/inspector-extension": "^0.5.0",
-    "@jupyterlab/landing-extension": "^0.5.0",
-    "@jupyterlab/launcher-extension": "^0.5.0",
+    "@jupyterlab/inspector-extension": "^0.5.1",
+    "@jupyterlab/landing-extension": "^0.5.1",
+    "@jupyterlab/launcher-extension": "^0.5.1",
     "@jupyterlab/markdownviewer-extension": "^0.5.0",
-    "@jupyterlab/notebook-extension": "^0.5.0",
+    "@jupyterlab/notebook-extension": "^0.5.1",
     "@jupyterlab/rendermime-extension": "^0.5.0",
     "@jupyterlab/running-extension": "^0.5.0",
     "@jupyterlab/services": "^0.44.0",
@@ -34,9 +34,9 @@
     "@jupyterlab/shortcuts-extension": "^0.5.0",
     "@jupyterlab/tabmanager-extension": "^0.5.0",
     "@jupyterlab/terminal-extension": "^0.5.0",
-    "@jupyterlab/tooltip-extension": "^0.5.0",
+    "@jupyterlab/tooltip-extension": "^0.5.1",
     "@jupyterlab/application": "^0.5.0",
-    "@jupyterlab/default-theme": "^0.5.0",
+    "@jupyterlab/default-theme": "^0.5.1",
     "es6-promise": "^4.1.0",
     "font-awesome": "^4.6.3"
   },

+ 14 - 14
packages/all-packages/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@jupyterlab/all-packages",
   "private": true,
-  "version": "0.4.0",
+  "version": "0.4.1",
   "description": "JupyterLab - All Packages",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -18,18 +18,18 @@
     "@jupyterlab/application-extension": "^0.5.0",
     "@jupyterlab/apputils": "^0.5.0",
     "@jupyterlab/apputils-extension": "^0.5.0",
-    "@jupyterlab/cells": "^0.5.0",
+    "@jupyterlab/cells": "^0.5.1",
     "@jupyterlab/codeeditor": "^0.5.0",
     "@jupyterlab/codemirror": "^0.5.0",
     "@jupyterlab/codemirror-extension": "^0.5.0",
     "@jupyterlab/completer": "^0.5.0",
-    "@jupyterlab/completer-extension": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
-    "@jupyterlab/console-extension": "^0.5.0",
+    "@jupyterlab/completer-extension": "^0.5.1",
+    "@jupyterlab/console": "^0.5.1",
+    "@jupyterlab/console-extension": "^0.5.1",
     "@jupyterlab/coreutils": "^0.5.0",
     "@jupyterlab/csvviewer": "^0.5.0",
     "@jupyterlab/csvviewer-extension": "^0.5.0",
-    "@jupyterlab/default-theme": "^0.5.0",
+    "@jupyterlab/default-theme": "^0.5.1",
     "@jupyterlab/docmanager": "^0.5.0",
     "@jupyterlab/docmanager-extension": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",
@@ -37,20 +37,20 @@
     "@jupyterlab/fileeditor": "^0.5.0",
     "@jupyterlab/fileeditor-extension": "^0.5.0",
     "@jupyterlab/faq-extension": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
-    "@jupyterlab/filebrowser-extension": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
+    "@jupyterlab/filebrowser-extension": "^0.5.1",
     "@jupyterlab/help-extension": "^0.5.0",
     "@jupyterlab/imageviewer": "^0.5.0",
     "@jupyterlab/imageviewer-extension": "^0.5.0",
     "@jupyterlab/inspector": "^0.5.0",
-    "@jupyterlab/inspector-extension": "^0.5.0",
-    "@jupyterlab/landing-extension": "^0.5.0",
+    "@jupyterlab/inspector-extension": "^0.5.1",
+    "@jupyterlab/landing-extension": "^0.5.1",
     "@jupyterlab/launcher": "^0.5.0",
-    "@jupyterlab/launcher-extension": "^0.5.0",
+    "@jupyterlab/launcher-extension": "^0.5.1",
     "@jupyterlab/markdownviewer": "^0.5.0",
     "@jupyterlab/markdownviewer-extension": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
-    "@jupyterlab/notebook-extension": "^0.5.0",
+    "@jupyterlab/notebook": "^0.5.1",
+    "@jupyterlab/notebook-extension": "^0.5.1",
     "@jupyterlab/outputarea": "^0.5.0",
     "@jupyterlab/rendermime": "^0.5.0",
     "@jupyterlab/rendermime-extension": "^0.5.0",
@@ -63,7 +63,7 @@
     "@jupyterlab/terminal": "^0.5.0",
     "@jupyterlab/terminal-extension": "^0.5.0",
     "@jupyterlab/tooltip": "^0.5.0",
-    "@jupyterlab/tooltip-extension": "^0.5.0"
+    "@jupyterlab/tooltip-extension": "^0.5.1"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 1 - 1
packages/cells/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/cells",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Notebook Cells",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",

+ 3 - 3
packages/completer-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/completer-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Completer Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -14,8 +14,8 @@
   "dependencies": {
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/completer": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
+    "@jupyterlab/console": "^0.5.1",
+    "@jupyterlab/notebook": "^0.5.1",
     "@phosphor/widgets": "^1.2.0"
   },
   "devDependencies": {

+ 3 - 3
packages/console-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/console-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Code Console Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -15,10 +15,10 @@
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/apputils": "^0.5.0",
     "@jupyterlab/codeeditor": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
+    "@jupyterlab/console": "^0.5.1",
     "@jupyterlab/coreutils": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
     "@jupyterlab/launcher": "^0.5.0",
     "@jupyterlab/rendermime": "^0.5.0",
     "@jupyterlab/services": "^0.44.0",

+ 2 - 2
packages/console/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/console",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Code Console",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.5.0",
-    "@jupyterlab/cells": "^0.5.0",
+    "@jupyterlab/cells": "^0.5.1",
     "@jupyterlab/codeeditor": "^0.5.0",
     "@jupyterlab/coreutils": "^0.5.0",
     "@jupyterlab/outputarea": "^0.5.0",

+ 6 - 6
packages/default-theme/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/default-theme",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Default Theme",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -19,22 +19,22 @@
     "@jupyterlab/about-extension": "^0.5.0",
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/apputils": "^0.5.0",
-    "@jupyterlab/cells": "^0.5.0",
+    "@jupyterlab/cells": "^0.5.1",
     "@jupyterlab/codeeditor": "^0.5.0",
     "@jupyterlab/codemirror": "^0.5.0",
     "@jupyterlab/completer": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
+    "@jupyterlab/console": "^0.5.1",
     "@jupyterlab/csvviewer": "^0.5.0",
     "@jupyterlab/fileeditor": "^0.5.0",
     "@jupyterlab/faq-extension": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
     "@jupyterlab/help-extension": "^0.5.0",
     "@jupyterlab/imageviewer": "^0.5.0",
     "@jupyterlab/inspector": "^0.5.0",
-    "@jupyterlab/landing-extension": "^0.5.0",
+    "@jupyterlab/landing-extension": "^0.5.1",
     "@jupyterlab/launcher": "^0.5.0",
     "@jupyterlab/markdownviewer": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
+    "@jupyterlab/notebook": "^0.5.1",
     "@jupyterlab/outputarea": "^0.5.0",
     "@jupyterlab/rendermime": "^0.5.0",
     "@jupyterlab/running": "^0.5.0",

+ 2 - 2
packages/filebrowser-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/filebrowser-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Filebrowser Widget Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
     "@jupyterlab/coreutils": "^0.5.0",
     "@jupyterlab/docmanager": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
     "@jupyterlab/services": "^0.44.0",
     "@phosphor/algorithm": "^1.1.0",
     "@phosphor/commands": "^1.2.0",

+ 1 - 1
packages/filebrowser/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/filebrowser",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - FileBrowser Widget",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",

+ 3 - 3
packages/inspector-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/inspector-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Code Inspector Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -14,9 +14,9 @@
   "dependencies": {
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/apputils": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
+    "@jupyterlab/console": "^0.5.1",
     "@jupyterlab/inspector": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
+    "@jupyterlab/notebook": "^0.5.1",
     "@phosphor/disposable": "^1.1.0"
   },
   "devDependencies": {

+ 2 - 2
packages/landing-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/landing-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Landing Page Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -15,7 +15,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/apputils": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
     "@jupyterlab/services": "^0.44.0",
     "@phosphor/messaging": "^1.2.0",
     "@phosphor/virtualdom": "^1.1.0"

+ 2 - 2
packages/launcher-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/launcher-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Launcher Page Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/apputils": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
     "@jupyterlab/launcher": "^0.5.0",
     "@jupyterlab/services": "^0.44.0"
   },

+ 2 - 2
packages/notebook-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/notebook-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Notebook Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
     "@jupyterlab/coreutils": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",
     "@jupyterlab/launcher": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
+    "@jupyterlab/notebook": "^0.5.1",
     "@jupyterlab/rendermime": "^0.5.0",
     "@jupyterlab/services": "^0.44.0",
     "@phosphor/coreutils": "^1.1.0",

+ 2 - 2
packages/notebook/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/notebook",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Notebook",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.5.0",
-    "@jupyterlab/cells": "^0.5.0",
+    "@jupyterlab/cells": "^0.5.1",
     "@jupyterlab/codeeditor": "^0.5.0",
     "@jupyterlab/coreutils": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",

+ 3 - 3
packages/tooltip-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/tooltip-extension",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "JupyterLab - Tooltip Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -14,8 +14,8 @@
   "dependencies": {
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/codeeditor": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
+    "@jupyterlab/console": "^0.5.1",
+    "@jupyterlab/notebook": "^0.5.1",
     "@jupyterlab/services": "^0.44.0",
     "@jupyterlab/tooltip": "^0.5.0",
     "@phosphor/coreutils": "^1.1.0",

+ 5 - 5
test/package.json

@@ -14,21 +14,21 @@
   "dependencies": {
     "@jupyterlab/application": "^0.5.0",
     "@jupyterlab/apputils": "^0.5.0",
-    "@jupyterlab/cells": "^0.5.0",
+    "@jupyterlab/cells": "^0.5.1",
     "@jupyterlab/codeeditor": "^0.5.0",
     "@jupyterlab/codemirror": "^0.5.0",
     "@jupyterlab/completer": "^0.5.0",
-    "@jupyterlab/console": "^0.5.0",
+    "@jupyterlab/console": "^0.5.1",
     "@jupyterlab/coreutils": "^0.5.0",
     "@jupyterlab/csvviewer": "^0.5.0",
     "@jupyterlab/docmanager": "^0.5.0",
     "@jupyterlab/docregistry": "^0.5.0",
     "@jupyterlab/fileeditor": "^0.5.0",
-    "@jupyterlab/filebrowser": "^0.5.0",
+    "@jupyterlab/filebrowser": "^0.5.1",
     "@jupyterlab/imageviewer": "^0.5.0",
     "@jupyterlab/inspector": "^0.5.0",
     "@jupyterlab/markdownviewer": "^0.5.0",
-    "@jupyterlab/notebook": "^0.5.0",
+    "@jupyterlab/notebook": "^0.5.1",
     "@jupyterlab/outputarea": "^0.5.0",
     "@jupyterlab/rendermime": "^0.5.0",
     "@jupyterlab/terminal": "^0.5.0",
@@ -82,5 +82,5 @@
     "watch": "^1.0.2",
     "webpack": "^2.2.1"
   },
-  "version": "0.5.0"
+  "version": "0.5.1"
 }