From dd1eeeb2078567c853f1d21620281c28a3119841 Mon Sep 17 00:00:00 2001 From: Mehmet Bektas Date: Wed, 1 Sep 2021 16:12:43 -0700 Subject: [PATCH] increment versions for 3.0.11-4 release --- lerna.json | 2 +- packages/galata-example/package.json | 4 ++-- packages/galata/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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": {