From 220169e912ce618bf143e3dc38e4de390619f40b Mon Sep 17 00:00:00 2001 From: Zsailer Date: Wed, 1 May 2024 18:02:55 +0000 Subject: [PATCH] Publish 2.1.0 SHA256 hashes: jupyter-collaboration-2.1.0.tgz: f55018c13ff74ee5b12cd267537cf00ef78bea410ea5c3f6691ae65fc4a5181a jupyter-collaboration-extension-2.1.0.tgz: 3bb1055b626fd2fa5f6008f1e8f430be59d8e1ef3f4c9153bc6d27ee155026bf jupyter-docprovider-2.1.0.tgz: e7c5389527858e3bf0309cf781c0054b3b0d146ae4536b1d6c64fcdd2dcd8737 jupyter_collaboration-2.1.0-py3-none-any.whl: 6baa535292b56f11cba8eb43ef87c1421733bc093235b63f8b20195a94f016ea jupyter_collaboration-2.1.0.tar.gz: aea653e1a83b5bf62d6c3f74f4c7e49dba03cc76b667a38e1e137f71dc30e20c --- CHANGELOG.md | 23 +++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/collaboration-extension/package.json | 6 ++--- packages/collaboration/package.json | 4 ++-- packages/docprovider/package.json | 2 +- yarn.lock | 10 ++++---- 7 files changed, 34 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201f23bd..c98aec85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. +## 2.1.0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.11...b6a73098fdaf56dfc0084a9727748dba7749e158)) + +### Bugs fixed + +- Backport 'handle exception when websocket server start room failed' #289 [#298](https://github.com/jupyterlab/jupyter-collaboration/pull/298) ([@jzhang20133](https://github.com/jzhang20133)) +- Backport 'Log (instead of raise) exceptions when running as a server extension' #295 [#297](https://github.com/jupyterlab/jupyter-collaboration/pull/297) ([@Zsailer](https://github.com/Zsailer)) + +### Maintenance and upkeep improvements + +- Backport 'Update pycrdt-websocket v0.13.0' #293 [#296](https://github.com/jupyterlab/jupyter-collaboration/pull/296) ([@Zsailer](https://github.com/Zsailer)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-03-28&to=2024-05-01&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-03-28..2024-05-01&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-28..2024-05-01&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-03-28..2024-05-01&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-28..2024-05-01&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-03-28..2024-05-01&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-03-28..2024-05-01&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-03-28..2024-05-01&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-28..2024-05-01&type=Issues) + + + ## 2.0.11 ### Enhancements made @@ -16,8 +37,6 @@ All notable changes to this project will be documented in this file. - Fix slow room opening [#264](https://github.com/jupyterlab/jupyter-collaboration/pull/264) ([@davidbrochart](https://github.com/davidbrochart)) - Use WebSocket \_room_id attribute directly [#266](https://github.com/jupyterlab/jupyter-collaboration/pull/266) ([@davidbrochart](https://github.com/davidbrochart)) - - ## 2.0.10 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.9...ffcdc6f917b9dc0768d8e056c14ada1dd0baebdd)) diff --git a/lerna.json b/lerna.json index 8f8ddbc3..feb3c001 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.11", + "version": "2.1.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 1bad1fa0..eaea7ca4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "2.0.11", + "version": "2.1.0", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index e8812ce1..d8a213e2 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration-extension", - "version": "2.0.11", + "version": "2.1.0", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^2.0.11", - "@jupyter/docprovider": "^2.0.11", + "@jupyter/collaboration": "^2.1.0", + "@jupyter/docprovider": "^2.1.0", "@jupyter/ydoc": "^1.1.0-a0", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.0.5", diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 1f813402..cee51a8f 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "2.0.11", + "version": "2.1.0", "description": "JupyterLab - Real-Time Collaboration Widgets", "homepage": "https://github.com/jupyterlab/jupyter-collaboration", "bugs": { @@ -41,7 +41,7 @@ "dependencies": { "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.0", - "@jupyter/docprovider": "^2.0.11", + "@jupyter/docprovider": "^2.1.0", "@jupyterlab/apputils": "^4.0.5", "@jupyterlab/coreutils": "^6.0.5", "@jupyterlab/services": "^7.0.5", diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index fec4a135..ed2c779f 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "2.0.11", + "version": "2.1.0", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter-collaboration", "bugs": { diff --git a/yarn.lock b/yarn.lock index f52db1a8..d28dcec3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2033,8 +2033,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" dependencies: - "@jupyter/collaboration": ^2.0.11 - "@jupyter/docprovider": ^2.0.11 + "@jupyter/collaboration": ^2.1.0 + "@jupyter/docprovider": ^2.1.0 "@jupyter/ydoc": ^1.1.0-a0 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.0.5 @@ -2063,13 +2063,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/collaboration@^2.0.11, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^2.1.0, @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.11 + "@jupyter/docprovider": ^2.1.0 "@jupyterlab/apputils": ^4.0.5 "@jupyterlab/coreutils": ^6.0.5 "@jupyterlab/services": ^7.0.5 @@ -2086,7 +2086,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/docprovider@^2.0.11, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^2.1.0, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: