WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit da896e1

Browse files
committed
Publish 4.1.2
SHA256 hashes: jupyter-collaboration-4.1.2.tgz: dcdf61d6f2e79d89c8168849a46efccb7b2ca721fdcaaffeaf8a679371bb399e jupyter-collaboration-extension-4.1.2.tgz: 3049ca785c09b97c3022b7d4f4c6e969d78de8b836997431bff80c04cc9a8d47 jupyter-collaborative-drive-4.1.2.tgz: 0ba103ae9a8cec1a17c354719109a90312a8c14d99eb46350717544e5d3f3c81 jupyter-docprovider-4.1.2.tgz: e322e2b86ee5d6c3dcf361d6d67d9594cd24968f3ff85645a887423320459977 jupyter-docprovider-extension-4.1.2.tgz: a469de1c50119d4799cd43438122d3ef670ee39b18b43c91aa354a6b5fe8f896 jupyter_collaboration-4.1.2-py3-none-any.whl: 5a1700658a7aae3a694b8e0b2ab7961a83d89780f963f4c82d2099cb68887d20 jupyter_collaboration-4.1.2.tar.gz: 0ae5f766a35b309faa9e3c794044f04dfbb3c2b87b7c964c11cffd58b4faf37b jupyter_collaboration_ui-2.1.2-py3-none-any.whl: 09e7a0a17bba024d99609b8ec3132f67f9eeda3c595eb2b9e27a238f30b66c86 jupyter_collaboration_ui-2.1.2.tar.gz: 11a8dd734008e3b02dc4b516e31c31099c371bfd5a88a09af0c9e1edb62ad34b jupyter_docprovider-2.1.2-py3-none-any.whl: e151b161abab8bfd2932168efa37f5f754811d678c6c2ac9fd9662bf69a5853f jupyter_docprovider-2.1.2.tar.gz: 9479c298e7aaa4497f252accc1eb7db398178dd0edcbb37efd558a87b661e38c jupyter_server_ydoc-2.1.2-py3-none-any.whl: b97c84eba4d7230ae0abb7742a02bcdca0c1f28be7dd1d0d900c90afbb577a63 jupyter_server_ydoc-2.1.2.tar.gz: ad03a48d10781d4f0a07f33d5627c894faa40a1a4a3c0d8a8da27cb141c88b87
1 parent 619aa5b commit da896e1

File tree

14 files changed

+56
-31
lines changed

14 files changed

+56
-31
lines changed

CHANGELOG.md

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

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

7+
## 4.1.2
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.1...619aa5b6f810830d0bf95e1d587f53ec5db7a414))
10+
11+
### Bugs fixed
12+
13+
- Fix saving after renames [#511](https://github.com/jupyterlab/jupyter-collaboration/pull/511) ([@krassowski](https://github.com/krassowski))
14+
- Fix handling of `hubHost` [#501](https://github.com/jupyterlab/jupyter-collaboration/pull/501) ([@minrk](https://github.com/minrk))
15+
- Define `ICollaborativeContentProvider` as inheriting from `IContentProvider` [#499](https://github.com/jupyterlab/jupyter-collaboration/pull/499) ([@krassowski](https://github.com/krassowski))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Update snapshots [#513](https://github.com/jupyterlab/jupyter-collaboration/pull/513) ([@krassowski](https://github.com/krassowski))
20+
- Add npmjs.com to ignored links in test workflow [#512](https://github.com/jupyterlab/jupyter-collaboration/pull/512) ([@krassowski](https://github.com/krassowski))
21+
22+
### Documentation improvements
23+
24+
- Document the breaking change in 4.0 in the changelog [#497](https://github.com/jupyterlab/jupyter-collaboration/pull/497) ([@krassowski](https://github.com/krassowski))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2025-08-27&to=2025-11-14&type=c))
29+
30+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-08-27..2025-11-14&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2025-08-27..2025-11-14&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aminrk+updated%3A2025-08-27..2025-11-14&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
734
## 4.1.1
835

936
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.0...b488a2b2e532dddca27ed4827c142c6147fe51ed))
@@ -18,8 +45,6 @@ All notable changes to this project will be documented in this file.
1845

1946
[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2025-07-02..2025-08-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-07-02..2025-08-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2025-07-02..2025-08-27&type=Issues)
2047

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2348
## 4.1.0
2449

2550
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.2...2c47bc0e69e9c621caaa3cacaac5244b4b4c464c))

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.1",
2+
"version": "4.1.2",
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.1",
4+
"version": "4.1.2",
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.1",
3+
"version": "4.1.2",
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.1",
57-
"@jupyter/collaborative-drive": "^4.1.1",
58-
"@jupyter/docprovider": "^4.1.1",
56+
"@jupyter/collaboration": "^4.1.2",
57+
"@jupyter/collaborative-drive": "^4.1.2",
58+
"@jupyter/docprovider": "^4.1.2",
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.1",
3+
"version": "4.1.2",
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.1",
3+
"version": "4.1.2",
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.1",
3+
"version": "4.1.2",
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.1",
57-
"@jupyter/docprovider": "^4.1.1",
56+
"@jupyter/collaborative-drive": "^4.1.2",
57+
"@jupyter/docprovider": "^4.1.2",
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.1",
3+
"version": "4.1.2",
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.1",
44+
"@jupyter/collaborative-drive": "^4.1.2",
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.1"
1+
__version__ = "2.1.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.1"
1+
__version__ = "4.1.2"

0 commit comments

Comments
 (0)