Skip to content

Commit

Permalink
Publish 3.0.0beta4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davidbrochart committed Sep 17, 2024
1 parent 682d14d commit 7d58496
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 21 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0beta4

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.3...682d14d569b1a8126486e788bbf870b045897392))

### Enhancements made

- Handle generic document types in timeline [#349](https://github.com/jupyterlab/jupyter-collaboration/pull/349) ([@davidbrochart](https://github.com/davidbrochart))
- Implementing Collaborative Timeline Slider with Undo/Redo Functionality [#338](https://github.com/jupyterlab/jupyter-collaboration/pull/338) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))

### Maintenance and upkeep improvements

- Remove unused chat feature [#346](https://github.com/jupyterlab/jupyter-collaboration/pull/346) ([@davidbrochart](https://github.com/davidbrochart))

### Documentation improvements

- Fix readthedocs URL [#344](https://github.com/jupyterlab/jupyter-collaboration/pull/344) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-08-24&to=2024-09-17&type=c))

[@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)

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

## 3.0.0beta3

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

[@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)

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

## 3.0.0beta2

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.1...74a269c38d49fe5ff413322178508719c54790a3))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jupyter/real-time-collaboration",
"private": true,
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down
6 changes: 3 additions & 3 deletions packages/collaboration-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration-extension",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^3.0.0-beta.3",
"@jupyter/docprovider": "^3.0.0-beta.3",
"@jupyter/collaboration": "^3.0.0-beta.4",
"@jupyter/docprovider": "^3.0.0-beta.4",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docprovider-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider-extension",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "JupyterLab - Collaborative Shared Models",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,7 +53,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/docprovider": "^3.0.0-beta.3",
"@jupyter/docprovider": "^3.0.0-beta.4",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b3"
__version__ = "1.0.0b4"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0b3"
__version__ = "3.0.0b4"
2 changes: 1 addition & 1 deletion projects/jupyter-collaboration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
dependencies = ["jupyter_collaboration>=3.0.0b3", "jupyter_collaboration_ui>=1.0.0b3", "jupyter_docprovider>=1.0.0b3", "jupyter_server_ydoc>=1.0.0b3"]
dependencies = ["jupyter_collaboration>=3.0.0b4", "jupyter_collaboration_ui>=1.0.0b4", "jupyter_docprovider>=1.0.0b4", "jupyter_server_ydoc>=1.0.0b4"]

[build-system]
build-backend = "hatchling.build"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b3"
__version__ = "1.0.0b4"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b3"
__version__ = "1.0.0b4"
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2075,8 +2075,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^3.0.0-beta.3
"@jupyter/docprovider": ^3.0.0-beta.3
"@jupyter/collaboration": ^3.0.0-beta.4
"@jupyter/docprovider": ^3.0.0-beta.4
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2098,7 +2098,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^3.0.0-beta.3, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.0.0-beta.4, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
Expand Down Expand Up @@ -2126,7 +2126,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/docprovider": ^3.0.0-beta.3
"@jupyter/docprovider": ^3.0.0-beta.4
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2149,7 +2149,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^3.0.0-beta.3, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.0.0-beta.4, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
Expand Down

0 comments on commit 7d58496

Please sign in to comment.