Skip to content

Commit 7d58496

Browse files
committed
Publish 3.0.0beta4
SHA256 hashes: jupyter-collaboration-3.0.0-beta.4.tgz: ea5f32c7a8ee03852c73ebcfb0e6609e5aea74cc2b0856ea1c3bc7951b9dac8a jupyter-collaboration-extension-3.0.0-beta.4.tgz: 91e5228ee60111ef781adc9f0ad8da073a38d212684dff74eb4951604514a591 jupyter-docprovider-3.0.0-beta.4.tgz: 825d8cf39993840eb10f8a24e3b7b8832d25ef7c43972af7db9ba713d1c0a271 jupyter-docprovider-extension-3.0.0-beta.4.tgz: e3c4551dfadae877158f119f17894aab96065ba2dfb6761b09ecfd034d39409c jupyter_collaboration-3.0.0b4-py3-none-any.whl: dc2a1d3834db26e5dc4ac0f464ece2dfda26989f662229cd912919d0bd4024e6 jupyter_collaboration-3.0.0b4.tar.gz: 2e7c83830523cdade363dc8ded749e244f916b3910da4528ed20184d3c85913a jupyter_collaboration_ui-1.0.0b4-py3-none-any.whl: 3a956ff7389df40d5c23b463bdf65c87a0b54d8608e75d061135dc168e2fac93 jupyter_collaboration_ui-1.0.0b4.tar.gz: a0ed6de32fd725840bd4a6325a2857e71b14bd29198910c3ffaff1b7cb08f2cc jupyter_docprovider-1.0.0b4-py3-none-any.whl: e0c17dbb8b95f56dbd160c71d4a81b1b54b54932dff424cb77024d259df2cdbc jupyter_docprovider-1.0.0b4.tar.gz: 8b1a763252c629acb7f591449b19b4184c3964d1f0a72245e26c640edf6e19ec jupyter_server_ydoc-1.0.0b4-py3-none-any.whl: 7f8064d99987bf57bf31557182f9b542baaf2abd7ae5dcbc8c7043b25b0008b4 jupyter_server_ydoc-1.0.0b4.tar.gz: 5a41d03cdb4d6039acaec3151ae178214919a3c8769a98922f4dfa9b61b88d17
1 parent 682d14d commit 7d58496

File tree

13 files changed

+44
-21
lines changed

13 files changed

+44
-21
lines changed

CHANGELOG.md

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

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

7+
## 3.0.0beta4
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.3...682d14d569b1a8126486e788bbf870b045897392))
10+
11+
### Enhancements made
12+
13+
- Handle generic document types in timeline [#349](https://github.com/jupyterlab/jupyter-collaboration/pull/349) ([@davidbrochart](https://github.com/davidbrochart))
14+
- Implementing Collaborative Timeline Slider with Undo/Redo Functionality [#338](https://github.com/jupyterlab/jupyter-collaboration/pull/338) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
15+
16+
### Maintenance and upkeep improvements
17+
18+
- Remove unused chat feature [#346](https://github.com/jupyterlab/jupyter-collaboration/pull/346) ([@davidbrochart](https://github.com/davidbrochart))
19+
20+
### Documentation improvements
21+
22+
- Fix readthedocs URL [#344](https://github.com/jupyterlab/jupyter-collaboration/pull/344) ([@davidbrochart](https://github.com/davidbrochart))
23+
24+
### Contributors to this release
25+
26+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-08-24&to=2024-09-17&type=c))
27+
28+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-08-24..2024-09-17&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-08-24..2024-09-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-08-24..2024-09-17&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2024-08-24..2024-09-17&type=Issues)
29+
30+
<!-- <END NEW CHANGELOG ENTRY> -->
31+
732
## 3.0.0beta3
833

934
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.2...1b74c437fec5475548e8cf08233c0992dcfdd4f8))
@@ -19,8 +44,6 @@ All notable changes to this project will be documented in this file.
1944

2045
[@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-08-12..2024-08-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-08-12..2024-08-24&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-08-12..2024-08-24&type=Issues)
2146

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2447
## 3.0.0beta2
2548

2649
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.1...74a269c38d49fe5ff413322178508719c54790a3))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-beta.3",
2+
"version": "3.0.0-beta.4",
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.0.0-beta.3",
4+
"version": "3.0.0-beta.4",
55
"description": "JupyterLab Extension enabling Real-Time Collaboration",
66
"keywords": [
77
"jupyter",

packages/collaboration-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/collaboration-extension",
3-
"version": "3.0.0-beta.3",
3+
"version": "3.0.0-beta.4",
44
"description": "JupyterLab - Real-Time Collaboration Extension",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/collaboration": "^3.0.0-beta.3",
57-
"@jupyter/docprovider": "^3.0.0-beta.3",
56+
"@jupyter/collaboration": "^3.0.0-beta.4",
57+
"@jupyter/docprovider": "^3.0.0-beta.4",
5858
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
5959
"@jupyterlab/application": "^4.2.0",
6060
"@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.0.0-beta.3",
3+
"version": "3.0.0-beta.4",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {

packages/docprovider-extension/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-extension",
3-
"version": "3.0.0-beta.3",
3+
"version": "3.0.0-beta.4",
44
"description": "JupyterLab - Collaborative Shared Models",
55
"keywords": [
66
"jupyter",
@@ -53,7 +53,7 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/docprovider": "^3.0.0-beta.3",
56+
"@jupyter/docprovider": "^3.0.0-beta.4",
5757
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
5858
"@jupyterlab/application": "^4.2.0",
5959
"@jupyterlab/apputils": "^4.2.0",

packages/docprovider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/docprovider",
3-
"version": "3.0.0-beta.3",
3+
"version": "3.0.0-beta.4",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0b3"
1+
__version__ = "1.0.0b4"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0b3"
1+
__version__ = "3.0.0b4"

projects/jupyter-collaboration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
dependencies = ["jupyter_collaboration>=3.0.0b3", "jupyter_collaboration_ui>=1.0.0b3", "jupyter_docprovider>=1.0.0b3", "jupyter_server_ydoc>=1.0.0b3"]
3+
dependencies = ["jupyter_collaboration>=3.0.0b4", "jupyter_collaboration_ui>=1.0.0b4", "jupyter_docprovider>=1.0.0b4", "jupyter_server_ydoc>=1.0.0b4"]
44

55
[build-system]
66
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)