Skip to content

Commit 4beae96

Browse files
committed
Publish 2.1.5
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
1 parent 9a71e85 commit 4beae96

File tree

7 files changed

+30
-15
lines changed

7 files changed

+30
-15
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 2.1.5
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.4...9a71e8581725c4a13174ffb59b508a52d3922317))
10+
11+
### Bugs fixed
12+
13+
- Backport 'Initialize and update the ydoc path property' #342 [#357](https://github.com/jupyterlab/jupyter-collaboration/pull/357) ([@brichet](https://github.com/brichet))
14+
- \[2.x\] Support @jupyter/ydoc 2.x [#316](https://github.com/jupyterlab/jupyter-collaboration/pull/316) ([@fcollonval](https://github.com/fcollonval))
15+
16+
### Contributors to this release
17+
18+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-10-17&to=2024-10-24&type=c))
19+
20+
[@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)
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
724
## 2.1.4
825

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

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

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2338
## 2.1.3
2439

2540
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.2...8c7ecf6ebea442c943a0d9548355589c82b9d9bd))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.4",
2+
"version": "2.1.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": "2.1.4",
4+
"version": "2.1.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": "2.1.4",
3+
"version": "2.1.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": "^2.1.4",
57-
"@jupyter/docprovider": "^2.1.4",
56+
"@jupyter/collaboration": "^2.1.5",
57+
"@jupyter/docprovider": "^2.1.5",
5858
"@jupyter/ydoc": "^1.1.0 || ^2.0.0",
5959
"@jupyterlab/application": "^4.0.5",
6060
"@jupyterlab/apputils": "^4.0.5",

packages/collaboration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/collaboration",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "JupyterLab - Real-Time Collaboration Widgets",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@codemirror/state": "^6.2.0",
4343
"@codemirror/view": "^6.7.0",
44-
"@jupyter/docprovider": "^2.1.4",
44+
"@jupyter/docprovider": "^2.1.5",
4545
"@jupyterlab/apputils": "^4.0.5",
4646
"@jupyterlab/coreutils": "^6.0.5",
4747
"@jupyterlab/services": "^7.0.5",

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": "2.1.4",
3+
"version": "2.1.5",
44
"description": "JupyterLab - Document Provider",
55
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
66
"bugs": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,8 +2019,8 @@ __metadata:
20192019
version: 0.0.0-use.local
20202020
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
20212021
dependencies:
2022-
"@jupyter/collaboration": ^2.1.4
2023-
"@jupyter/docprovider": ^2.1.4
2022+
"@jupyter/collaboration": ^2.1.5
2023+
"@jupyter/docprovider": ^2.1.5
20242024
"@jupyter/ydoc": ^1.1.0 || ^2.0.0
20252025
"@jupyterlab/application": ^4.0.5
20262026
"@jupyterlab/apputils": ^4.0.5
@@ -2049,13 +2049,13 @@ __metadata:
20492049
languageName: unknown
20502050
linkType: soft
20512051

2052-
"@jupyter/collaboration@^2.1.4, @jupyter/collaboration@workspace:packages/collaboration":
2052+
"@jupyter/collaboration@^2.1.5, @jupyter/collaboration@workspace:packages/collaboration":
20532053
version: 0.0.0-use.local
20542054
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
20552055
dependencies:
20562056
"@codemirror/state": ^6.2.0
20572057
"@codemirror/view": ^6.7.0
2058-
"@jupyter/docprovider": ^2.1.4
2058+
"@jupyter/docprovider": ^2.1.5
20592059
"@jupyterlab/apputils": ^4.0.5
20602060
"@jupyterlab/coreutils": ^6.0.5
20612061
"@jupyterlab/services": ^7.0.5
@@ -2072,7 +2072,7 @@ __metadata:
20722072
languageName: unknown
20732073
linkType: soft
20742074

2075-
"@jupyter/docprovider@^2.1.4, @jupyter/docprovider@workspace:packages/docprovider":
2075+
"@jupyter/docprovider@^2.1.5, @jupyter/docprovider@workspace:packages/docprovider":
20762076
version: 0.0.0-use.local
20772077
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
20782078
dependencies:

0 commit comments

Comments
 (0)