From e63c6578bca0d7eb1a74bb1ec036a8bbbcd95d08 Mon Sep 17 00:00:00 2001 From: hbcarlos Date: Wed, 29 Mar 2023 07:40:28 +0000 Subject: [PATCH] Publish 1.0.0alpha7 SHA256 hashes: jupyter-collaboration-1.0.0-alpha.7.tgz: 1ea74a8a365637ecb435fcc9c55d4f15b86f9664933a1b23361277e0fe475998 jupyter-collaboration-extension-1.0.0-alpha.7.tgz: edfe9726d236c49eba4a7f3dc7d9e5af9669e988f22686e4843ccc0db2395e2e jupyter-docprovider-1.0.0-alpha.7.tgz: 489615784ded3d2627beac0999e95409118a53b0fc5e704204e2dee33672c1c8 jupyter_collaboration-1.0.0a7-py3-none-any.whl: 0ba241576fd58c1c5a8df106fdc5f30283724af33ccaaae371720b45ee0b5662 jupyter_collaboration-1.0.0a7.tar.gz: d4d7724f95421ccd37f8858a12efec6c787d8a06d6ed2e697470f12d054b4ada --- CHANGELOG.md | 22 +++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/collaboration-extension/package.json | 6 ++--- packages/collaboration/package.json | 2 +- packages/docprovider/package.json | 2 +- yarn.lock | 8 +++---- 7 files changed, 31 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa79d0f..e80f2ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. +## 1.0.0alpha7 + +([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.6...9d8475f5cc333e22b50160ec32e508a4e8c75c06)) + +### Enhancements made + +- Allow other extensions to register shared models [#133](https://github.com/jupyterlab/jupyter_collaboration/pull/133) ([@hbcarlos](https://github.com/hbcarlos)) + +### Maintenance and upkeep improvements + +- Update dependencies [#134](https://github.com/jupyterlab/jupyter_collaboration/pull/134) ([@hbcarlos](https://github.com/hbcarlos)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter_collaboration/graphs/contributors?from=2023-03-27&to=2023-03-29&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-27..2023-03-29&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-03-27..2023-03-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Atrungleduc+updated%3A2023-03-27..2023-03-29&type=Issues) + + + ## 1.0.0alpha6 ([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.5...01836212bc693eae5404453785a591d15770880e)) @@ -19,8 +39,6 @@ All notable changes to this project will be documented in this file. [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-24..2023-03-27&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3AmartinRenou+updated%3A2023-03-24..2023-03-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Awelcome+updated%3A2023-03-24..2023-03-27&type=Issues) - - ## 1.0.0alpha5 ([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.4...d57df5b1f03593997674d0698ca69893bf4db987)) diff --git a/lerna.json b/lerna.json index 8d3d711a..b1922890 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index c38f9fba..b804d4fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 5cc73e94..6f3122b4 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration-extension", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^1.0.0-alpha.6", - "@jupyter/docprovider": "^1.0.0-alpha.6", + "@jupyter/collaboration": "^1.0.0-alpha.7", + "@jupyter/docprovider": "^1.0.0-alpha.7", "@jupyterlab/application": "^4.0.0-beta.0", "@jupyterlab/apputils": "^4.0.0-beta.0", "@jupyterlab/codemirror": "^4.0.0-beta.0", diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 0c8cc82b..233654ff 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "JupyterLab - Real-Time Collaboration Widgets", "homepage": "https://github.com/jupyterlab/jupyter_collaboration", "bugs": { diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index 88c0edb8..44ee0577 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter_collaboration", "bugs": { diff --git a/yarn.lock b/yarn.lock index 17ec623e..a2b50a6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2029,8 +2029,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" dependencies: - "@jupyter/collaboration": ^1.0.0-alpha.6 - "@jupyter/docprovider": ^1.0.0-alpha.6 + "@jupyter/collaboration": ^1.0.0-alpha.7 + "@jupyter/docprovider": ^1.0.0-alpha.7 "@jupyterlab/application": ^4.0.0-beta.0 "@jupyterlab/apputils": ^4.0.0-beta.0 "@jupyterlab/builder": ^4.0.0-beta.0 @@ -2054,7 +2054,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/collaboration@^1.0.0-alpha.6, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^1.0.0-alpha.7, @jupyter/collaboration@workspace:packages/collaboration": version: 0.0.0-use.local resolution: "@jupyter/collaboration@workspace:packages/collaboration" dependencies: @@ -2076,7 +2076,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/docprovider@^1.0.0-alpha.6, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^1.0.0-alpha.7, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: