Skip to content

Commit 06de054

Browse files
committed
Publish 4.0.0alpha0
SHA256 hashes: jupyter-collaboration-4.0.0-alpha.0.tgz: 7ac5b87a5f32f5c32025a97f8da174c7cc8c620365fa4cdef514cb5af69c9b5c jupyter-collaboration-extension-4.0.0-alpha.0.tgz: dde0b0b196f2c693c16f0fa6e5bf2e20131c0e9e2ccd755e563473144888eab8 jupyter-collaborative-drive-4.0.0-alpha.0.tgz: 83cecf91bd3495c5f86d7ef9da108e1de48b46a4f38df32e92bb77171dea92b2 jupyter-docprovider-4.0.0-alpha.0.tgz: edc5040a364585d137310baf6e84374dc7a13510bf67dd69dd437e9ba1da4349 jupyter-docprovider-extension-4.0.0-alpha.0.tgz: 82406ba422b3520e49b41522a3003ae56d989bdb1adecd7d5d435b98eadd22d2 jupyter_collaboration-4.0.0a0-py3-none-any.whl: 2b69410844584cc968abb152e4483ebc6484f86fdb85a44c09920825055c0cc2 jupyter_collaboration-4.0.0a0.tar.gz: bc1abbf0ce1f2b232e642756a1bc0787a2d648c66b758eb8dc221ea1a387882f jupyter_collaboration_ui-2.0.0a0-py3-none-any.whl: f8fd1e03f55e64c1e28412edbd5ffb1c91b2d0fda4cf3db78ad8c8b891351a6b jupyter_collaboration_ui-2.0.0a0.tar.gz: 03d3e48c00b74ba02fb14c6dcefeffb9dc7f1e0a2797ae00e3982191b5ae120b jupyter_docprovider-2.0.0a0-py3-none-any.whl: 95f23681202bd65e9154892ba0fe6740c7afb3e0baa8b5345285d955e194519b jupyter_docprovider-2.0.0a0.tar.gz: e111b9fbdec31de2d7ab6b3ad6c8f006d666d1b5ced1d42d9baf5fc29602f019 jupyter_server_ydoc-2.0.0a0-py3-none-any.whl: 39c31b597c9b5daf356e301042b7bb6da494757e83331c06ad8d8d41fa31f2a6 jupyter_server_ydoc-2.0.0a0.tar.gz: c68771c85fdf97cfbe3f7e95e7b43eb9215b7d949ee36050ee22664bb1969cb2
1 parent 2e1419a commit 06de054

File tree

14 files changed

+55
-31
lines changed

14 files changed

+55
-31
lines changed

CHANGELOG.md

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

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

7-
## 3.1.0
7+
## 4.0.0alpha0
88

9-
No merged PRs
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0...2e1419ac48059fd830e74d7f91d48ac13d84daba))
10+
11+
### Enhancements made
12+
13+
- Gracefully handling non-existing fork room [#420](https://github.com/jupyterlab/jupyter-collaboration/pull/420) ([@trungleduc](https://github.com/trungleduc))
14+
- Use content providers to remove RTC prefix [#418](https://github.com/jupyterlab/jupyter-collaboration/pull/418) ([@krassowski](https://github.com/krassowski))
15+
- Users item toolbar [#379](https://github.com/jupyterlab/jupyter-collaboration/pull/379) ([@brichet](https://github.com/brichet))
16+
17+
### Bugs fixed
18+
19+
- Fix collaborators panel breaking on opening files without known extension [#427](https://github.com/jupyterlab/jupyter-collaboration/pull/427) ([@krassowski](https://github.com/krassowski))
20+
21+
### Maintenance and upkeep improvements
22+
23+
- Update event schema version type [#421](https://github.com/jupyterlab/jupyter-collaboration/pull/421) ([@davidbrochart](https://github.com/davidbrochart))
24+
25+
### Contributors to this release
26+
27+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-12-10&to=2025-01-07&type=c))
28+
29+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-12-10..2025-01-07&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-12-10..2025-01-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-12-10..2025-01-07&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-12-10..2025-01-07&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-12-10..2025-01-07&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AmartinRenou+updated%3A2024-12-10..2025-01-07&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-12-10..2025-01-07&type=Issues)
1030

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

33+
## 3.1.0
34+
35+
No merged PRs
36+
1337
## 3.1.0rc0
1438

1539
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-beta.0...efa512058ef46d6bdbeb8a07864c939625d5642b))

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",
2+
"version": "4.0.0-alpha.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",
4+
"version": "4.0.0-alpha.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",
3+
"version": "4.0.0-alpha.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",
57-
"@jupyter/collaborative-drive": "^3.1.0",
58-
"@jupyter/docprovider": "^3.1.0",
56+
"@jupyter/collaboration": "^4.0.0-alpha.0",
57+
"@jupyter/collaborative-drive": "^4.0.0-alpha.0",
58+
"@jupyter/docprovider": "^4.0.0-alpha.0",
5959
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
6060
"@jupyterlab/application": "^4.4.0-alpha.2",
6161
"@jupyterlab/apputils": "^4.4.0-alpha.2",

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",
3+
"version": "4.0.0-alpha.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",
3+
"version": "4.0.0-alpha.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",
3+
"version": "4.0.0-alpha.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",
57-
"@jupyter/docprovider": "^3.1.0",
56+
"@jupyter/collaborative-drive": "^4.0.0-alpha.0",
57+
"@jupyter/docprovider": "^4.0.0-alpha.0",
5858
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
5959
"@jupyterlab/application": "^4.4.0-alpha.2",
6060
"@jupyterlab/apputils": "^4.4.0-alpha.2",

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",
3+
"version": "4.0.0-alpha.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",
44+
"@jupyter/collaborative-drive": "^4.0.0-alpha.0",
4545
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
4646
"@jupyterlab/apputils": "^4.4.0-alpha.2",
4747
"@jupyterlab/cells": "^4.4.0-alpha.2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "2.0.0.a0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.0"
1+
__version__ = "4.0.0.a0"

0 commit comments

Comments
 (0)