Skip to content

Commit

Permalink
Publish 1.0.0alpha6
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-collaboration-1.0.0-alpha.6.tgz: 1f40307234a79d87664fcbe9adf04f71b68f41d34714f5f9c8c9fd54fbcc660c

jupyter-collaboration-extension-1.0.0-alpha.6.tgz: cb953a0e38fe1283aaced842e40d6d2c166353fedec0c24ba5772b7f1ad0ac5f

jupyter-docprovider-1.0.0-alpha.6.tgz: 6850d623ec201333a5074a7ffcb60c59954097db1a9b20bef2bf21b0ddfa6492

jupyter_collaboration-1.0.0a6-py3-none-any.whl: d87040b77def8a8c416a5783683bd12575401188292a6bd8b52d9edc65c69074

jupyter_collaboration-1.0.0a6.tar.gz: 79cbea25fe398c934b370ef6b0fd68ff080888f8d68ac4a94e3aaf88f134b6ea
  • Loading branch information
davidbrochart committed Mar 27, 2023
1 parent 0183621 commit 156270f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 13 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

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

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

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

## 1.0.0alpha5

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.4...d57df5b1f03593997674d0698ca69893bf4db987))
Expand All @@ -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)

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

## 1.0.0alpha4

([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.3...12b606cf87c6b64b87ef3adfb5927a49eeaed5bc))
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": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/collaboration-extension/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 156270f

Please sign in to comment.