Skip to content

Commit 4da609e

Browse files
davidbrochartandrii-i
authored andcommitted
Publish 3.1.0beta0
SHA256 hashes: jupyter-collaboration-3.1.0-beta.0.tgz: 67401d7d1b73d41062941cd92d87740aca1343d6cadc2368acd4870c5b88b25e jupyter-collaboration-extension-3.1.0-beta.0.tgz: 7670a75415ae24ed4ba6fed20503ce94260b9bfbff53426662f728af1e228133 jupyter-collaborative-drive-3.1.0-beta.0.tgz: 74b3069fdcce6059627ee03139f05d0142d070143bd722e9d82b97721b34adbf jupyter-docprovider-3.1.0-beta.0.tgz: f75195fa125c25ab90e9fbd78b566f95abdb231013ca3181c62f0ed7214298a4 jupyter-docprovider-extension-3.1.0-beta.0.tgz: fe45398722d8e9b87158125590ea1288767dc6d51036dcefc67a4a50b82161e4 jupyter_collaboration-3.1.0b0-py3-none-any.whl: 2835105ad00079f40e69585e2dce5b048003386fa96adfe7e06848adea69039d jupyter_collaboration-3.1.0b0.tar.gz: c178e80409584e937f61793dfce16cae9730f53e3e4e8c5d2f83800d6858c2e8 jupyter_collaboration_ui-1.1.0b0-py3-none-any.whl: a42d2b888dbd6a74e03acc0f5e20ef9682e69dfd67147e98ec04ef2b1b5a2c91 jupyter_collaboration_ui-1.1.0b0.tar.gz: fceadc13c1835edb3132016de108d925a6ea6526ca7cdee00884a32e693f8c43 jupyter_docprovider-1.1.0b0-py3-none-any.whl: ef554e1f1cd5b337c4d70da15ed7d6fe648e70250d381ebf3063faee554f0712 jupyter_docprovider-1.1.0b0.tar.gz: a8d78e553e9a21d99d1f67ea42806fea438d28b5fb7498468ab766a0105d6376 jupyter_server_ydoc-1.1.0b0-py3-none-any.whl: 795ed90741e6fdb88a8849434494d71875a8a3d6e6508471db6dcdd071ae49d8 jupyter_server_ydoc-1.1.0b0.tar.gz: 91cce8aaa26c00702aacb7d81dbdf36114a4d8677874d7639e52772a3bfe540f
1 parent ff386a4 commit 4da609e

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,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 3.1.0beta0
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-alpha.0...a4f6108585ca98602c419c4bd0fc64eff2d3a820))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Update with jupyter-ydoc v3.0.2 [#412](https://github.com/jupyterlab/jupyter-collaboration/pull/412) ([@davidbrochart](https://github.com/davidbrochart))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-11-29&to=2024-12-02&type=c))
18+
19+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-11-29..2024-12-02&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-11-29..2024-12-02&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-11-29..2024-12-02&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 3.1.0alpha0
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.1...9363e5a4b8caac92fbaa348ec7895848f1a017a8))
@@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file.
1834

1935
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-11-26..2024-11-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-11-26..2024-11-29&type=Issues)
2036

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2337
## 3.0.1
2438

2539
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0...9802fd38b041cecb80e1f94be038a2bb798d25b1))

lerna.json

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

0 commit comments

Comments
 (0)