Skip to content

Commit

Permalink
Publish 2.1.5
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-collaboration-2.1.5.tgz: e3686c089fc886955fa65fe4d674f51d9c6613c5509fba8f5c0b945bd2d4f878

jupyter-collaboration-extension-2.1.5.tgz: 9753d01b7791e25806ab4511e96d6847b81be68f8fe30957e50f8ce985a99c0d

jupyter-docprovider-2.1.5.tgz: 233e33871af97fb77a4883c6cf0c5360213f034e36291de71e6af7ab78bfb70b

jupyter_collaboration-2.1.5-py3-none-any.whl: 276362a9ed2adacf47887b31a8973ea754c3fb128657b6ba8febb4e394ada89c

jupyter_collaboration-2.1.5.tar.gz: 24d0db0124786850e82342e7d74ce694eb548e0aef29024227131e30d0fbae1d
  • Loading branch information
davidbrochart committed Oct 24, 2024
1 parent 9a71e85 commit 4beae96
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

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

## 2.1.5

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.4...9a71e8581725c4a13174ffb59b508a52d3922317))

### Bugs fixed

- Backport 'Initialize and update the ydoc path property' #342 [#357](https://github.com/jupyterlab/jupyter-collaboration/pull/357) ([@brichet](https://github.com/brichet))
- \[2.x\] Support @jupyter/ydoc 2.x [#316](https://github.com/jupyterlab/jupyter-collaboration/pull/316) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

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

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-10-17..2024-10-24&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-10-17..2024-10-24&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-10-17..2024-10-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-10-17..2024-10-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-10-17..2024-10-24&type=Issues)

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

## 2.1.4

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

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-10-11..2024-10-17&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-10-11..2024-10-17&type=Issues)

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

## 2.1.3

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.2...8c7ecf6ebea442c943a0d9548355589c82b9d9bd))
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": "2.1.4",
"version": "2.1.5",
"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": "2.1.4",
"version": "2.1.5",
"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": "2.1.4",
"version": "2.1.5",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^2.1.4",
"@jupyter/docprovider": "^2.1.4",
"@jupyter/collaboration": "^2.1.5",
"@jupyter/docprovider": "^2.1.5",
"@jupyter/ydoc": "^1.1.0 || ^2.0.0",
"@jupyterlab/application": "^4.0.5",
"@jupyterlab/apputils": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration",
"version": "2.1.4",
"version": "2.1.5",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.0",
"@jupyter/docprovider": "^2.1.4",
"@jupyter/docprovider": "^2.1.5",
"@jupyterlab/apputils": "^4.0.5",
"@jupyterlab/coreutils": "^6.0.5",
"@jupyterlab/services": "^7.0.5",
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": "2.1.4",
"version": "2.1.5",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2019,8 +2019,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^2.1.4
"@jupyter/docprovider": ^2.1.4
"@jupyter/collaboration": ^2.1.5
"@jupyter/docprovider": ^2.1.5
"@jupyter/ydoc": ^1.1.0 || ^2.0.0
"@jupyterlab/application": ^4.0.5
"@jupyterlab/apputils": ^4.0.5
Expand Down Expand Up @@ -2049,13 +2049,13 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^2.1.4, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^2.1.5, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
"@codemirror/state": ^6.2.0
"@codemirror/view": ^6.7.0
"@jupyter/docprovider": ^2.1.4
"@jupyter/docprovider": ^2.1.5
"@jupyterlab/apputils": ^4.0.5
"@jupyterlab/coreutils": ^6.0.5
"@jupyterlab/services": ^7.0.5
Expand All @@ -2072,7 +2072,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^2.1.4, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^2.1.5, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
Expand Down

0 comments on commit 4beae96

Please sign in to comment.