From 4beae965bbf4288d6d7c076f8732353028a94985 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Thu, 24 Oct 2024 08:07:50 +0000 Subject: [PATCH] Publish 2.1.5 SHA256 hashes: jupyter-collaboration-2.1.5.tgz: e3686c089fc886955fa65fe4d674f51d9c6613c5509fba8f5c0b945bd2d4f878 jupyter-collaboration-extension-2.1.5.tgz: 9753d01b7791e25806ab4511e96d6847b81be68f8fe30957e50f8ce985a99c0d jupyter-docprovider-2.1.5.tgz: 233e33871af97fb77a4883c6cf0c5360213f034e36291de71e6af7ab78bfb70b jupyter_collaboration-2.1.5-py3-none-any.whl: 276362a9ed2adacf47887b31a8973ea754c3fb128657b6ba8febb4e394ada89c jupyter_collaboration-2.1.5.tar.gz: 24d0db0124786850e82342e7d74ce694eb548e0aef29024227131e30d0fbae1d --- CHANGELOG.md | 19 +++++++++++++++++-- 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, 30 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10659e11..7944f021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. +## 2.1.5 + +([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.4...9a71e8581725c4a13174ffb59b508a52d3922317)) + +### Bugs fixed + +- Backport 'Initialize and update the ydoc path property' #342 [#357](https://github.com/jupyterlab/jupyter-collaboration/pull/357) ([@brichet](https://github.com/brichet)) +- \[2.x\] Support @jupyter/ydoc 2.x [#316](https://github.com/jupyterlab/jupyter-collaboration/pull/316) ([@fcollonval](https://github.com/fcollonval)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-10-17&to=2024-10-24&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-10-17..2024-10-24&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-10-17..2024-10-24&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-10-17..2024-10-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-10-17..2024-10-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-10-17..2024-10-24&type=Issues) + + + ## 2.1.4 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.1.3...b34c7ea2dc5c039f960fb07d55737ad2fad11658)) @@ -18,8 +35,6 @@ All notable changes to this project will be documented in this file. [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-10-11..2024-10-17&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-10-11..2024-10-17&type=Issues) - - ## 2.1.3 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.2...8c7ecf6ebea442c943a0d9548355589c82b9d9bd)) diff --git a/lerna.json b/lerna.json index 08ae824f..67ddfc9c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.4", + "version": "2.1.5", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index fef4d777..c892de25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "2.1.4", + "version": "2.1.5", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 48892c27..be4b1dab 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration-extension", - "version": "2.1.4", + "version": "2.1.5", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^2.1.4", - "@jupyter/docprovider": "^2.1.4", + "@jupyter/collaboration": "^2.1.5", + "@jupyter/docprovider": "^2.1.5", "@jupyter/ydoc": "^1.1.0 || ^2.0.0", "@jupyterlab/application": "^4.0.5", "@jupyterlab/apputils": "^4.0.5", diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 3dbb579e..d69c6ed0 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "2.1.4", + "version": "2.1.5", "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.1.4", + "@jupyter/docprovider": "^2.1.5", "@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 56a26154..c9e121f2 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "2.1.4", + "version": "2.1.5", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter-collaboration", "bugs": { diff --git a/yarn.lock b/yarn.lock index 741b001c..f84ef798 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2019,8 +2019,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" dependencies: - "@jupyter/collaboration": ^2.1.4 - "@jupyter/docprovider": ^2.1.4 + "@jupyter/collaboration": ^2.1.5 + "@jupyter/docprovider": ^2.1.5 "@jupyter/ydoc": ^1.1.0 || ^2.0.0 "@jupyterlab/application": ^4.0.5 "@jupyterlab/apputils": ^4.0.5 @@ -2049,13 +2049,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/collaboration@^2.1.4, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^2.1.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.1.4 + "@jupyter/docprovider": ^2.1.5 "@jupyterlab/apputils": ^4.0.5 "@jupyterlab/coreutils": ^6.0.5 "@jupyterlab/services": ^7.0.5 @@ -2072,7 +2072,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/docprovider@^2.1.4, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^2.1.5, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: