Skip to content

Commit

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

jupyter-collaboration-2.0.5.tgz: 73ab706fc160b39d8ae211bbaf6c84f48017aed3664237efd9da54b998c19b01

jupyter-collaboration-extension-2.0.5.tgz: 8522d995d01ce6b6d4ad6dac7aabec04daaa70d7e1ba0e36a0fbadf75a974e6a

jupyter-docprovider-2.0.5.tgz: c6cabcbeb0fef7592744500d3d95192af091805373c2dd67ba8a8f409b65fc48

jupyter_collaboration-2.0.5-py3-none-any.whl: 935767df8917e532699509c7c09b305a56f2d9439144bf3b7a6e9fc8dbd152ea

jupyter_collaboration-2.0.5.tar.gz: 6906191a2c9aec4ddb9705645b1eb0d876f6334bffcfd74e314ef61065b86828
  • Loading branch information
davidbrochart committed Mar 21, 2024
1 parent 1b87ab2 commit 2bd9383
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 15 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.

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

## 2.0.5

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.4...1b87ab211de72e92757fb0149dba54c6e12d9841))

### Bugs fixed

- Fix concurrent room initialization [#255](https://github.com/jupyterlab/jupyter-collaboration/pull/255) ([@davidbrochart](https://github.com/davidbrochart))

### Maintenance and upkeep improvements

- Bump jupyter_events to 0.10.0 [#258](https://github.com/jupyterlab/jupyter-collaboration/pull/258) ([@Zsailer](https://github.com/Zsailer))
- Fix concurrent room initialization [#255](https://github.com/jupyterlab/jupyter-collaboration/pull/255) ([@davidbrochart](https://github.com/davidbrochart))
- Add test for document dirty attribute [#251](https://github.com/jupyterlab/jupyter-collaboration/pull/251) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-03-19&to=2024-03-21&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-19..2024-03-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-19..2024-03-21&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Awelcome+updated%3A2024-03-19..2024-03-21&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-19..2024-03-21&type=Issues)

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

## 2.0.4

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.3...265df161774ae08f2baa828b95abfcf1c40c6a1a))
Expand All @@ -18,8 +40,6 @@ All notable changes to this project will be documented in this file.

[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-04..2024-03-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-04..2024-03-19&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-03-04..2024-03-19&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Awelcome+updated%3A2024-03-04..2024-03-19&type=Issues)

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

## 2.0.3

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.2...4538d02c43ec696277b91e27052e17bb0e66f4e1))
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": "2.0.4",
"version": "2.0.5",
"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": "2.0.4",
"version": "2.0.5",
"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": "2.0.4",
"version": "2.0.5",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^2.0.4",
"@jupyter/docprovider": "^2.0.4",
"@jupyter/collaboration": "^2.0.5",
"@jupyter/docprovider": "^2.0.5",
"@jupyter/ydoc": "^1.1.0-a0",
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration",
"version": "2.0.4",
"version": "2.0.5",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.0",
"@jupyter/docprovider": "^2.0.4",
"@jupyter/docprovider": "^2.0.5",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/services": "^7.0.5",
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": "2.0.4",
"version": "2.0.5",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2033,8 +2033,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^2.0.4
"@jupyter/docprovider": ^2.0.4
"@jupyter/collaboration": ^2.0.5
"@jupyter/docprovider": ^2.0.5
"@jupyter/ydoc": ^1.1.0-a0
"@jupyterlab/application": ^4.0.5
"@jupyterlab/apputils": ^4.0.5
Expand Down Expand Up @@ -2063,13 +2063,13 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^2.0.4, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^2.0.5, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.7.0
"@jupyter/docprovider": ^2.0.4
"@jupyter/docprovider": ^2.0.5
"@jupyterlab/apputils": ^4.0.5
"@jupyterlab/coreutils": ^6.0.5
"@jupyterlab/services": ^7.0.5
Expand All @@ -2086,7 +2086,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^2.0.4, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^2.0.5, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
Expand Down

0 comments on commit 2bd9383

Please sign in to comment.