diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d65fdc2..38ad21f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. +## 3.0.0beta0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.2...ab80f15094f971da6dc6f9afc72e1504c63dc9ff)) + +### Enhancements made + +- Add the list of opened shared documents to the user awareness [#287](https://github.com/jupyterlab/jupyter-collaboration/pull/287) ([@brichet](https://github.com/brichet)) + +### Bugs fixed + +- Fix use of traitlets to configure YStore class [#322](https://github.com/jupyterlab/jupyter-collaboration/pull/322) ([@krassowski](https://github.com/krassowski)) +- Fix for code execution on the Jupyter Server [#307](https://github.com/jupyterlab/jupyter-collaboration/pull/307) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Bump pycrdt-websocket v0.14.0 [#320](https://github.com/jupyterlab/jupyter-collaboration/pull/320) ([@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-17&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-05-08..2024-07-17&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-05-08..2024-07-17&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-05-08..2024-07-17&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-05-08..2024-07-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-05-08..2024-07-17&type=Issues) + + + ## 3.0.0alpha2 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.1...5b166c49d76ed5a009ae7f5dc8c4bf9a881913b0)) @@ -26,8 +51,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) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+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) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-05-01..2024-05-08&type=Issues) - - ## 3.0.0alpha1 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.0...6753b2aaab7ce0beac29da9978d8350d1eeaaff4)) diff --git a/lerna.json b/lerna.json index cfce181c..0c13b9bf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 19a82d01..4855c6ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.0", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 2f2bffa9..a67f319b 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration-extension", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.0", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^3.0.0-alpha.2", - "@jupyter/docprovider": "^3.0.0-alpha.2", + "@jupyter/collaboration": "^3.0.0-beta.0", + "@jupyter/docprovider": "^3.0.0-beta.0", "@jupyter/ydoc": "^2.0.0", "@jupyterlab/application": "^4.2.0", "@jupyterlab/apputils": "^4.2.0", diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index f19133b5..291ce03e 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.0", "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": "^3.0.0-alpha.2", + "@jupyter/docprovider": "^3.0.0-beta.0", "@jupyterlab/apputils": "^4.0.5", "@jupyterlab/coreutils": "^6.0.5", "@jupyterlab/docregistry": "^4.0.5", diff --git a/packages/docprovider-extension/package.json b/packages/docprovider-extension/package.json index b56d4706..5d798804 100644 --- a/packages/docprovider-extension/package.json +++ b/packages/docprovider-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider-extension", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.0", "description": "JupyterLab - Collaborative Shared Models", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^3.0.0-alpha.2", - "@jupyter/docprovider": "^3.0.0-alpha.2", + "@jupyter/collaboration": "^3.0.0-beta.0", + "@jupyter/docprovider": "^3.0.0-beta.0", "@jupyter/ydoc": "^2.0.0", "@jupyterlab/application": "^4.2.0", "@jupyterlab/apputils": "^4.2.0", diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index cb6f83a4..2cec377e 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.0", "description": "JupyterLab - Document Provider", "homepage": "https://github.com/jupyterlab/jupyter-collaboration", "bugs": { diff --git a/projects/jupyter-collaboration-ui/jupyter_collaboration_ui/_version.py b/projects/jupyter-collaboration-ui/jupyter_collaboration_ui/_version.py index 65590392..c9bd7371 100644 --- a/projects/jupyter-collaboration-ui/jupyter_collaboration_ui/_version.py +++ b/projects/jupyter-collaboration-ui/jupyter_collaboration_ui/_version.py @@ -1 +1 @@ -__version__ = "1.0.0a2" +__version__ = "1.0.0b0" diff --git a/projects/jupyter-collaboration/jupyter_collaboration/_version.py b/projects/jupyter-collaboration/jupyter_collaboration/_version.py index d1dafa84..b3d3a3b4 100644 --- a/projects/jupyter-collaboration/jupyter_collaboration/_version.py +++ b/projects/jupyter-collaboration/jupyter_collaboration/_version.py @@ -1 +1 @@ -__version__ = "3.0.0a2" +__version__ = "3.0.0b0" diff --git a/projects/jupyter-docprovider/jupyter_docprovider/_version.py b/projects/jupyter-docprovider/jupyter_docprovider/_version.py index 65590392..c9bd7371 100644 --- a/projects/jupyter-docprovider/jupyter_docprovider/_version.py +++ b/projects/jupyter-docprovider/jupyter_docprovider/_version.py @@ -1 +1 @@ -__version__ = "1.0.0a2" +__version__ = "1.0.0b0" diff --git a/projects/jupyter-server-ydoc/jupyter_server_ydoc/_version.py b/projects/jupyter-server-ydoc/jupyter_server_ydoc/_version.py index 65590392..c9bd7371 100644 --- a/projects/jupyter-server-ydoc/jupyter_server_ydoc/_version.py +++ b/projects/jupyter-server-ydoc/jupyter_server_ydoc/_version.py @@ -1 +1 @@ -__version__ = "1.0.0a2" +__version__ = "1.0.0b0" diff --git a/yarn.lock b/yarn.lock index 84a199b4..de0018fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2087,8 +2087,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" dependencies: - "@jupyter/collaboration": ^3.0.0-alpha.2 - "@jupyter/docprovider": ^3.0.0-alpha.2 + "@jupyter/collaboration": ^3.0.0-beta.0 + "@jupyter/docprovider": ^3.0.0-beta.0 "@jupyter/ydoc": ^2.0.0 "@jupyterlab/application": ^4.2.0 "@jupyterlab/apputils": ^4.2.0 @@ -2110,13 +2110,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/collaboration@^3.0.0-alpha.2, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^3.0.0-beta.0, @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": ^3.0.0-alpha.2 + "@jupyter/docprovider": ^3.0.0-beta.0 "@jupyterlab/apputils": ^4.0.5 "@jupyterlab/coreutils": ^6.0.5 "@jupyterlab/docregistry": ^4.0.5 @@ -2139,8 +2139,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension" dependencies: - "@jupyter/collaboration": ^3.0.0-alpha.2 - "@jupyter/docprovider": ^3.0.0-alpha.2 + "@jupyter/collaboration": ^3.0.0-beta.0 + "@jupyter/docprovider": ^3.0.0-beta.0 "@jupyter/ydoc": ^2.0.0 "@jupyterlab/application": ^4.2.0 "@jupyterlab/apputils": ^4.2.0 @@ -2163,7 +2163,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/docprovider@^3.0.0-alpha.2, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^3.0.0-beta.0, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: