diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bbd45c..4aa79d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. +## 1.0.0alpha6 + +([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.5...01836212bc693eae5404453785a591d15770880e)) + +### Bugs fixed + +- Justify content in side panel [#131](https://github.com/jupyterlab/jupyter_collaboration/pull/131) ([@martinRenou](https://github.com/martinRenou)) +- Fix missing scrollbar when there are many collaborators [#130](https://github.com/jupyterlab/jupyter_collaboration/pull/130) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter_collaboration/graphs/contributors?from=2023-03-24&to=2023-03-27&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-24..2023-03-27&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3AmartinRenou+updated%3A2023-03-24..2023-03-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Awelcome+updated%3A2023-03-24..2023-03-27&type=Issues) + + + ## 1.0.0alpha5 ([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.4...d57df5b1f03593997674d0698ca69893bf4db987)) @@ -28,8 +45,6 @@ All notable changes to this project will be documented in this file. [@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-03-15..2023-03-24&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Afcollonval+updated%3A2023-03-15..2023-03-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-15..2023-03-24&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-03-15..2023-03-24&type=Issues) - - ## 1.0.0alpha4 ([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.3...12b606cf87c6b64b87ef3adfb5927a49eeaed5bc)) diff --git a/lerna.json b/lerna.json index 01508bd1..8d3d711a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 9c87ea28..c38f9fba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 4d0ab07a..da6f5ef5 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration-extension", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^1.0.0-alpha.5", - "@jupyter/docprovider": "^1.0.0-alpha.5", + "@jupyter/collaboration": "^1.0.0-alpha.6", + "@jupyter/docprovider": "^1.0.0-alpha.6", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/apputils": "^4.0.0-alpha.22", "@jupyterlab/codemirror": "^4.0.0-alpha.22", diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 30776bc5..92d92290 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "JupyterLab - Real-Time Collaboration Widgets", "homepage": "https://github.com/jupyterlab/jupyter_collaboration", "bugs": { diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index e1a8f7bb..94228ede 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter_collaboration", "bugs": { diff --git a/yarn.lock b/yarn.lock index 7b41cd6f..8d98b389 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2029,8 +2029,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" dependencies: - "@jupyter/collaboration": ^1.0.0-alpha.5 - "@jupyter/docprovider": ^1.0.0-alpha.5 + "@jupyter/collaboration": ^1.0.0-alpha.6 + "@jupyter/docprovider": ^1.0.0-alpha.6 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/builder": ^4.0.0-alpha.22 @@ -2054,7 +2054,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/collaboration@^1.0.0-alpha.5, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^1.0.0-alpha.6, @jupyter/collaboration@workspace:packages/collaboration": version: 0.0.0-use.local resolution: "@jupyter/collaboration@workspace:packages/collaboration" dependencies: @@ -2076,7 +2076,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/docprovider@^1.0.0-alpha.5, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^1.0.0-alpha.6, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: