Skip to content

Commit

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

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

## 3.0.0beta6

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.5...7eac099ae0a2e75c73e78fe636bb9012933440d1))

### Bugs fixed

- Remove the unused `ISettingRegistry` token from the file browser plugin [#356](https://github.com/jupyterlab/jupyter-collaboration/pull/356) ([@trungleduc](https://github.com/trungleduc))

### Contributors to this release

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

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

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

## 3.0.0beta5

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

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

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

## 3.0.0beta4

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.3...682d14d569b1a8126486e788bbf870b045897392))
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.5",
"version": "3.0.0-beta.6",
"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.5",
"version": "3.0.0-beta.6",
"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.5",
"version": "3.0.0-beta.6",
"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.5",
"@jupyter/docprovider": "^3.0.0-beta.5",
"@jupyter/collaboration": "^3.0.0-beta.6",
"@jupyter/docprovider": "^3.0.0-beta.6",
"@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.5",
"version": "3.0.0-beta.6",
"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.5",
"version": "3.0.0-beta.6",
"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.5",
"@jupyter/docprovider": "^3.0.0-beta.6",
"@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.5",
"version": "3.0.0-beta.6",
"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.0b5"
__version__ = "1.0.0b6"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0b5"
__version__ = "3.0.0b6"
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.0b5", "jupyter_collaboration_ui>=1.0.0b5", "jupyter_docprovider>=1.0.0b5", "jupyter_server_ydoc>=1.0.0b5"]
dependencies = ["jupyter_collaboration>=3.0.0b6", "jupyter_collaboration_ui>=1.0.0b6", "jupyter_docprovider>=1.0.0b6", "jupyter_server_ydoc>=1.0.0b6"]

[build-system]
build-backend = "hatchling.build"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b5"
__version__ = "1.0.0b6"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0b5"
__version__ = "1.0.0b6"
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.5
"@jupyter/docprovider": ^3.0.0-beta.5
"@jupyter/collaboration": ^3.0.0-beta.6
"@jupyter/docprovider": ^3.0.0-beta.6
"@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.5, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.0.0-beta.6, @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.5
"@jupyter/docprovider": ^3.0.0-beta.6
"@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.5, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.0.0-beta.6, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
Expand Down

0 comments on commit 56fa7b7

Please sign in to comment.