Skip to content

Commit 499f8ff

Browse files
committed
Publish 4.1.0
SHA256 hashes: jupyter-collaboration-4.1.0.tgz: b8629261ad4f762b654f940ca1bfcf0d55a977ffd84c21e572bbca9b988a7b32 jupyter-collaboration-extension-4.1.0.tgz: 21162b2f5b8b12b43c0d6d136b5424031e942be93b03f2d1ac4d9636033ea641 jupyter-collaborative-drive-4.1.0.tgz: 1d3ad3e0a6d1d88331277a3db28e8af81eafeb901891e57578a683355f618078 jupyter-docprovider-4.1.0.tgz: 333c8ebf3b58f9956ada5061230b7f293bbecb2e8389cb5e0d607436f369dabb jupyter-docprovider-extension-4.1.0.tgz: e1e0d812649b3eaad428026583f46e3ec0f2801bb91c7274c3b4b12f004c9d12 jupyter_collaboration-4.1.0-py3-none-any.whl: 71e2a4a9cee4f3340d7d776bb79f206640cab0b3b636f5279e92ccc7ea897bcc jupyter_collaboration-4.1.0.tar.gz: bd77bed554dc22fe44c6ab9014acb5553068cf5d4b82c165f347fb7591d5d303 jupyter_collaboration_ui-2.1.0-py3-none-any.whl: 6bdffe0a46590b7e0e83f8273b886e5387aaa92aff629090404dcd078aade091 jupyter_collaboration_ui-2.1.0.tar.gz: 11aa170ccd64729cd7c91144b4ff4d2e8d90027d54e38157017eb535e99d7cc9 jupyter_docprovider-2.1.0-py3-none-any.whl: 4b640b4f1c7083815734a61a044b787c71b4d136ecd002ecaf053d2e0e9eee81 jupyter_docprovider-2.1.0.tar.gz: 8af661c65300334577fa2e26a65b6086fbf6674d6296ddebbfafd74d418c94d3 jupyter_server_ydoc-2.1.0-py3-none-any.whl: f716186fe928a6aa695107fa68a640e5c890c46b3cee4a10701e3b050ce5d865 jupyter_server_ydoc-2.1.0.tar.gz: b526be684aa621ebfd972c18a54ca7c613c67f2d051cf52d7a26aa092f735a46
1 parent 2c47bc0 commit 499f8ff

File tree

14 files changed

+57
-31
lines changed

14 files changed

+57
-31
lines changed

CHANGELOG.md

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

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

7+
## 4.1.0
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.2...2c47bc0e69e9c621caaa3cacaac5244b4b4c464c))
10+
11+
### Enhancements made
12+
13+
- Add dialog to update user info [#482](https://github.com/jupyterlab/jupyter-collaboration/pull/482) ([@brichet](https://github.com/brichet))
14+
- Respect autosave setting in RTC backend [#479](https://github.com/jupyterlab/jupyter-collaboration/pull/479) ([@Darshan808](https://github.com/Darshan808))
15+
- Add a UI to let users share their servers to other users and groups [#438](https://github.com/jupyterlab/jupyter-collaboration/pull/438) ([@Hyrla](https://github.com/Hyrla))
16+
17+
### Bugs fixed
18+
19+
- Fix confirmation on manual saving [#490](https://github.com/jupyterlab/jupyter-collaboration/pull/490) ([@krassowski](https://github.com/krassowski))
20+
- Fix translation loading in share link dialog [#488](https://github.com/jupyterlab/jupyter-collaboration/pull/488) ([@krassowski](https://github.com/krassowski))
21+
22+
### Documentation improvements
23+
24+
- Add URLs to `pyproject.toml` files [#491](https://github.com/jupyterlab/jupyter-collaboration/pull/491) ([@krassowski](https://github.com/krassowski))
25+
- Add Current Implementation section to docs [#484](https://github.com/jupyterlab/jupyter-collaboration/pull/484) ([@Darshan808](https://github.com/Darshan808))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2025-04-22&to=2025-07-02&type=c))
30+
31+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2025-04-22..2025-07-02&type=Issues) | [@Darshan808](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3ADarshan808+updated%3A2025-04-22..2025-07-02&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2025-04-22..2025-07-02&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-04-22..2025-07-02&type=Issues) | [@Hyrla](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AHyrla+updated%3A2025-04-22..2025-07-02&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2025-04-22..2025-07-02&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Amanics+updated%3A2025-04-22..2025-07-02&type=Issues) | [@ykazakov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aykazakov+updated%3A2025-04-22..2025-07-02&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
735
## 4.1.0rc0
836

937
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.0-beta.0...5c61a17e0f5e4db2f9a5474fe661ab1c7be8c3a8))
@@ -18,8 +46,6 @@ All notable changes to this project will be documented in this file.
1846

1947
[@Hyrla](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AHyrla+updated%3A2025-05-27..2025-05-28&type=Issues) | [@ykazakov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aykazakov+updated%3A2025-05-27..2025-05-28&type=Issues)
2048

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2349
## 4.1.0beta0
2450

2551
No merged PRs

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.0-rc.0",
2+
"version": "4.1.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.1.0-rc.0",
4+
"version": "4.1.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.1.0-rc.0",
3+
"version": "4.1.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.1.0-rc.0",
57-
"@jupyter/collaborative-drive": "^4.1.0-rc.0",
58-
"@jupyter/docprovider": "^4.1.0-rc.0",
56+
"@jupyter/collaboration": "^4.1.0",
57+
"@jupyter/collaborative-drive": "^4.1.0",
58+
"@jupyter/docprovider": "^4.1.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.1.0-rc.0",
3+
"version": "4.1.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.1.0-rc.0",
3+
"version": "4.1.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.1.0-rc.0",
3+
"version": "4.1.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.1.0-rc.0",
57-
"@jupyter/docprovider": "^4.1.0-rc.0",
56+
"@jupyter/collaborative-drive": "^4.1.0",
57+
"@jupyter/docprovider": "^4.1.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.1.0-rc.0",
3+
"version": "4.1.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.1.0-rc.0",
44+
"@jupyter/collaborative-drive": "^4.1.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.1.0rc0"
1+
__version__ = "2.1.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0rc0"
1+
__version__ = "4.1.0"

0 commit comments

Comments
 (0)