Skip to content

Commit 7a3986a

Browse files
committed
Publish 4.1.0rc0
SHA256 hashes: jupyter-collaboration-4.1.0-rc.0.tgz: 92aff15aa0dce33195c00bb9af7e297250fd1377998d76bb05085b2b4c09c31a jupyter-collaboration-extension-4.1.0-rc.0.tgz: af8df5d57d52987bcd53e1128eea5e4e82eb85cb36300d61ef0308b363b6fdf0 jupyter-collaborative-drive-4.1.0-rc.0.tgz: 6943bb0bf99268a09003b22b04ddd24f4ef03f04d569a8059c693d019d92f681 jupyter-docprovider-4.1.0-rc.0.tgz: ae8d6831eb4a48a7ef9718dc9c0ae7e5b92af300ab4c1bc25bd41e753b6f9a89 jupyter-docprovider-extension-4.1.0-rc.0.tgz: 76969c50d8dc9b136721e4f34e623f165369e4c636a79eddcada67b29f707455 jupyter_collaboration-4.1.0rc0-py3-none-any.whl: d6d89482a4953f5cc7ef91fdf4cbebde7d9dbc4d6aaa6ffbe0a9a7acf1d5737a jupyter_collaboration-4.1.0rc0.tar.gz: 8179b9e42bda1ce9334c6d9a6fc3c1038228ea096d95a32ed4279abf010aeb4b jupyter_collaboration_ui-2.1.0rc0-py3-none-any.whl: 037362ca2b8f7610678a7760649109b777a04fb63d513f1cc0fe5a9da82c5127 jupyter_collaboration_ui-2.1.0rc0.tar.gz: 6ceb8b9093346435d1a7856845a5333d865208ae9ca199ee8710f94095e675f4 jupyter_docprovider-2.1.0rc0-py3-none-any.whl: 17f904c5aa4502689a8b4ee4ee338d66c1d76878886f33da827a2b46807bbd96 jupyter_docprovider-2.1.0rc0.tar.gz: 67fe4596d2cdb79dbd5455fff991fc48846bd4ce184ced9bbc100563ff7ef35a jupyter_server_ydoc-2.1.0rc0-py3-none-any.whl: 844cdaa1b9f8077a1aec1d8dae8621465be75852112abdd31b1e008cf2898a16 jupyter_server_ydoc-2.1.0rc0.tar.gz: 8d094f2a0143d85c2b34db993dab3b7f04f96b73ac98597a2e3c5c89f370f626
1 parent 5c61a17 commit 7a3986a

File tree

14 files changed

+45
-31
lines changed

14 files changed

+45
-31
lines changed

CHANGELOG.md

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

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

7-
## 4.1.0beta0
7+
## 4.1.0rc0
88

9-
No merged PRs
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.0-beta.0...5c61a17e0f5e4db2f9a5474fe661ab1c7be8c3a8))
10+
11+
### Enhancements made
12+
13+
- 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))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2025-05-27&to=2025-05-28&type=c))
18+
19+
[@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)
1020

1121
<!-- <END NEW CHANGELOG ENTRY> -->
1222

23+
## 4.1.0beta0
24+
25+
No merged PRs
26+
1327
## 4.1.0alpha0
1428

1529
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.2...1cb6f096a43de4688e6c1e5fc4e36ff50e30376d))

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

0 commit comments

Comments
 (0)