diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f7b0d8..0aa35612 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.0alpha1 + +([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-alpha.0...6753b2aaab7ce0beac29da9978d8350d1eeaaff4)) + +### Enhancements made + +- Log (instead of raise) exceptions when running as a server extension [#295](https://github.com/jupyterlab/jupyter-collaboration/pull/295) ([@Zsailer](https://github.com/Zsailer)) +- handle exception when websocket server start room failed [#289](https://github.com/jupyterlab/jupyter-collaboration/pull/289) ([@jzhang20133](https://github.com/jzhang20133)) + +### Bugs fixed + +- Rename the docprovider destination name to avoid conficts [#285](https://github.com/jupyterlab/jupyter-collaboration/pull/285) ([@brichet](https://github.com/brichet)) + +### Maintenance and upkeep improvements + +- Update pycrdt-websocket v0.13.0 [#293](https://github.com/jupyterlab/jupyter-collaboration/pull/293) ([@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-04-16&to=2024-04-30&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-04-16..2024-04-30&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-04-16..2024-04-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-04-16..2024-04-30&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-04-16..2024-04-30&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-04-16..2024-04-30&type=Issues) + + + ## 3.0.0alpha0 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.11...a3b498471ace2b47f430984531ef8b98e68bc40f)) @@ -26,8 +51,6 @@ All notable changes to this project will be documented in this file. [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-03-28..2024-04-16&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-28..2024-04-16&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-03-28..2024-04-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-28..2024-04-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-03-28..2024-04-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-03-28..2024-04-16&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-28..2024-04-16&type=Issues) - - ## 2.0.11 ### Enhancements made diff --git a/lerna.json b/lerna.json index dab9bac3..3504e1de 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index f3e5c48a..16604978 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jupyter/real-time-collaboration", "private": true, - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab Extension enabling Real-Time Collaboration", "keywords": [ "jupyter", diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index a032e620..91d19d33 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.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Real-Time Collaboration Extension", "keywords": [ "jupyter", @@ -53,8 +53,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaboration": "^3.0.0-alpha.0", - "@jupyter/docprovider": "^3.0.0-alpha.0", + "@jupyter/collaboration": "^3.0.0-alpha.1", + "@jupyter/docprovider": "^3.0.0-alpha.1", "@jupyter/ydoc": "^1.1.0-a0", "@jupyterlab/application": "^4.2.0-beta.0", "@jupyterlab/apputils": "^4.2.0-beta.0", diff --git a/packages/collaboration/package.json b/packages/collaboration/package.json index 46992df8..ff546b1f 100644 --- a/packages/collaboration/package.json +++ b/packages/collaboration/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/collaboration", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "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.0", + "@jupyter/docprovider": "^3.0.0-alpha.1", "@jupyterlab/apputils": "^4.0.5", "@jupyterlab/coreutils": "^6.0.5", "@jupyterlab/services": "^7.0.5", diff --git a/packages/docprovider-extension/package.json b/packages/docprovider-extension/package.json index acc9c05e..8111ca68 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.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Collaborative Shared Models", "keywords": [ "jupyter", @@ -53,7 +53,7 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/docprovider": "^3.0.0-alpha.0", + "@jupyter/docprovider": "^3.0.0-alpha.1", "@jupyter/ydoc": "^1.1.0-a0", "@jupyterlab/application": "^4.2.0-beta.0", "@jupyterlab/apputils": "^4.2.0-beta.0", diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index a0e76aca..dc156a7b 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/docprovider", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "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 ff8bfc5b..6e45a91d 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.0a0" +__version__ = "1.0.0a1" diff --git a/projects/jupyter-collaboration/jupyter_collaboration/_version.py b/projects/jupyter-collaboration/jupyter_collaboration/_version.py index 172b30ba..7cf50d07 100644 --- a/projects/jupyter-collaboration/jupyter_collaboration/_version.py +++ b/projects/jupyter-collaboration/jupyter_collaboration/_version.py @@ -1 +1 @@ -__version__ = "3.0.0a0" +__version__ = "3.0.0a1" diff --git a/projects/jupyter-docprovider/jupyter_docprovider/_version.py b/projects/jupyter-docprovider/jupyter_docprovider/_version.py index ff8bfc5b..6e45a91d 100644 --- a/projects/jupyter-docprovider/jupyter_docprovider/_version.py +++ b/projects/jupyter-docprovider/jupyter_docprovider/_version.py @@ -1 +1 @@ -__version__ = "1.0.0a0" +__version__ = "1.0.0a1" diff --git a/projects/jupyter-server-ydoc/jupyter_server_ydoc/_version.py b/projects/jupyter-server-ydoc/jupyter_server_ydoc/_version.py index ff8bfc5b..6e45a91d 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.0a0" +__version__ = "1.0.0a1" diff --git a/yarn.lock b/yarn.lock index 672c1ce2..1ebb6e91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2094,8 +2094,8 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" dependencies: - "@jupyter/collaboration": ^3.0.0-alpha.0 - "@jupyter/docprovider": ^3.0.0-alpha.0 + "@jupyter/collaboration": ^3.0.0-alpha.1 + "@jupyter/docprovider": ^3.0.0-alpha.1 "@jupyter/ydoc": ^1.1.0-a0 "@jupyterlab/application": ^4.2.0-beta.0 "@jupyterlab/apputils": ^4.2.0-beta.0 @@ -2117,13 +2117,13 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/collaboration@^3.0.0-alpha.0, @jupyter/collaboration@workspace:packages/collaboration": +"@jupyter/collaboration@^3.0.0-alpha.1, @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.0 + "@jupyter/docprovider": ^3.0.0-alpha.1 "@jupyterlab/apputils": ^4.0.5 "@jupyterlab/coreutils": ^6.0.5 "@jupyterlab/services": ^7.0.5 @@ -2144,7 +2144,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension" dependencies: - "@jupyter/docprovider": ^3.0.0-alpha.0 + "@jupyter/docprovider": ^3.0.0-alpha.1 "@jupyter/ydoc": ^1.1.0-a0 "@jupyterlab/application": ^4.2.0-beta.0 "@jupyterlab/apputils": ^4.2.0-beta.0 @@ -2167,7 +2167,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/docprovider@^3.0.0-alpha.0, @jupyter/docprovider@workspace:packages/docprovider": +"@jupyter/docprovider@^3.0.0-alpha.1, @jupyter/docprovider@workspace:packages/docprovider": version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: