From 350ac773f6cef39cbebefb4e77bbd27e0b637691 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Fri, 11 Oct 2024 15:37:43 +0000 Subject: [PATCH] Publish 2.1.3 SHA256 hashes: jupyter-collaboration-2.1.3.tgz: 70f386bfaaf1c75d9c5312ccae027a88ea66112f03277241ea15fd11b8c761c1 jupyter-collaboration-extension-2.1.3.tgz: 17a1bb682d4511ffe07cc290dfcf3901363cbe8e2919b3340a8131d9ecd95fdf jupyter-docprovider-2.1.3.tgz: d8129ceb4362c6042a5b4b54298ce7cb1ec069fca2f1bc1a5a29e99fb9ffdb90 jupyter_collaboration-2.1.3-py3-none-any.whl: 9d15a46febf841176f29b4152e504c6011bb4f534148ff64523acd0242a0caa5 jupyter_collaboration-2.1.3.tar.gz: 3a35fb0bbf9e45eae0810c0a11ca85d429941f9c06b45f196afb6ebd36133539 --- CHANGELOG.md | 20 +++++++++++++++++-- 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, 31 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffb05a6..ac8da7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. +## 2.1.3 + +([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.2...8c7ecf6ebea442c943a0d9548355589c82b9d9bd)) + +### Maintenance and upkeep improvements + +- Backport 'Fix model format' #368 [#369](https://github.com/jupyterlab/jupyter-collaboration/pull/369) ([@davidbrochart](https://github.com/davidbrochart)) +- Backport 'Fix ignoring AnyIO warnings in tests' #359 [#362](https://github.com/jupyterlab/jupyter-collaboration/pull/362) ([@brichet](https://github.com/brichet)) +- Backport 'Fix mypy' #358 [#361](https://github.com/jupyterlab/jupyter-collaboration/pull/361) ([@brichet](https://github.com/brichet)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-07-24&to=2024-10-11&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-07-24..2024-10-11&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-07-24..2024-10-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-07-24..2024-10-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-07-24..2024-10-11&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-07-24..2024-10-11&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2024-07-24..2024-10-11&type=Issues) | [@shrutiagarwal13](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ashrutiagarwal13+updated%3A2024-07-24..2024-10-11&type=Issues) + + + ## 2.1.2 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.1.1...1d602b1ea369aaf2ce0ee7298b3035845b504f5f)) @@ -18,8 +36,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-05-08..2024-07-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-08..2024-07-24&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-05-08..2024-07-24&type=Issues) - - ## 2.1.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.1.0...e5ab770ebe976e119efd121ed2486ab07b10cdc3)) diff --git a/lerna.json b/lerna.json index 2f58627e..ffd035b8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.2", + "version": "2.1.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 2692d58f..50ef0082 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "2.1.2", + "version": "2.1.3", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index ef7d383f..5304230e 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration-extension", - "version": "2.1.2", + "version": "2.1.3", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^2.1.2", - "@jupyter/docprovider": "^2.1.2", + "@jupyter/collaboration": "^2.1.3", + "@jupyter/docprovider": "^2.1.3", "@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 cf3bdc3a..c79b9005 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "2.1.2", + "version": "2.1.3", "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.2", + "@jupyter/docprovider": "^2.1.3", "@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 e821aa82..6406767d 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "2.1.2", + "version": "2.1.3", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter-collaboration", "bugs": { diff --git a/yarn.lock b/yarn.lock index 85782687..f7ed52d6 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.1.2 - "@jupyter/docprovider": ^2.1.2 + "@jupyter/collaboration": ^2.1.3 + "@jupyter/docprovider": ^2.1.3 "@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.1.2, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^2.1.3, @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.2 + "@jupyter/docprovider": ^2.1.3 "@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.1.2, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^2.1.3, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: