From b491855e30c56e046a787311653aff4f113393f7 Mon Sep 17 00:00:00 2001 From: hbcarlos Date: Wed, 15 Mar 2023 18:39:31 +0000 Subject: [PATCH] Publish 1.0.0alpha4 SHA256 hashes: jupyter-collaboration-1.0.0-alpha.4.tgz: 670e88960a84f23378db2fa3294b237338c37798ca86eaa7234800c1a657814e jupyter-collaboration-extension-1.0.0-alpha.4.tgz: 69ca65ee8a9366a4ae51816febb59ad78ec0f96232f265b151f034d3a23047a8 jupyter-docprovider-1.0.0-alpha.4.tgz: bca4b39bfd75e5b26a5e31aecb1c7f922f7c427c9821eff836dabba37bcc4e10 jupyter_collaboration-1.0.0a4-py3-none-any.whl: 8e86c0d7792679764782ca2787a017e2729cab5ebf3ddd5f41ca7f79ac8c700a jupyter_collaboration-1.0.0a4.tar.gz: b2663312ddf1c5af9bd59c02838347cd833a3db7a03fdfc19639eff17775fa5c --- CHANGELOG.md | 23 +++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/collaboration-extension/package.json | 6 ++--- packages/collaboration/package.json | 2 +- packages/docprovider/package.json | 2 +- 6 files changed, 28 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e153d00a..489c3401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. +## 1.0.0alpha4 + +([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.3...12b606cf87c6b64b87ef3adfb5927a49eeaed5bc)) + +### Enhancements made + +- Save if the document has no provider [#120](https://github.com/jupyterlab/jupyter_collaboration/pull/120) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Fix pre-commit EOF error [#119](https://github.com/jupyterlab/jupyter_collaboration/pull/119) ([@fcollonval](https://github.com/fcollonval)) +- Remove a console.debug for plugin activate [#118](https://github.com/jupyterlab/jupyter_collaboration/pull/118) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter_collaboration/graphs/contributors?from=2023-03-07&to=2023-03-15&type=c)) + +[@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-03-07..2023-03-15&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Afcollonval+updated%3A2023-03-07..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Agithub-actions+updated%3A2023-03-07..2023-03-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ajtpio+updated%3A2023-03-07..2023-03-15&type=Issues) + + + ## 1.0.0alpha3 ([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.2...0d7d5e8bfbcde0e7915c3785ea0bc04fe00016ed)) @@ -18,8 +39,6 @@ All notable changes to this project will be documented in this file. [@codecov-commenter](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Acodecov-commenter+updated%3A2023-03-05..2023-03-07&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter_collaboration+involves%3Ahbcarlos+updated%3A2023-03-05..2023-03-07&type=Issues) - - ## 1.0.0alpha2 ([Full Changelog](https://github.com/jupyterlab/jupyter_collaboration/compare/@jupyter/collaboration-extension@1.0.0-alpha.1...416b164be2489dfabb21b6257d225b3fd7285fd8)) diff --git a/lerna.json b/lerna.json index 6dbcfd09..c4839a4b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index a40f33c8..169141ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 4c2fbf9d..815481d4 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.3", + "version": "1.0.0-alpha.4", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -52,8 +52,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^1.0.0-alpha.3", - "@jupyter/docprovider": "^1.0.0-alpha.3", + "@jupyter/collaboration": "^1.0.0-alpha.4", + "@jupyter/docprovider": "^1.0.0-alpha.4", "@jupyterlab/application": "^4.0.0-alpha.19", "@jupyterlab/apputils": "^4.0.0-alpha.19", "@jupyterlab/coreutils": "^6.0.0-alpha.19", diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 7ff83cd3..0355392e 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "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 456b291d..26d2e9e1 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter_collaboration", "bugs": {