From 35fdf7bd9e5b8b0c65fce79923d107b0737f1700 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Wed, 24 Jul 2024 13:15:14 +0000 Subject: [PATCH] Publish 2.1.2 SHA256 hashes: jupyter-collaboration-2.1.2.tgz: 693b7a41e43b74b33be32a45537dd8e5bda1cf632de5ce474f142eaafb68c329 jupyter-collaboration-extension-2.1.2.tgz: 6c66a493049c3c0ced9eebd3fecc2f5f51c2748fa3b2a1d8e04a51960812fbe4 jupyter-docprovider-2.1.2.tgz: 7ab30045431c68792cb781c808f81dc3e25b8fa7f91d331795bc3c3285c25c71 jupyter_collaboration-2.1.2-py3-none-any.whl: 5377afae40e08c3d422f2f400427633ebb0d878fe3e18a3412a4d35e63927380 jupyter_collaboration-2.1.2.tar.gz: b8b6cd633b336922e753855c683af928171137e5e6fc1e3bd6cf96f6a2626ec9 --- CHANGELOG.md | 18 ++++++++++++++++-- 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, 29 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446ed17b..6ffb05a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. +## 2.1.2 + +([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.1.1...1d602b1ea369aaf2ce0ee7298b3035845b504f5f)) + +### Maintenance and upkeep improvements + +- Bump pycrdt-websocket>=0.14.0,\<0.15.0 [#323](https://github.com/jupyterlab/jupyter-collaboration/pull/323) ([@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-05-08&to=2024-07-24&type=c)) + +[@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)) @@ -22,8 +38,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-01..2024-05-08&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-01..2024-05-08&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-05-01..2024-05-08&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-05-01..2024-05-08&type=Issues) - - ## 2.1.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.11...b6a73098fdaf56dfc0084a9727748dba7749e158)) diff --git a/lerna.json b/lerna.json index ae753a40..2f58627e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.1", + "version": "2.1.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index c38b63f5..2692d58f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "2.1.1", + "version": "2.1.2", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index bf17637d..ef7d383f 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration-extension", - "version": "2.1.1", + "version": "2.1.2", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^2.1.1", - "@jupyter/docprovider": "^2.1.1", + "@jupyter/collaboration": "^2.1.2", + "@jupyter/docprovider": "^2.1.2", "@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 31f33f56..cf3bdc3a 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "2.1.1", + "version": "2.1.2", "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.1", + "@jupyter/docprovider": "^2.1.2", "@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 f1ee3036..e821aa82 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "2.1.1", + "version": "2.1.2", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter-collaboration", "bugs": { diff --git a/yarn.lock b/yarn.lock index 5b455ec5..85782687 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.1 - "@jupyter/docprovider": ^2.1.1 + "@jupyter/collaboration": ^2.1.2 + "@jupyter/docprovider": ^2.1.2 "@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.1, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^2.1.2, @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.1 + "@jupyter/docprovider": ^2.1.2 "@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.1, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^2.1.2, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: