Skip to content

Commit 56fa7b7

Browse files
committed
Publish 3.0.0beta6
SHA256 hashes: jupyter-collaboration-3.0.0-beta.6.tgz: 3690feef7ba5071d9752d6b17c2cc56c5f4ddf8644ba5cbbcd73bd6716e43090 jupyter-collaboration-extension-3.0.0-beta.6.tgz: 9124978434940a21b3f795d9ec84622cdfe9048e7e6e121b4918c1da06bfc43f jupyter-docprovider-3.0.0-beta.6.tgz: 467d832fb46eee7efc7d30ac31d3f518318bcff930ff627aec8df74ce600ce0e jupyter-docprovider-extension-3.0.0-beta.6.tgz: 554d668c6c1389be52b3a30378e7131a4d11f17a084148b7fbab2a56beb56ad8 jupyter_collaboration-3.0.0b6-py3-none-any.whl: a77c0f68903d465f379f5bdd92bec3c5fe92255ce8d09387175e246e4615f289 jupyter_collaboration-3.0.0b6.tar.gz: f2aa4f23e57d0ad484b3d592767186ca019ac7e9804e6aa5c1ec2b04c0e8498a jupyter_collaboration_ui-1.0.0b6-py3-none-any.whl: cc924d23b71e6943f3edd7db10e646916d1a5fc64fbe90e507ab1d65c7cbd27b jupyter_collaboration_ui-1.0.0b6.tar.gz: e049fcd483cec4efb1b91fea171c034c4f261210ac9e060e3186e518dbb0e45d jupyter_docprovider-1.0.0b6-py3-none-any.whl: 0f7f8d0cfe81310e6ad67efdf12b79ddcb078a5b36caf88c3368e8dc07555b13 jupyter_docprovider-1.0.0b6.tar.gz: ffccc21782e21c1dcfe7bee120523b479df2e0075c4d61999e658178658c61c1 jupyter_server_ydoc-1.0.0b6-py3-none-any.whl: a417358fdad553d62af2a7daa5aa78a2f7c48f4c2069a3680dcb7e438d538939 jupyter_server_ydoc-1.0.0b6.tar.gz: 965a0eb50dc6e32591fa2a632997e037ed10b447540f1bfe9f6b5a5794fc0e32
1 parent 7eac099 commit 56fa7b7

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.0beta6
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.5...7eac099ae0a2e75c73e78fe636bb9012933440d1))
10+
11+
### Bugs fixed
12+
13+
- Remove the unused `ISettingRegistry` token from the file browser plugin [#356](https://github.com/jupyterlab/jupyter-collaboration/pull/356) ([@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-18&to=2024-09-18&type=c))
18+
19+
[@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-09-18..2024-09-18&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 3.0.0beta5
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.4...b03299b291361529d821d7d9fd4a5ec3d99e19fa))
@@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file.
1834

1935
[@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-09-17..2024-09-18&type=Issues)
2036

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2337
## 3.0.0beta4
2438

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

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

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

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

0 commit comments

Comments
 (0)