Skip to content

Commit c17ca7e

Browse files
committed
Publish 4.2.0beta0
SHA256 hashes: jupyter-collaboration-4.2.0-beta.0.tgz: 7be3f2991d9d90f4a776a900a7166697fe0b213855ea6dae0b7d603c666befe6 jupyter-collaboration-extension-4.2.0-beta.0.tgz: b97ee8caaab0b0ab8bce874fba1b87d5a9f8dfd70a44066e3fe9764238227b80 jupyter-collaborative-drive-4.2.0-beta.0.tgz: 1342310425d13fd689875d94637945532a5d74520d2d05ed0687396dc1b822d5 jupyter-docprovider-4.2.0-beta.0.tgz: 081328c63d398d8915b78aa0e6476fdf2e71c1a5cc15ae17542f5c974a887010 jupyter-docprovider-extension-4.2.0-beta.0.tgz: ff2a9358690872e163bf71a6986e4284e213d11d2d84fd9aa5a126e348292fb9 jupyter_collaboration-4.2.0b0-py3-none-any.whl: a65bfbeacb23d018e4aeaf2a2a814955b27f5b3c5de41822c4ba8e14e7175b16 jupyter_collaboration-4.2.0b0.tar.gz: 48588dac3649b2fe62f7dd056e1df8ed463d3fb6877d425b0ec1898e7548dc43 jupyter_collaboration_ui-2.2.0b0-py3-none-any.whl: 8d9502207718d0440ea4bd95198b1305b51d9b36958eaeb556a32ca0c8e5210c jupyter_collaboration_ui-2.2.0b0.tar.gz: 6ff06eef0afd6db26daa543e27660057b4e9f68dbd49e6a4f855a7bb0fb5c12d jupyter_docprovider-2.2.0b0-py3-none-any.whl: 31b31149b06407a78aeea5fc1339aae1f33469f8ad8e020ce3d64838fed59858 jupyter_docprovider-2.2.0b0.tar.gz: 9d376fa5ea6332755ef5497556311299afba0d0726f51cc5aec6bdbcb4b8b695 jupyter_server_ydoc-2.2.0b0-py3-none-any.whl: 5184389994a522c85a169fd20bfa015feb438ddcdb21e543a60c9378eaf32ad0 jupyter_server_ydoc-2.2.0b0.tar.gz: 9fcb89a80a7bf0731e1a6bbb644c475bc9b642371c06d4f9a660e13559efc2aa
1 parent 4e9602d commit c17ca7e

File tree

14 files changed

+35
-31
lines changed

14 files changed

+35
-31
lines changed

CHANGELOG.md

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

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

7+
## 4.2.0beta0
8+
9+
No merged PRs
10+
11+
<!-- <END NEW CHANGELOG ENTRY> -->
12+
713
## 4.2.0alpha0
814

915
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.2...71ab261f4e6cb52e431496ec2bc53fc3883dc5d6))
@@ -35,8 +41,6 @@ All notable changes to this project will be documented in this file.
3541

3642
[@BaukJ](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3ABaukJ+updated%3A2025-11-14..2025-12-08&type=Issues) | [@Darshan808](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3ADarshan808+updated%3A2025-11-14..2025-12-08&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-11-14..2025-12-08&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2025-11-14..2025-12-08&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AmartinRenou+updated%3A2025-11-14..2025-12-08&type=Issues)
3743

38-
<!-- <END NEW CHANGELOG ENTRY> -->
39-
4044
## 4.1.2
4145

4246
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.1.1...619aa5b6f810830d0bf95e1d587f53ec5db7a414))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.2.0-alpha.0",
2+
"version": "4.2.0-beta.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.2.0-alpha.0",
4+
"version": "4.2.0-beta.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.2.0-alpha.0",
3+
"version": "4.2.0-beta.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.2.0-alpha.0",
57-
"@jupyter/collaborative-drive": "^4.2.0-alpha.0",
58-
"@jupyter/docprovider": "^4.2.0-alpha.0",
56+
"@jupyter/collaboration": "^4.2.0-beta.0",
57+
"@jupyter/collaborative-drive": "^4.2.0-beta.0",
58+
"@jupyter/docprovider": "^4.2.0-beta.0",
5959
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
6060
"@jupyterlab/application": "^4.5.0",
6161
"@jupyterlab/apputils": "^4.5.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.2.0-alpha.0",
3+
"version": "4.2.0-beta.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.2.0-alpha.0",
3+
"version": "4.2.0-beta.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.2.0-alpha.0",
3+
"version": "4.2.0-beta.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.2.0-alpha.0",
57-
"@jupyter/docprovider": "^4.2.0-alpha.0",
56+
"@jupyter/collaborative-drive": "^4.2.0-beta.0",
57+
"@jupyter/docprovider": "^4.2.0-beta.0",
5858
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
5959
"@jupyterlab/application": "^4.5.0",
6060
"@jupyterlab/apputils": "^4.5.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.2.0-alpha.0",
3+
"version": "4.2.0-beta.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.2.0-alpha.0",
44+
"@jupyter/collaborative-drive": "^4.2.0-beta.0",
4545
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
4646
"@jupyterlab/apputils": "^4.5.0",
4747
"@jupyterlab/cells": "^4.5.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0.a0"
1+
__version__ = "2.2.0b0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.0.a0"
1+
__version__ = "4.2.0b0"

0 commit comments

Comments
 (0)