Skip to content

Commit dc47a9e

Browse files
committed
Publish 4.0.0
SHA256 hashes: jupyter-collaboration-4.0.0.tgz: 73179324dc001ef9b1d36a7b7e6e79bc1c4fb0dcabdb02177024b951eedc1feb jupyter-collaboration-extension-4.0.0.tgz: 84c3f48f527476771c4bf0e5b36fe9961eed546e4d3f4dd6269e9d4ebb717a95 jupyter-collaborative-drive-4.0.0.tgz: 875f8f972fd611316e066e6650c1bd99f993ebb2e0b163d310b86355d7e69c4b jupyter-docprovider-4.0.0.tgz: d640c481b8f1c8a613deeb1eca0d7eaa5fdb93a0a8006177c1956f8557530ac1 jupyter-docprovider-extension-4.0.0.tgz: cdff5f568827c7c9077fcae5da28bcb2020e456d9a9afb802ebe2b3702a362d8 jupyter_collaboration-4.0.0-py3-none-any.whl: 902a99f468632f4a66e802eb5f11fd3bde4edd5eda37871e20c710fba545b78e jupyter_collaboration-4.0.0.tar.gz: f0c51dc40925a80de4e3a18105c7631065fa67c06f4a37c34ada75907164fbe5 jupyter_collaboration_ui-2.0.0-py3-none-any.whl: c304f8c1e2c41817defece66018ce94f44a4ab664771ce4c3985196c4d18646b jupyter_collaboration_ui-2.0.0.tar.gz: c6cc8cb266c5009b054ba0bc49c09b0e9b0b4076aa0da4fb376088cfe31b08bb jupyter_docprovider-2.0.0-py3-none-any.whl: 9c37754eb306204d22314e0348e8fc9a4681d532d7c8fdfb122c53bb9e01d169 jupyter_docprovider-2.0.0.tar.gz: e1873692fdc395337d7d603a5d03fad48a1bd25eb401cac69f4c4dfe5c58d690 jupyter_server_ydoc-2.0.0-py3-none-any.whl: c0fde0cd0e5fe496d8426e8bf491cb5f798575569b3f6db24717325cb4b0b82b jupyter_server_ydoc-2.0.0.tar.gz: 65cb2e0327a85f10d01ab99f26390c4da26382c8cd673471bbd2c0b23680ce23
1 parent 9963676 commit dc47a9e

File tree

14 files changed

+63
-31
lines changed

14 files changed

+63
-31
lines changed

CHANGELOG.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ All notable changes to this project will be documented in this file.
44

55
<!-- <START NEW CHANGELOG ENTRY> -->
66

7+
## 4.0.0
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0...996367692c97d10a85aef21c9d76a5d44f260de5))
10+
11+
### Enhancements made
12+
13+
- Gracefully handling non-existing fork room [#420](https://github.com/jupyterlab/jupyter-collaboration/pull/420) ([@trungleduc](https://github.com/trungleduc))
14+
- Use content providers to remove RTC prefix [#418](https://github.com/jupyterlab/jupyter-collaboration/pull/418) ([@krassowski](https://github.com/krassowski))
15+
- Users item toolbar [#379](https://github.com/jupyterlab/jupyter-collaboration/pull/379) ([@brichet](https://github.com/brichet))
16+
17+
### Bugs fixed
18+
19+
- Skip saving non-writable files [#457](https://github.com/jupyterlab/jupyter-collaboration/pull/457) ([@Darshan808](https://github.com/Darshan808))
20+
- Fix collaborators panel breaking on opening files without known extension [#427](https://github.com/jupyterlab/jupyter-collaboration/pull/427) ([@krassowski](https://github.com/krassowski))
21+
- Fix Timeline Slider Visibility in Status Bar for Certain Documents [#423](https://github.com/jupyterlab/jupyter-collaboration/pull/423) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
22+
- Fix duplicate collaborator entries in collaboration panel [#422](https://github.com/jupyterlab/jupyter-collaboration/pull/422) ([@nzinfo](https://github.com/nzinfo))
23+
24+
### Maintenance and upkeep improvements
25+
26+
- Bump to jupyterlab v4.4.0 [#458](https://github.com/jupyterlab/jupyter-collaboration/pull/458) ([@davidbrochart](https://github.com/davidbrochart))
27+
- Bump min required `jupyter_events` version to 0.11 [#453](https://github.com/jupyterlab/jupyter-collaboration/pull/453) ([@krassowski](https://github.com/krassowski))
28+
- Bump jupyter_server [#444](https://github.com/jupyterlab/jupyter-collaboration/pull/444) ([@brichet](https://github.com/brichet))
29+
- Update github actions to v4 [#441](https://github.com/jupyterlab/jupyter-collaboration/pull/441) ([@brichet](https://github.com/brichet))
30+
- Pin jupyterlab at `>=4.4.0a2,<5.0.0` in `projects/jupyter-collaboration` package [#429](https://github.com/jupyterlab/jupyter-collaboration/pull/429) ([@andrii-i](https://github.com/andrii-i))
31+
- Update event schema version type [#421](https://github.com/jupyterlab/jupyter-collaboration/pull/421) ([@davidbrochart](https://github.com/davidbrochart))
32+
33+
### Contributors to this release
34+
35+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-12-10&to=2025-04-07&type=c))
36+
37+
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aandrii-i+updated%3A2024-12-10..2025-04-07&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-12-10..2025-04-07&type=Issues) | [@Darshan808](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3ADarshan808+updated%3A2024-12-10..2025-04-07&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-12-10..2025-04-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-12-10..2025-04-07&type=Issues) | [@Hyrla](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AHyrla+updated%3A2024-12-10..2025-04-07&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-12-10..2025-04-07&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-12-10..2025-04-07&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Alumberbot-app+updated%3A2024-12-10..2025-04-07&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AmartinRenou+updated%3A2024-12-10..2025-04-07&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2024-12-10..2025-04-07&type=Issues) | [@nzinfo](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Anzinfo+updated%3A2024-12-10..2025-04-07&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-12-10..2025-04-07&type=Issues) | [@ykazakov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aykazakov+updated%3A2024-12-10..2025-04-07&type=Issues)
38+
39+
<!-- <END NEW CHANGELOG ENTRY> -->
40+
741
## 4.0.0rc0
842

943
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.0-beta.0...2f4c44f70f17bab9b4e7611357cddf9220eafba0))
@@ -21,8 +55,6 @@ All notable changes to this project will be documented in this file.
2155

2256
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2025-01-28..2025-04-04&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2025-01-28..2025-04-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-01-28..2025-04-04&type=Issues) | [@Hyrla](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AHyrla+updated%3A2025-01-28..2025-04-04&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2025-01-28..2025-04-04&type=Issues) | [@ykazakov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aykazakov+updated%3A2025-01-28..2025-04-04&type=Issues)
2357

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2658
## 4.0.0beta0
2759

2860
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.0-alpha.0...bd4b23ac71b346bded151a4628abc6e7d5305de2))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0-rc.0",
2+
"version": "4.0.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jupyter/real-time-collaboration",
33
"private": true,
4-
"version": "4.0.0-rc.0",
4+
"version": "4.0.0",
55
"description": "JupyterLab Extension enabling Real-Time Collaboration",
66
"keywords": [
77
"jupyter",

packages/collaboration-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration-extension",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0",
44
"description": "JupyterLab - Real-Time Collaboration Extension",
55
"keywords": [
66
"jupyter",
@@ -53,9 +53,9 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaboration": "^4.0.0-rc.0",
57-
"@jupyter/collaborative-drive": "^4.0.0-rc.0",
58-
"@jupyter/docprovider": "^4.0.0-rc.0",
56+
"@jupyter/collaboration": "^4.0.0",
57+
"@jupyter/collaborative-drive": "^4.0.0",
58+
"@jupyter/docprovider": "^4.0.0",
5959
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
6060
"@jupyterlab/application": "^4.4.0",
6161
"@jupyterlab/apputils": "^4.4.0",

packages/collaboration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {

packages/collaborative-drive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaborative-drive",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0",
44
"description": "JupyterLab - Collaborative Drive",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {

packages/docprovider-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/docprovider-extension",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0",
44
"description": "JupyterLab - Collaborative Shared Models",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaborative-drive": "^4.0.0-rc.0",
57-
"@jupyter/docprovider": "^4.0.0-rc.0",
56+
"@jupyter/collaborative-drive": "^4.0.0",
57+
"@jupyter/docprovider": "^4.0.0",
5858
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
5959
"@jupyterlab/application": "^4.4.0",
6060
"@jupyterlab/apputils": "^4.4.0",

packages/docprovider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/docprovider",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {
@@ -41,7 +41,7 @@
4141
"watch": "tsc -b --watch"
4242
},
4343
"dependencies": {
44-
"@jupyter/collaborative-drive": "^4.0.0-rc.0",
44+
"@jupyter/collaborative-drive": "^4.0.0",
4545
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
4646
"@jupyterlab/apputils": "^4.4.0",
4747
"@jupyterlab/cells": "^4.4.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0rc0"
1+
__version__ = "2.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0rc0"
1+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)