Skip to content

Commit b661a53

Browse files
committed
Publish 3.0.0beta5
SHA256 hashes: jupyter-collaboration-3.0.0-beta.5.tgz: 63859d4dcaffca7a123f923ec9a96026284ff4495c2556eeb7f37b8f7470e392 jupyter-collaboration-extension-3.0.0-beta.5.tgz: 05255867bf03a48824659ce2ba01ff9d66f215d7ae9a2f3c136acbd3d5829dfa jupyter-docprovider-3.0.0-beta.5.tgz: 52efbafb529985158aa5f13d261205a80d62a2b34315be762101f680972e5e10 jupyter-docprovider-extension-3.0.0-beta.5.tgz: 8630ad4db79bfa4d2adafe0f9c344a084412b9d69057a6a6850bb3e0699a6225 jupyter_collaboration-3.0.0b5-py3-none-any.whl: 72f51d8c5bebba011813683e294215f832d85ee31ef575b5c9230cc6b489a151 jupyter_collaboration-3.0.0b5.tar.gz: 7ea5805b0ba0a5e1799b12c1b0111c5c36e24ae18af32f75b71b1255c7608dcc jupyter_collaboration_ui-1.0.0b5-py3-none-any.whl: 5e761d9d4d5c344d070df5c4b27881d9ed874f366d989556c5e02c566040dc18 jupyter_collaboration_ui-1.0.0b5.tar.gz: e359181527e13a6cf36ccb267d25b7b3b8a383f41e18d00ad18155dae8352d25 jupyter_docprovider-1.0.0b5-py3-none-any.whl: 5cfaa0d393d533c0cff30b152a15bf2a4b683c523f6713947c9f98808fff856c jupyter_docprovider-1.0.0b5.tar.gz: d6f0b785b8e61841c6537c04304512dd705293a77a2cc4ca6c234ee441e6dc47 jupyter_server_ydoc-1.0.0b5-py3-none-any.whl: 53c98e5d3ff422146430345cc4cf7b3d308dbb0d0ae7ee22dee753770c04aa50 jupyter_server_ydoc-1.0.0b5.tar.gz: 0c7b8d3fd4fb3b04818c7b83d97f78958b5d8727c64c28d5381752ddac1a31e6
1 parent b03299b commit b661a53

File tree

13 files changed

+35
-21
lines changed

13 files changed

+35
-21
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.0.0beta5
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.4...b03299b291361529d821d7d9fd4a5ec3d99e19fa))
10+
11+
### Enhancements made
12+
13+
- Add missing aria label to the file browser [#355](https://github.com/jupyterlab/jupyter-collaboration/pull/355) ([@trungleduc](https://github.com/trungleduc))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-09-17&to=2024-09-18&type=c))
18+
19+
[@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-09-17..2024-09-18&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 3.0.0beta4
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.3...682d14d569b1a8126486e788bbf870b045897392))
@@ -27,8 +43,6 @@ All notable changes to this project will be documented in this file.
2743

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

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3246
## 3.0.0beta3
3347

3448
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.2...1b74c437fec5475548e8cf08233c0992dcfdd4f8))

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.4",
2+
"version": "3.0.0-beta.5",
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.4",
4+
"version": "3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.4",
57-
"@jupyter/docprovider": "^3.0.0-beta.4",
56+
"@jupyter/collaboration": "^3.0.0-beta.5",
57+
"@jupyter/docprovider": "^3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.4",
56+
"@jupyter/docprovider": "^3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.0b4"
1+
__version__ = "1.0.0b5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0b4"
1+
__version__ = "3.0.0b5"

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.0b4", "jupyter_collaboration_ui>=1.0.0b4", "jupyter_docprovider>=1.0.0b4", "jupyter_server_ydoc>=1.0.0b4"]
3+
dependencies = ["jupyter_collaboration>=3.0.0b5", "jupyter_collaboration_ui>=1.0.0b5", "jupyter_docprovider>=1.0.0b5", "jupyter_server_ydoc>=1.0.0b5"]
44

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

0 commit comments

Comments
 (0)