Skip to content

Commit

Permalink
Publish 4.0.0alpha0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
krassowski committed Jan 7, 2025
1 parent 2e1419a commit 06de054
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 31 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,36 @@ All notable changes to this project will be documented in this file.

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

## 3.1.0
## 4.0.0alpha0

No merged PRs
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0...2e1419ac48059fd830e74d7f91d48ac13d84daba))

### Enhancements made

- Gracefully handling non-existing fork room [#420](https://github.com/jupyterlab/jupyter-collaboration/pull/420) ([@trungleduc](https://github.com/trungleduc))
- Use content providers to remove RTC prefix [#418](https://github.com/jupyterlab/jupyter-collaboration/pull/418) ([@krassowski](https://github.com/krassowski))
- Users item toolbar [#379](https://github.com/jupyterlab/jupyter-collaboration/pull/379) ([@brichet](https://github.com/brichet))

### Bugs fixed

- Fix collaborators panel breaking on opening files without known extension [#427](https://github.com/jupyterlab/jupyter-collaboration/pull/427) ([@krassowski](https://github.com/krassowski))

### Maintenance and upkeep improvements

- Update event schema version type [#421](https://github.com/jupyterlab/jupyter-collaboration/pull/421) ([@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-12-10&to=2025-01-07&type=c))

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

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

## 3.1.0

No merged PRs

## 3.1.0rc0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.1.0-beta.0...efa512058ef46d6bdbeb8a07864c939625d5642b))
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.1.0",
"version": "4.0.0-alpha.0",
"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.1.0",
"version": "4.0.0-alpha.0",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down
8 changes: 4 additions & 4 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.1.0",
"version": "4.0.0-alpha.0",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,9 +53,9 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^3.1.0",
"@jupyter/collaborative-drive": "^3.1.0",
"@jupyter/docprovider": "^3.1.0",
"@jupyter/collaboration": "^4.0.0-alpha.0",
"@jupyter/collaborative-drive": "^4.0.0-alpha.0",
"@jupyter/docprovider": "^4.0.0-alpha.0",
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
"@jupyterlab/application": "^4.4.0-alpha.2",
"@jupyterlab/apputils": "^4.4.0-alpha.2",
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.1.0",
"version": "4.0.0-alpha.0",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/collaborative-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaborative-drive",
"version": "3.1.0",
"version": "4.0.0-alpha.0",
"description": "JupyterLab - Collaborative Drive",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "4.0.0-alpha.0",
"description": "JupyterLab - Collaborative Shared Models",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.1.0",
"@jupyter/docprovider": "^3.1.0",
"@jupyter/collaborative-drive": "^4.0.0-alpha.0",
"@jupyter/docprovider": "^4.0.0-alpha.0",
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
"@jupyterlab/application": "^4.4.0-alpha.2",
"@jupyterlab/apputils": "^4.4.0-alpha.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider",
"version": "3.1.0",
"version": "4.0.0-alpha.0",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.1.0",
"@jupyter/collaborative-drive": "^4.0.0-alpha.0",
"@jupyter/ydoc": "^2.1.3 || ^3.0.0",
"@jupyterlab/apputils": "^4.4.0-alpha.2",
"@jupyterlab/cells": "^4.4.0-alpha.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "2.0.0.a0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.0"
__version__ = "4.0.0.a0"
6 changes: 3 additions & 3 deletions projects/jupyter-collaboration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"jupyter_collaboration_ui>=1.1.0",
"jupyter_docprovider>=1.1.0",
"jupyter_server_ydoc>=1.1.0",
"jupyter_collaboration_ui>=2.0.0.a0",
"jupyter_docprovider>=2.0.0.a0",
"jupyter_server_ydoc>=2.0.0.a0",
]

[tool.hatch.version]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "2.0.0.a0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "2.0.0.a0"
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2079,9 +2079,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^3.1.0
"@jupyter/collaborative-drive": ^3.1.0
"@jupyter/docprovider": ^3.1.0
"@jupyter/collaboration": ^4.0.0-alpha.0
"@jupyter/collaborative-drive": ^4.0.0-alpha.0
"@jupyter/docprovider": ^4.0.0-alpha.0
"@jupyter/ydoc": ^2.1.3 || ^3.0.0
"@jupyterlab/application": ^4.4.0-alpha.2
"@jupyterlab/apputils": ^4.4.0-alpha.2
Expand All @@ -2103,7 +2103,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^3.1.0, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^4.0.0-alpha.0, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
Expand All @@ -2127,7 +2127,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaborative-drive@^3.1.0, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
"@jupyter/collaborative-drive@^4.0.0-alpha.0, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
version: 0.0.0-use.local
resolution: "@jupyter/collaborative-drive@workspace:packages/collaborative-drive"
dependencies:
Expand All @@ -2144,8 +2144,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/collaborative-drive": ^3.1.0
"@jupyter/docprovider": ^3.1.0
"@jupyter/collaborative-drive": ^4.0.0-alpha.0
"@jupyter/docprovider": ^4.0.0-alpha.0
"@jupyter/ydoc": ^2.1.3 || ^3.0.0
"@jupyterlab/application": ^4.4.0-alpha.2
"@jupyterlab/apputils": ^4.4.0-alpha.2
Expand All @@ -2168,11 +2168,11 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^3.1.0, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^4.0.0-alpha.0, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
"@jupyter/collaborative-drive": ^3.1.0
"@jupyter/collaborative-drive": ^4.0.0-alpha.0
"@jupyter/ydoc": ^2.1.3 || ^3.0.0
"@jupyterlab/apputils": ^4.4.0-alpha.2
"@jupyterlab/cells": ^4.4.0-alpha.2
Expand Down

0 comments on commit 06de054

Please sign in to comment.