Skip to content

Commit 53a7b6e

Browse files
committed
Publish 2.1.4
SHA256 hashes: jupyter-collaboration-2.1.4.tgz: 0d09eb86b72629089414b8d06357d5d978ff986458889f0b95eeb22d4ef07879 jupyter-collaboration-extension-2.1.4.tgz: 05519973f2bdfbf245703a944157c420c6150672e903e071cedd77f90ac5a49d jupyter-docprovider-2.1.4.tgz: 80ef815289d7f9705347b24df3c8e9a6d6c3dea959d353661c2d83afc7ed62d5 jupyter_collaboration-2.1.4-py3-none-any.whl: ea7b66f4c54d9b4bc09863865989b97541fc8d45c82399c4dd7f6d82c5407b59 jupyter_collaboration-2.1.4.tar.gz: 613df0ad343c8a6b932bccde25bc2c707b5ac2daaca5fd6822d1b330c7e0e62a
1 parent b34c7ea commit 53a7b6e

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
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+
## 2.1.4
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.1.3...b34c7ea2dc5c039f960fb07d55737ad2fad11658))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Backport 'Update jupyter_ydoc and pycrdt_websocket dependencies' #367 [#376](https://github.com/jupyterlab/jupyter-collaboration/pull/376) ([@brichet](https://github.com/brichet))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-10-11&to=2024-10-17&type=c))
18+
19+
[@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)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 2.1.3
824

925
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/v2.1.2...8c7ecf6ebea442c943a0d9548355589c82b9d9bd))
@@ -20,8 +36,6 @@ All notable changes to this project will be documented in this file.
2036

2137
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-07-24..2024-10-11&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-07-24..2024-10-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-07-24..2024-10-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-07-24..2024-10-11&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-07-24..2024-10-11&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2024-07-24..2024-10-11&type=Issues) | [@shrutiagarwal13](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ashrutiagarwal13+updated%3A2024-07-24..2024-10-11&type=Issues)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 2.1.2
2640

2741
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.1.1...1d602b1ea369aaf2ce0ee7298b3035845b504f5f))

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.3",
2+
"version": "2.1.4",
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.3",
4+
"version": "2.1.4",
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.3",
3+
"version": "2.1.4",
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.3",
57-
"@jupyter/docprovider": "^2.1.3",
56+
"@jupyter/collaboration": "^2.1.4",
57+
"@jupyter/docprovider": "^2.1.4",
5858
"@jupyter/ydoc": "^1.1.0-a0",
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.3",
3+
"version": "2.1.4",
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.3",
44+
"@jupyter/docprovider": "^2.1.4",
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.3",
3+
"version": "2.1.4",
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
@@ -2033,8 +2033,8 @@ __metadata:
20332033
version: 0.0.0-use.local
20342034
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
20352035
dependencies:
2036-
"@jupyter/collaboration": ^2.1.3
2037-
"@jupyter/docprovider": ^2.1.3
2036+
"@jupyter/collaboration": ^2.1.4
2037+
"@jupyter/docprovider": ^2.1.4
20382038
"@jupyter/ydoc": ^1.1.0-a0
20392039
"@jupyterlab/application": ^4.0.5
20402040
"@jupyterlab/apputils": ^4.0.5
@@ -2063,13 +2063,13 @@ __metadata:
20632063
languageName: unknown
20642064
linkType: soft
20652065

2066-
"@jupyter/collaboration@^2.1.3, @jupyter/collaboration@workspace:packages/collaboration":
2066+
"@jupyter/collaboration@^2.1.4, @jupyter/collaboration@workspace:packages/collaboration":
20672067
version: 0.0.0-use.local
20682068
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
20692069
dependencies:
20702070
"@codemirror/state": ^6.2.0
20712071
"@codemirror/view": ^6.7.0
2072-
"@jupyter/docprovider": ^2.1.3
2072+
"@jupyter/docprovider": ^2.1.4
20732073
"@jupyterlab/apputils": ^4.0.5
20742074
"@jupyterlab/coreutils": ^6.0.5
20752075
"@jupyterlab/services": ^7.0.5
@@ -2086,7 +2086,7 @@ __metadata:
20862086
languageName: unknown
20872087
linkType: soft
20882088

2089-
"@jupyter/docprovider@^2.1.3, @jupyter/docprovider@workspace:packages/docprovider":
2089+
"@jupyter/docprovider@^2.1.4, @jupyter/docprovider@workspace:packages/docprovider":
20902090
version: 0.0.0-use.local
20912091
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
20922092
dependencies:

0 commit comments

Comments
 (0)