From 443496259f1f88e596881fe0ca34a4737dc9baf2 Mon Sep 17 00:00:00 2001 From: Mehmet Bektas Date: Sun, 25 Jul 2021 11:33:32 -0700 Subject: [PATCH] increment version for 3.0.11-3 release --- CHANGELOG.md | 13 +++++++++++-- lerna.json | 2 +- packages/galata-example/package.json | 4 ++-- packages/galata/package.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f9773..1069abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## [v3.0.11-3](https://github.com/jupyterlab/galata/tree/v3.0.11-3) + +[Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.11-2...v3.0.11-3) + +### Changes + +- fix remote connection to chromium browser [\#66](https://github.com/jupyterlab/galata/pull/66) (@mbektas) +- Make generateWorkspace configurable via the CLI [\#71](https://github.com/jupyterlab/galata/pull/71) (@jtpio) + + + ## [v3.0.11-2](https://github.com/jupyterlab/galata/tree/v3.0.11-2) [Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.11-1...v3.0.11-2) @@ -14,8 +25,6 @@ - Wait fixes [\#61](https://github.com/jupyterlab/galata/pull/61) (@mbektas) - Allow for custom tab bar and nb toolbar item ids [\#48](https://github.com/jupyterlab/galata/pull/48) (@fcollonval) - - ## [v3.0.11-1](https://github.com/jupyterlab/galata/tree/v3.0.11-1) [Full Changelog](https://github.com/jupyterlab/galata/compare/v3.0.7-7...v3.0.11-1) diff --git a/lerna.json b/lerna.json index a7293c1..c0a006a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.11-2", + "version": "3.0.11-3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/galata-example/package.json b/packages/galata-example/package.json index 8c753b7..1f42486 100644 --- a/packages/galata-example/package.json +++ b/packages/galata-example/package.json @@ -1,6 +1,6 @@ { "name": "galata-example", - "version": "3.0.11-2", + "version": "3.0.11-3", "description": "Galata Example", "private": true, "scripts": { @@ -9,6 +9,6 @@ "author": "Project Jupyter", "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/galata": "3.0.11-2" + "@jupyterlab/galata": "3.0.11-3" } } diff --git a/packages/galata/package.json b/packages/galata/package.json index 3505717..e43b0ce 100644 --- a/packages/galata/package.json +++ b/packages/galata/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/galata", - "version": "3.0.11-2", + "version": "3.0.11-3", "description": "JupyterLab UI Testing Framework", "homepage": "https://github.com/jupyterlab/galata", "bugs": {