Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #78 from jupyterlab/publish-3.0.11-3
Browse files Browse the repository at this point in the history
increment version for 3.0.11-3 release
  • Loading branch information
mbektas authored Jul 25, 2021
2 parents ab2b9d1 + 4434962 commit 3a01dca
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## [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)

<!-- <END NEW CHANGELOG ENTRY> -->

## [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)
Expand All @@ -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)

<!-- <END NEW CHANGELOG ENTRY> -->

## [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)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.11-2",
"version": "3.0.11-3",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/galata-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "galata-example",
"version": "3.0.11-2",
"version": "3.0.11-3",
"description": "Galata Example",
"private": true,
"scripts": {
Expand All @@ -9,6 +9,6 @@
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"dependencies": {
"@jupyterlab/galata": "3.0.11-2"
"@jupyterlab/galata": "3.0.11-3"
}
}
2 changes: 1 addition & 1 deletion packages/galata/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3a01dca

Please sign in to comment.