Steven Silvester 7 years ago
parent
commit
4bdd1c237a

+ 3 - 3
examples/app/package.json

@@ -12,7 +12,7 @@
     "@jupyterlab/codemirror-extension": "^0.7.0",
     "@jupyterlab/completer-extension": "^0.7.0",
     "@jupyterlab/console-extension": "^0.7.0",
-    "@jupyterlab/csvviewer-extension": "^0.7.0",
+    "@jupyterlab/csvviewer-extension": "^0.7.1",
     "@jupyterlab/docmanager-extension": "^0.7.0",
     "@jupyterlab/docregistry-extension": "^0.7.0",
     "@jupyterlab/faq-extension": "^0.7.0",
@@ -21,7 +21,7 @@
     "@jupyterlab/help-extension": "^0.7.0",
     "@jupyterlab/imageviewer-extension": "^0.7.0",
     "@jupyterlab/inspector-extension": "^0.7.0",
-    "@jupyterlab/launcher-extension": "^0.7.0",
+    "@jupyterlab/launcher-extension": "^0.7.1",
     "@jupyterlab/markdownviewer-extension": "^0.7.0",
     "@jupyterlab/notebook-extension": "^0.7.0",
     "@jupyterlab/rendermime-extension": "^0.7.0",
@@ -44,5 +44,5 @@
     "watch": "^1.0.2",
     "webpack": "^2.2.1"
   },
-  "version": "0.8.0"
+  "version": "0.8.1"
 }

+ 4 - 4
jupyterlab/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/application-top",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "scripts": {
     "build": "webpack",
     "publish": "node make-release.js"
@@ -21,8 +21,8 @@
     "@jupyterlab/console": "^0.7.0",
     "@jupyterlab/console-extension": "^0.7.0",
     "@jupyterlab/coreutils": "^0.7.0",
-    "@jupyterlab/csvviewer": "^0.7.0",
-    "@jupyterlab/csvviewer-extension": "^0.7.0",
+    "@jupyterlab/csvviewer": "^0.7.1",
+    "@jupyterlab/csvviewer-extension": "^0.7.1",
     "@jupyterlab/docmanager": "^0.7.0",
     "@jupyterlab/docmanager-extension": "^0.7.0",
     "@jupyterlab/docregistry": "^0.7.0",
@@ -38,7 +38,7 @@
     "@jupyterlab/inspector": "^0.7.0",
     "@jupyterlab/inspector-extension": "^0.7.0",
     "@jupyterlab/launcher": "^0.7.0",
-    "@jupyterlab/launcher-extension": "^0.7.0",
+    "@jupyterlab/launcher-extension": "^0.7.1",
     "@jupyterlab/markdownviewer": "^0.7.0",
     "@jupyterlab/markdownviewer-extension": "^0.7.0",
     "@jupyterlab/notebook": "^0.7.0",

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

@@ -1,7 +1,7 @@
 {
   "name": "@jupyterlab/all-packages",
   "private": true,
-  "version": "0.7.0",
+  "version": "0.7.1",
   "description": "JupyterLab - All Packages",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -28,8 +28,8 @@
     "@jupyterlab/console": "^0.7.0",
     "@jupyterlab/console-extension": "^0.7.0",
     "@jupyterlab/coreutils": "^0.7.0",
-    "@jupyterlab/csvviewer": "^0.7.0",
-    "@jupyterlab/csvviewer-extension": "^0.7.0",
+    "@jupyterlab/csvviewer": "^0.7.1",
+    "@jupyterlab/csvviewer-extension": "^0.7.1",
     "@jupyterlab/docmanager": "^0.7.0",
     "@jupyterlab/docmanager-extension": "^0.7.0",
     "@jupyterlab/docregistry": "^0.7.0",
@@ -45,7 +45,7 @@
     "@jupyterlab/inspector": "^0.7.0",
     "@jupyterlab/inspector-extension": "^0.7.0",
     "@jupyterlab/launcher": "^0.7.0",
-    "@jupyterlab/launcher-extension": "^0.7.0",
+    "@jupyterlab/launcher-extension": "^0.7.1",
     "@jupyterlab/markdownviewer": "^0.7.0",
     "@jupyterlab/markdownviewer-extension": "^0.7.0",
     "@jupyterlab/notebook": "^0.7.0",

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

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/csvviewer-extension",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "description": "JupyterLab - CSV Widget Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.7.0",
     "@jupyterlab/apputils": "^0.7.0",
-    "@jupyterlab/csvviewer": "^0.7.0",
+    "@jupyterlab/csvviewer": "^0.7.1",
     "@jupyterlab/docregistry": "^0.7.0"
   },
   "devDependencies": {

+ 1 - 1
packages/csvviewer/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/csvviewer",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "description": "JupyterLab - CSV Widget",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",

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

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/launcher-extension",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "description": "JupyterLab - Launcher Page Extension",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",

+ 2 - 2
test/package.json

@@ -21,7 +21,7 @@
     "@jupyterlab/completer": "^0.7.0",
     "@jupyterlab/console": "^0.7.0",
     "@jupyterlab/coreutils": "^0.7.0",
-    "@jupyterlab/csvviewer": "^0.7.0",
+    "@jupyterlab/csvviewer": "^0.7.1",
     "@jupyterlab/docmanager": "^0.7.0",
     "@jupyterlab/docregistry": "^0.7.0",
     "@jupyterlab/filebrowser": "^0.7.0",
@@ -83,5 +83,5 @@
     "watch": "^1.0.2",
     "webpack": "^2.2.1"
   },
-  "version": "0.7.0"
+  "version": "0.7.1"
 }