Skip to content

Commit 98c499b

Browse files
committed
Publish 4.1.0beta0
SHA256 hashes: jupyter-collaboration-4.1.0-beta.0.tgz: 0387effb8c02807578d0ed78f44d4fc7e5f8e8bff8393c5b9e09af0f954bc235 jupyter-collaboration-extension-4.1.0-beta.0.tgz: b7d3548428f24b8c08611c1e657913a91dbc048eeb8c3410b32b1a6c0f11fd39 jupyter-collaborative-drive-4.1.0-beta.0.tgz: 71e3fe45d99ed12e741742f15cde24d4986a3c9373d1b7df40740d4f04437dd4 jupyter-docprovider-4.1.0-beta.0.tgz: 5ff0c2e459a7af2d44e66778e2340beaaafd60531553826a899080c4c88c531d jupyter-docprovider-extension-4.1.0-beta.0.tgz: a7241091409e80422b1e5e20cca3b8897c8c266065e49e2cc8fb97d7469abfad jupyter_collaboration-4.1.0b0-py3-none-any.whl: 1502d8ba2ad81d37befcdc495f20f954eaa49d7d0ff1addfdf9d3d57bdf6a986 jupyter_collaboration-4.1.0b0.tar.gz: efac12f9890fa69bfde4e27c730f8dfcb3cfc21b1cebab864e4b1a607ed84482 jupyter_collaboration_ui-2.1.0b0-py3-none-any.whl: 261282b0db500fc29d25d228164c04fdcbf3edf320995bddb979564c6547b9c7 jupyter_collaboration_ui-2.1.0b0.tar.gz: 7ac365aa4ba72d817adefb2aaeaa850365a840b1670bc0dd44be884fe98d77f5 jupyter_docprovider-2.1.0b0-py3-none-any.whl: e1f2273a65a46ab1abbb60264199d40e4933244b6093d98a5fb9fe6bf1cb4307 jupyter_docprovider-2.1.0b0.tar.gz: 8a3b746162d763418b1cd84df7a7dc7cc516381fb69ef432dd2893e2c92314b2 jupyter_server_ydoc-2.1.0b0-py3-none-any.whl: d59c5b52af9007ba1bf88227f487521cd808da0435f7b2ce068f05103ca4799f jupyter_server_ydoc-2.1.0b0.tar.gz: 0d88f63be0c7e48eb36802cae26ad0dd118fa734a8f9cce81cd3395ff23baa95
1 parent fc01080 commit 98c499b

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.1.0beta0
8+
9+
No merged PRs
10+
11+
<!-- <END NEW CHANGELOG ENTRY> -->
12+
713
## 4.1.0alpha0
814

915
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.2...1cb6f096a43de4688e6c1e5fc4e36ff50e30376d))
@@ -23,8 +29,6 @@ All notable changes to this project will be documented in this file.
2329

2430
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2025-04-22..2025-05-27&type=Issues) | [@Darshan808](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3ADarshan808+updated%3A2025-04-22..2025-05-27&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2025-04-22..2025-05-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2025-04-22..2025-05-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2025-04-22..2025-05-27&type=Issues)
2531

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2832
## 4.0.2
2933

3034
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@4.0.1...a7af554ac4e3865cf397cf57cbd61e4dd9facee3))

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

0 commit comments

Comments
 (0)