diff --git a/lerna.json b/lerna.json index c0a006a..5f4ba7e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.11-3", + "version": "3.0.11-4", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/galata-example/package.json b/packages/galata-example/package.json index 1f42486..a06df33 100644 --- a/packages/galata-example/package.json +++ b/packages/galata-example/package.json @@ -1,6 +1,6 @@ { "name": "galata-example", - "version": "3.0.11-3", + "version": "3.0.11-4", "description": "Galata Example", "private": true, "scripts": { @@ -9,6 +9,6 @@ "author": "Project Jupyter", "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/galata": "3.0.11-3" + "@jupyterlab/galata": "3.0.11-4" } } diff --git a/packages/galata/package.json b/packages/galata/package.json index e43b0ce..191004f 100644 --- a/packages/galata/package.json +++ b/packages/galata/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/galata", - "version": "3.0.11-3", + "version": "3.0.11-4", "description": "JupyterLab UI Testing Framework", "homepage": "https://github.com/jupyterlab/galata", "bugs": {